/*登陆表单样式 start*/
.wrap{
    width: 100%;
    height: 100%;
    background: url("../images/login.jpg") no-repeat;
    background-size: cover;
}
/* .loginForm{
    margin-left: 35%;
    margin-top: 10%;
    background-color: #e7e7e7;
    width: 400px;
    height: 400px;
    float: left;
    z-index: 9999;
    position: fixed;
    opacity: 0.75;
} */
.loginForm{
    /* margin-left: 40%; */
    margin: 0 auto;
    margin-top: 57px;
    /*background-color: #cccccc;*/
    background-color: #ffffff;
    width: 716px;
    height: 600px;
    /* float: left; */
    z-index: 9999;
    /* position: fixed; */
    /* opacity: 0.75; */
}
.inputMain{
    margin-top: 20px;
    margin-left: 40px;
}
.passwordInput{
    margin-top: 10px;
}
.codeInputMain{
    margin-top: 25px;
}
.codeInputMain2{
    margin-top: 20px;
}
.smsInput{
    margin-top: 25px;
}
input {
    border: 0 !important; 
    outline: none !important;
}
.usernameDiv{
    width: 400px;
    height: 30px;
    padding-left: 45px;

}
.usernameDivBd{
    width: 200px;
    height: 30px;
    padding-left: 45px;

}
.adminInput{
    width: 500px;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em;
}
.adminInputBd{
    width: 200px;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em;
}
.passwordDiv{
    width: 300px;
    height: 40px;
    padding-left: 45px;
}
.cardDiv{
    width: 400px;
    height: 40px;
    padding-left: 45px;
    float: left;
}
.cardDivBd{
    width: 200px;
    height: 40px;
    padding-left: 45px;
    float: left;
}
.cardDivBd{
    width: 200px;
    height: 40px;
    padding-left: 45px;
    float: left;
}
.cardInput{
    width: 400px;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em 0em 0em 0.5em;
}
.cardInputBd{
    width: 200px;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em 0em 0em 0.5em;
}
.codeDiv{
    width: 100px;
    height: 40px;
    padding-right: 20px;
    float: left;
    margin-top: -38px;
}
.codeDiv1{
    width: 100px;
    height: 40px;
    padding-right: 20px;
    float: left;
    margin-top: 10px;
    cursor:pointer;
}
.smsDiv{
    width: 100px;
    height: 40px;
    padding-right: 20px;
    float: left;
    
}
.passwordPrompt{
    position: absolute;
    margin-left: 250px;
    margin-top: 15px;
    color: #f1b22b;
    font-size: 10px;
}
.smsColor{
    color: #E85C41 !important;
}
.codeInput{
    width: 100px;
    height: 50px;
    font-size: 15px;
    /*验证码样式*/
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    /*border: 0;*/
    letter-spacing: 2px;
    cursor: pointer;
}
i{
    position: absolute;
}
.adminIcon{
    font-size: 22px;
    margin-top: 8px;
    margin-left: 165px;
}
.logoHead{
    width: 518px;
    height: 42px;
    line-height: 42px;
    padding-left: 90px;
    padding-top: 28px;
}
.logoHeadEng{
    width: 518px;
    height: 42px;
    padding-left: 90px;
}

.usernameLabel{
    width: 80px;
    height: 30px;
    font-size: 16px;
    float: left;
    color: #333333;
    font-weight: 600;
    margin-left: 55px;
    /* margin-top: 40px; */
}
.submitLabel{
    width: 160px;
    height: 30px;
    font-size: 13px;
    float: left;
    margin-left: 55px;
    margin-top: 10px;
    cursor: pointer;
}
.mobileLogin{
    color: #E85C41;
}
.mobileLogin:hover{
    color: red;
}
.usernameWrapDiv{
    width: 600px;
    height: 30px;
}
.usernameWrapDivBd{
    width: 200px;
    height: 30px;
}
.submitDiv{
    width: 150px;
    height: 40px;
    padding-left: 40px;
    padding-top: 50px;
}
.submit{
    width: 512px;
    height: 60px;
    border-radius: 0.5em;
    background-color: #E85C41;
    color: #ffffff;
}
.submit2{
    width: 512px;
    height: 60px;
    border-radius: 0.5em;
    background-color: #007AFF;
    color: #ffffff;
}
img{
    position: absolute;
}
.imgStyle{
    width: 100%;
    height: 100%;
}
/*登陆表单样式 end*/

/*注册页面样式 start*/
.registerPage{
    width: 100%;
    height: 100%;
    /*background-color: #cccccc;*/
    display: none;
    opacity: 0.75;
}
.registerDiv{
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.75;
}
/*注册页面样式 end*/

.dn{
    display: none;
}

.add-from-margin{
    margin-top: 10px;
    margin-left: 50px;
}

.inputWidth{
    width: 400px !important;
}

.label-name{
    width: 180px;
}
