fc49ee589da45d4d7728dff1001a8d3a75cc7525721e8a8f4c5ecfae64572e08
Source Code:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
height: 100%;
}
body {
font-family: "Open Sans", Helvetica, Arial;
font-weight: 100;
background-color: #F9FAFD;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9FAFD), to(#FDFDFE));
background: -webkit-linear-gradient(top, #F9FAFD, #FDFDFE);
background: -moz-linear-gradient(top, #F9FAFD, #FDFDFE);
background: -ms-linear-gradient(top, #F9FAFD, #FDFDFE);
background: -o-linear-gradient(top, #F9FAFD, #FDFDFE);
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
margin: 0;
}
.container {
border: 1px solid #DEE2E9;
background: #FFF;
width: 650px;
text-align: center;
padding: 60px 0px 80px 0px;
margin: 50px auto 30px auto;
}
.container .container {
border: none ;
background: #FFF;
width: initial;
}
h1 {
color: #333333;
font-weight: 100;
margin: 0;
}
div.error {
padding: 60px 40px 80px 40px;
box-sizing: border-box;
}
div.error h1 {
font-size: 3.5em !important;
color: #AAAAAA;
}
div.error h3 {
margin-top: 40px;
font-size: 1.20em;
font-weight: 100;
color: #666666;
}
h3.subtitle {
color: #999999;
font-weight: 100;
font-size: 17px;
margin: 0;
}
h2 {
color: #333333;
font-weight: 100;
margin: 0;
font-size: 22px;
}
p.footnote {
color: #999999;
font-weight: 100;
font-size: 7px;
margin: auto;
width: 240px;
}
input, button, a.btn-submit {
font-family: "Open Sans", Helvetica, Arial;
font-size: 17px;
font-weight: 100;
}
input#phone {
border: 1px solid #CCC;
text-align:center;
width: 240px;
height: 40px;
margin: 15px auto 5px auto;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.btn-submit {
position: relative;
display: block;
border:0px;
background: #0075C9;
width: 240px;
height: 40px;
color: #FFF;
text-decoration: none;
margin: auto;
padding-left: 10px;
box-sizing: border-box;
cursor: pointer;
outline: none;
}
.btn-submit:hover {
background: #004876;
}
.btn-submit:disabled {
cursor: pointer;
}
form {
margin: 0;
}
.form-item {
margin-top: 50px;
}
.btn-submit-icon {
position: absolute;
display: inline-block;
top: 12px;
left: 10px;
}
.error-feedback {
display: block;
width: 100%;
font-size: 15px;
margin-top: 10px;
margin-bottom: 10px;
color: #AA0000;
}
#check {
display: none;
}
@media (max-width: 652px) {
body {
background: none;
}
.container {
border: none;
width: 100%;
padding: 80px 0px 0px 0px;
margin: 0px;
}
h1 {
font-size: 25px;
}
h3.subtitle {
font-size: 15px;
}
h2 {
font-size: 16px;
}
}