.formbox {float:right; width:640px; padding:0;}

input.placeholder {color:#a5a5a5 !important; font-size:14px !important; opacity:1;}
input::input-placeholder {color:#a5a5a5 !important; font-size:14px !important; opacity:1;}
input::-webkit-input-placeholder {color: #a5a5a5 !important; font-size:14px !important; opacity:1;}
input::-moz-placeholder {color: #a5a5a5 !important; font-size:14px !important; opacity:1;}
input:-ms-input-placeholder {color: #a5a5a5 !important; font-size:14px !important; opacity:1;}
textarea.placeholder {color:#a5a5a5 !important; font-size:14px !important; font-family:'Quicksand', sans-serif; opacity:1;}
textarea::input-placeholder {color:#a5a5a5 !important; font-size:14px !important; opacity:1;}
textarea::-webkit-input-placeholder {color: #a5a5a5 !important; font-size:14px !important; opacity:1;}
textarea::-moz-placeholder {color: #a5a5a5 !important; font-size:14px !important; opacity:1;}
textarea:-ms-input-placeholder {color: #a5a5a5 !important; font-size:14px !important; opacity:1;}

 
input {display:inline-block; width:90%; margin:0 auto 15px auto; padding:10px; color:#222; font-size:18px; background-color:#fff; border:2px solid #c9e9f3;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}
input:focus {color:#4274b4; background-color:#fafafa; border-color:#2292b1;}

textarea {display:inline-block; margin:0 auto 15px auto; padding:10px; width:90%; height:120px; color:#222; font-size:18px; font-family:'Quicksand', sans-serif; line-height:1.5; background-color:#fff; border:2px solid #c9e9f3;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}
textarea:focus {color:#4274b4; background-color:#fafafa;}


.button {clear:both; margin:0 auto 0 auto; width:100%; padding:0; padding-top:40px; text-align:center; font-family:'Roboto', sans-serif;}

.btn {width:300px; margin:0; padding:14px 0 13px 0; text-align:center; color:#fff; font-size:16px; font-weight:600; background-color:#2992b1; border:0; border-radius:5px; letter-spacing:0.06em;cursor: pointer;}
.btn:hover{color:#2992b1; background-color:#c9e9f3;}


@media only screen and (max-width: 1139px) {
.formbox {display:block; float:none; width:96%; margin:0 auto;}
}
@media only screen and (max-width: 1023px) {
.formbox {display:block; float:none; width:96%; margin:40px auto 20px auto;}
}