/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
.login { }

.login .logo { margin: 0 auto; padding: 10px 20px; text-align: center; background: #ffffff; width: 90%; border-bottom: 1px solid #eff0f1; position: relative; }
.login .banner { width: 100%; }
.login .banner img { width: 100%; }

.login .title { text-align: center; color: #000; font-weight: 100; margin-bottom: 40px; padding-top: 40px; position:relative;}

.login .content { -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; width: 1000px; margin: 40px auto 10px auto; padding: 30px; padding-top: 10px; overflow: hidden; position: relative; }

.login .content h3 { color: #000000; text-align: center; font-size: 28px; font-weight: 100 !important; }

.login .content .hint { padding: 0; margin: 15px 0 7px 0;font-size:16px; }
.login .content h4 { color: #555; font-size: 32px !important; padding-bottom: 25px !important; }

.login .content .loginform { width: 50%; float: left; padding-right: 10%; border-right: 1px dotted #ccc; }
.login .content .registerform { width: 50%; padding-left: 10%; float: left }

.login .content .login-form,
.login .content .forget-form { padding: 0px; margin: 0px; }

.login .content .form-control { border: none; background-color: #ffffff; height: 43px; color: #8290a3; border: 1px solid #dde3ec; }

.login .content .form-control:focus,
.login .content .form-control:active { border: 1px solid #c3ccda; }

.login .content .form-control.required { border-left: 3px solid #d5001c; }
.login .content .form-control.error { border-right: 1px solid #d5001c; border-top: 1px solid #d5001c; border-bottom: 1px solid #d5001c; }


.login .content .form-control::-moz-placeholder { color: #8290a3; opacity: 1; }

.login .content .form-control:-ms-input-placeholder { color: #8290a3; }

.login .content .form-control::-webkit-input-placeholder { color: #8290a3; }

.login .content select.form-control { padding-left: 9px; padding-right: 9px; }

.login .content .forget-form { display: none; }

.login .registerformdiv {width:1200px;margin:0 auto;border-radius:10px;padding:40px; }

.login .content .form-title { font-weight: 300; margin-bottom: 25px; }

.login .content .form-actions { clear: both; border: 0px; padding: 25px 30px 25px 30px; margin-left: -30px; margin-right: -30px; }

.login-options { margin-bottom: 30px; overflow: hidden; }

.login-options h4 { float: left; font-weight: 600; font-size: 15px; color: #7d91aa !important; }

.login-options .social-icons { float: right; padding-top: 3px; }

.login-options .social-icons li a { border-radius: 15px 15px 15px 15px !important; -moz-border-radius: 15px 15px 15px 15px !important; -webkit-border-radius: 15px 15px 15px 15px !important; }

.login .content .form-actions .checkbox { margin-left: 0; padding-left: 0; }

.login .content .forget-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 20px; }

.login .content .register-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 0px; }

.login .content .form-actions .btn { margin-top: 1px; }

.login .content .form-actions .btn { font-weight: 600; padding: 10px 20px !important; }

.login .content .form-actions .btn-default { font-weight: 600; padding: 10px 25px !important; color: #fff; background-color: #000; border: none; }

.login .content .form-actions .btn-default:hover { background-color: #e12330; color: #fff; }

.login .content .forget-password { font-size: 14px; float: right; display: inline-block; }

.login .content .check { color: #8290a3; }

.login .content .rememberme { margin-left: 0px !important; margin-top: 20px; line-height: 200%; }
.login .content .rememberme input { margin-top: 8px; }

.login .content .create-account { margin: 0 -40px -30px -40px; padding: 15px 0 17px 0; text-align: center; background-color: #6c7a8d; -webkit-border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -ms-border-radius: 0 0 7px 7px; -o-border-radius: 0 0 7px 7px; border-radius: 0 0 7px 7px; }

.login .content .create-account > p { margin: 0; }

.login .content .create-account p a { font-weight: 600; font-size: 14px; color: #c3cedd; }

.login .content .create-account a { display: inline-block; margin-top: 5px; }

.lang { position: absolute; right: 50px; bottom: 10px; font-size:14px;}
.lang a { margin-right: 10px; }

/* footer copyright */
.login .copyright { text-align: center; margin: 0 auto 30px 0; padding: 15px; color: #000; font-size: 16px; border-top: 1px solid #ccc; }

.registerformdiv .required { border-left:3px solid #d5001c}

.registerformdiv .form-control-feedback { display:none;}
.registerformdiv .has-success .form-control-feedback { display: block !important;top:35px !important;right:20px; }
.has-success .control-label { color:#000 !important;}
.regrule { display:none;}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color:#000;}

.checkorder { width:1000px;margin:0 auto;margin-top:20px;}
.checkorder .logo { margin: 0 auto; padding: 10px 20px 40px 20px; text-align: center; background: #ffffff; width: 90%; border-bottom: 1px solid #eff0f1; position: relative; }

@media (max-width: 440px) { /***
  Login page
  ***/ .login .title { margin-bottom: 40px; font-size: 30px; }

    .login .logo { margin-top: 10px; margin-bottom: 40px; }

    .login .content { width: 280px; margin-top: 10px; }

    .login .content h3 { font-size: 22px; }

    .forget-password { display: inline-block; }

    .login-options .social-icons { float: left; padding-top: 3px; }

    .login .checkbox { font-size: 13px; }
}


.login-verificationcode {
    margin-left: 5%;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #b4b6b9;
    color: #8290a3;
    background-color: #ffffff;
    text-align: center;
    width: 7%;
    height:50px;
}

