main{
    background-color: #F7F7F7;
}
#register{
    margin: 0 auto;
}
#register h1{
    font-size: 40px;
    color: #454545;
    font-weight: 700;
}
.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;}
a.btnfb{
    padding: 15px;
    max-width:  448px;
    width: 100%;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 0 0;
    background: #5277C4;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a.btnfb:hover{
    background: #3B5998;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff !important;
}
a.btnfb:visited, a.btnfb:focus{
    color: #fff !important;
}
.icofb{
    vertical-align: middle;
    padding-right: 15px;
}
.fbdisclaimer{
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    color: #AEAEAE;
    margin-bottom: 15px;
}
@media (max-width: 414px) {
    #register h1 {font-size: 30px;}
}
@media (max-width: 339px) {
    #register h1 {font-size: 28px;}
    a.btnfb{font-size: 14px !important;}
    .icofb{padding-right: 8px;}
    .txtimportant {
        font-size: 14px;
        width: 80%;
    }
}
.checkbox-holder{text-align: center !important;}
.checkbox_2{display: inline-block;}
.checkbox-holder span{
    padding: 2px 0 0 30px;
    margin: 0;
}
.box_form{
    border: 1px solid #D8D8D8;
    box-shadow: none;
}
.wrapsslinfo{
    width: 100%;
    margin: 15px 0 0 0;
}
.sslimg{
    margin-bottom: 5px;
    text-align: center;
}
.ssltxt{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    color: #454545;
    font-weight: 300;
}
.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 20px 0;
}
.forgotpass a, .forgotpass a:hover, .forgotpass a:visited
{color: #31858D;}