.header-top {
position:relative;
border:0;
padding:12px;
}
.logo img {
width:240px;
}
.header-split {
padding-top:0px;
background-color:#ff480022;
height:30px;
margin-bottom:60px;
}
.register-form {
border:0;
max-width:400px;
margin:auto;
}
.register-form input {
width:95%;
border-bottom: 1px solid #7D7D7D;
}
.form-head-title {
font: normal normal bold 30px/37px 'Open Sans';
color: #1E2329;
text-decoration:none;
font-weight:800;
}
.form-head-sub {
font: normal normal normal 16px/19px Montserrat;
color: #474D57;
margin-top:15px;
margin-bottom:30px;
font-weight:600;
text-align:center;
}
.form-head-or {
font: normal normal medium 15px/19px Montserrat;
color: #7D7D7D;
font-weight:800;
text-align:center;
margin-bottom:10px;
margin-top:25px;
}
.form-head-account {
font: normal normal normal 16px/19px Montserrat;
letter-spacing: 0.03px;
color: #FF4800;
font-weight:600;
text-align:center;
margin-top:20px;
}
.form-head-account a {
color: #FF4800;
text-decoration:none;
}
.enter-code {
font: normal normal 300 12px/12px Montserrat;
letter-spacing: 0.02px;
color: #343E5B;
padding-left:20px;
margin-bottom:20px;
}
.resend-code {
font: normal normal normal 15px/50px Montserrat;
letter-spacing: 0.03px;
color: #FF4800;
padding-left:20px;
cursor:pointer;
}
#footer {
position:fixed;
bottom:0;
width:100%;
}
.footer-left {
width:100%;
padding:20px;
font-size:14px;
letter-spacing:0.6px;
font-weight:600;
}
#lblMsg {
    font-size: 15px !important;
    font-weight:800 !important;
}

@media (max-width: 999px) {
.logo {
min-height:auto;
}
.logo img {
border-radius:0;
}
}