@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
body{
    margin:0;
    padding:0;
    font-family: 'PT Sans', sans-serif;
    line-height: 25px;
}
.get_updates {position:relative;width: 98%;display: block;float: left;}
.custom_header{
    background: #94cb3b;
    text-align: center;
    padding: 1px 0 6px;
    color: #ffffff;
}
.myimage{
  display: block;
  width: 22px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
h2{
    padding-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 2px;
}
input[type="text"], input[type="email"]{
    width: 100%;
    border: 1px solid #ccc;
    min-height: 30px;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 300;
    float: left;
    border-radius: 5px;
    max-width: 460px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-family: 'Arial';
}
::-webkit-input-placeholder {
   font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 12px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
}

:-ms-input-placeholder {  
   font-size: 12px;
}
textarea{
    height: 71px;
    margin-left: 5%;
    width: 85.5%;
    margin-top: 14px;
    padding: 0 4px;
    border: 1px solid #94cb3b;
}
p{
    font-size: 10px;
    margin-left: 6%;
    margin-top: -8px;
    margin-bottom: 7px;
    color: #9D9898;
}
input[type="submit"]{
    display: block;
    border: none;
    background: url(icon-email.png) left top no-repeat;
    width: 25px;
    height: 1.2142857143em;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    float: left;
    text-indent: -99999px;
    position: absolute;
    right: 6px;
    top: 10px;
}
input[type="submit"]:hover{
  opacity:0.8;
  background-position: right top;
}
select {
  margin-top: 14px;
  width: 39.5%;
  margin-left: 6%;
  min-height: 21px;
  padding: 5px 0px;
  font-size: 12px;
  border: 1px solid #a5509f;
}
.triangle {
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 15px solid #94cb3b;
    text-align: center;
    margin: 0px auto;
    background: transparent;
    position: relative;
    z-index: 1;
}
.line1 {width: 100%; display: block;}


@media screen and (max-width:481px){
    .get_updates { width: 100%; float: none; max-width: 315px; margin: 0 auto;}
}
@media screen and (max-width:360px){
    .get_updates { max-width: 230px; }
    input[type="submit"] { right: 0; }
}