main{
    background-color: #F7F7F7;
}
#register{
    margin: 0 auto;
}
#register h1{
    font-size: 40px;
    color: #454545;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.passtxt{
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: #454545;
    margin-bottom: 25px;
}
.box_form, .box_form .form-group{
    margin-bottom: 15px;
}
.form-control{
    font-size: 15px;
    font-weight: 300;
    padding: 15px;
}
.wrapimportant{
    width: 100%;
    margin-top: 15px;
}
.icoimportant{
    display: inline-block;
    vertical-align: top;
}
.txtimportant{
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    width: 90%;
    padding: 0 0 0 10px;
}
.checkbox_2:before{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.checkbox_2 label:after{
    background: #31858D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.checkbox_2 label a, .checkbox_2 label a:hover, .checkbox_2 label a:visited{
    color: #31858D;   
}
.btnregister{
    padding: 15px;
    max-width:  385px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 15px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
}
.btnpasssuccess{
    width: auto;
    padding: 15px 70px;
    margin: 30px 0;
}
@media (max-width: 414px) {
    #register h1 {font-size: 30px;}
}
@media (max-width: 339px) {
    #register h1 {font-size: 28px;}
    .txtimportant {
        font-size: 14px;
        width: 80%;
    }
}
.box_form{
    border: 1px solid #D8D8D8;
    box-shadow: none;
}
.logintxt{
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #454545;
}
.logintxt a, .logintxt a:hover, .logintxt a:visited{
    color:#31858D;
    text-decoration: none;
}
.registeroption{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #454545;
    margin-bottom: 15px;
}
.registeroption span {
  display: inline-block;
  position: relative;  
}
.registeroption span:before,
.registeroption span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #E1E8EE;
    top: 9px;
    width: 1450%;
}
.registeroption span:before {
  right: 100%;
  margin-right: 15px;
}
.registeroption span:after {
  left: 100%;
  margin-left: 15px;
}
@media (max-width: 1199px) {
    .registeroption span:before,
    .registeroption span:after {
        width: 1120%;
    }
}
@media (max-width: 991px) {
    .registeroption span:before,
    .registeroption span:after {
        width: 1450%;
    }
}
@media (max-width: 485px) {
    .registeroption span:before,
    .registeroption span:after {
        width: 950%;
    }
}
@media (max-width: 376px) {
    .registeroption span:before,
    .registeroption span:after {
        width: 780%;
    }
}
.forgotpass {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #31858D;
    margin: 20px 0 5px 0;
}
.forgotpass a, .forgotpass a:hover, .forgotpass a:visited
{color: #31858D;}
.pad_0120{padding-bottom: 120px !important;}