.register .md-form label {
    font-weight: normal;
}
.register .login-tab.active{box-sizing:border-box;font-weight:bold;display:inline-block;height:50px;background:url(../images/PATTERN4.png);line-height:50px;color:#000;}
.register .login-tab.active .tab-inner{width:100%;background:rgba(255,255,255,1);height:52px;padding:0 20px 0 20px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;}
.register .show-register.active{display:block;}
.register .show-register{display:none;-moz-transition:all .5s;-webkit-transition:all .5s;transition:all .5s;}
.register .show-login.active{display:block;}
.register .show-login{display:none;-moz-transition:all .5s;-webkit-transition:all .5s;transition:all .5s;}
.register .login-tab{cursor:pointer;box-sizing:border-box;font-weight:bold;display:inline-block;height:50px;background:url(../images/PATTERN4.png);line-height:50px;color:#fff;width:50%;float:left;}
.register .login-tab .tab-inner{width:100%;background:rgba(255,255,255,0);height:51px;text-align:center;}
.register .register-form .register-form-label{line-height:50px;text-align:left;}
.register .register-form .register-form-label label.requied:after{content:" *";color:rgb(255,0,0);}
.register .register-form .register-form-input{}
.register .privacy{margin-top:15px;margin-bottom:15px;border-bottom:1px solid #584444;padding:30px 0 30px;}
.register .submit-container{background:url(../images/PATTERN4.png);height:50px;}
.register .register-submit{background-color:rgba(0, 255, 0, 0.15);color:#ddd18f !important;height:50px;border:0;text-transform:uppercase;font-size:20px;font-weight:bold;}
.register .register-submit:hover, .register .register-submit:focus{background-color:rgba(0, 255, 0, 0.25);}
.register label.error{font-size:12px;color:#ff0000;}
.register .company{display:none;}
.recover-password{height:40px;}
.recover-password a{position:absolute;font-size:12px;display:block;bottom:0;}
@media (min-width:1200px){::-webkit-input-placeholder{color:#fff !important;}
:-moz-placeholder{color:#fff !important;}
::-moz-placeholder{color:#fff !important;}
:-ms-input-placeholder{color:#fff !important;}
}
@media (min-width:992px) and (max-width:1199px){}
@media (min-width:768px) and (max-width:991px){::-webkit-input-placeholder{color:#555 !important;}
:-moz-placeholder{color:#555 !important;}
::-moz-placeholder{color:#555 !important;}
:-ms-input-placeholder{color:#555 !important;}
.register input, .register select{margin-bottom:5px;}
}
@media (max-width:767px){.register .login-tab{width:50%;float:left;font-size:3vw;}
.register input, .register select{margin-bottom:5px;}
}