/* Cubic Bezier Transition */
/***
Login page

***/
/* bg color */
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset!important;}
input.form-control{ box-shadow: 0 0 0px 1000px white inset!important;}
.content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content .left-panel{
    position: absolute;
    top:0;
    left: 0;
    right: 466px;
    height: 100%;
}
.content .left-panel .login-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.content .left-panel .logo{
    position: absolute;
    top: 33.2%;
    left: 25%;
    width: 50%;
    z-index: 1;
}
.content .left-panel .copyright{
    position: absolute;
    bottom: 22px;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
    z-index: 1;
}
.content .left-panel .copyright>a{
    color: #FFF;
    cursor: pointer;
}
.content .left-panel .copyright>a:hover{
    text-decoration: underline;
}
.content .right-panel{
    position: absolute;
    top:0;
    right: 0;
    width: 466px;
    height: 100%;
}
.content .right-panel .form-panle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 352px;
    margin-left: -176px;
}

.content .right-panel .form-panle .login-form{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.content .right-panel .form-panle .login-form .form-title{
    font-size: 18px;
    color: #333!important;
    font-family: "Microsoft YaHei";
    margin: 0;
    margin-bottom: 85px;
    height: 18px;
    line-height: 18px;
    text-shadow: 0px 0px 0.2px #333;
}
.content .right-panel .form-panle .login-form .form-group{
    position: relative;
    margin-top: 35px;
    margin-bottom: 0;
}
.content .right-panel .form-panle .login-form .form-group .control-label{
    position: absolute;
    left: 44px;
    top: 6px;
    color: rgb(192, 192, 192);
}
.content .right-panel .form-panle .login-form .form-group .form-control{
    border: none;
    padding-left:44px;
    border-bottom: 1px solid #ededed;
}
.content .right-panel .form-panle .login-form .form-group .form-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height:100%;
}
.content .right-panel .form-panle .login-form .form-group .form-icon>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width:16px;
    height:16px;
    margin-top: -8px;
    margin-left: -8px;
}
.content .right-panel .form-panle .login-form .form-group .form-control.imgcode{
    width: 272px;
}
.content .right-panel .form-panle .login-form .form-group #vcodeImg{
    position: absolute;
    top: 0;
    right: 0;
    left: 272px;
    height:100%;
}
.content .right-panel .form-panle .login-form .form-actions{
    margin-top: 25px;
    overflow: hidden;
}
.content .right-panel .form-panle .login-form .form-actions .mt-checkbox{
    float: left;
    /*padding-left: 22px;*/
    margin-left: 14px;
    margin-bottom: 0;
}
.content .right-panel .form-panle .login-form .form-actions .mt-checkbox.mt-checkbox-outline>span{
    border: 1px solid #d9d9d9;
}
.content .right-panel .form-panle .login-form .form-actions .mt-checkbox>span:after{
    left: 5px;
    top: 0px;
}
.content .right-panel .form-panle .login-form .form-actions .mt-checkbox>span{
    width: 16px;
    height: 16px;
}
.content .right-panel .form-panle .login-form .form-actions .forget-password{
    display: inline-block;
    float: right;
}
.content .right-panel .form-panle .login-form .create-account .login-btn{
    margin-top: 80px;
    background-color: #008fd5;
    border-color: #008fd5;
    height: 40px;
    width: 318px;
    border-radius: 6px!important;
    padding:0;
    line-height: 40px;
    color: #FFF;
}
.content .right-panel .form-panle .login-form .create-account .login-btn:hover{
    background-color: #0380bd;
}
.content .right-panel .form-panle .login-form .alert-danger{
    position: absolute;
    top: 50px;
    left: 0;
    width: 320px;
    margin: 0;
}
.content .right-panel .form-panle .login-form .create-account{
    position: relative;
}
.content .right-panel .form-panle .login-form .create-account .input-spinner{
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -15px;
    display: none;
}