.form .form_submit {
background: #feb500;
color: #fff;
margin-top: 1.3vw;
font-size: 1.4vw;
font-weight: bold;
font-family: BebasNeue;
cursor: pointer;
}
style.css:158
.form input {
width: 300px;
height: 40px;
margin: 0 auto;
display: block;
margin-bottom: 1.3vw;
text-align: center;
font-size: 1.15vw;
font-family: CatorzeSemiBold;
color: #a2a1a1;
background: #f3f2f2;
border: none;
outline: 0;
}
input type="submit"
.button_footer_a {
width: 270px;
margin: 0 auto;
height: 40px;
margin-top: 15px;
text-align: center;
line-height: 50px;
display: inline-block;
color: #fff;
background: #3498db;
display: block;
}
::-webkit-input-placeholder {color:#feb500;}
::-moz-placeholder {color:#feb500;}/* Firefox 19+ */
:-moz-placeholder {color:#feb500;}/* Firefox 18- */
:-ms-input-placeholder {color:#feb500;}
input::-webkit-input-placeholder {text-indent: 0px; transition: text-indent 0.3s ease;}
input::-moz-placeholder {text-indent: 0px; transition: text-indent 0.3s ease;}
input:-moz-placeholder {text-indent: 0px; transition: text-indent 0.3s ease;}
input:-ms-input-placeholder {text-indent: 0px; transition: text-indent 0.3s ease;}
input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
input:focus::-moz-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
input:focus:-moz-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
input:focus:-ms-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}