html,
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    margin: 0;
    padding: 0;
}

body {
    font: normal 14px "Microsoft YaHei";
}

.clearfix {
    display: block;
    zoom: 1;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

body {
    background: url(../images/background.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

#main {
    position: fixed;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
}

.login-wrap {
    position: relative;
    float: right;
    width: 400px;
    height: 100%;
    z-index: 1000;
}

.shadow {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    opacity: 0.6;
    z-index: -100;
    background-color: #1c59a4;
}

.logo-wrap {
    margin: 24% auto;
}

.user-input-wrap {
    margin: 10% 10%;
    position: relative;
    width: 310px;
    height: 300px;
    z-index: 1000;
}

.user-login-title {
    line-height: 30px;
    margin: 30px auto;
}

.user-login-title span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin: 0 8px;
}

.errors {
    /*margin-left: 30px;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*background-color: #FFEBEB;*/
    /*width: 248px;*/
    /*height: 35px;*/
    color: #E4393C;
    /*line-height: 35px;*/
    /*text-align: center;*/
    /*border-radius: 5px;*/
    /*border: 1px solid gray;*/
}

.user-input-wrap input {
    padding-left: 5px;
    /* float: left; */
    border: none;
    background: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}

.input-wrap {
    margin: 20px auto;
    background-size: 15px 15px;
    width: 216px;
    height: 35px;
    border-radius: 5px;
    padding-left: 32px;
    border: 1px solid #fff;
}

.input-validate-wrap {
    margin: 0 auto 18px;
    background-size: 15px 15px;
    width: 116px;
    height: 35px;
    border-radius: 5px;
    border: none;
}

.username {
    background: url(../images/logo-user.png) no-repeat 10px center;
    background-color: #ffffff;
}

.password {
    background: url(../images/logo-password.png) no-repeat 10px center;
    background-color: #ffffff;
}

.tenant {
    background: url(../images/logo-tenant.png) no-repeat 10px center;
    background-color: #ffffff;
}

#verifyCodeWrap {
    margin: 20px auto;
    height: 38px;
    width: 248px;
}

.verify-code {
    margin-top: 0;
    background: url(../images/logo-verify-code.png) no-repeat 10px center;
    background-color: #ffffff;
    width: 96px;
    float: left;
}

.img-verify-code {
    height: 35px;
    width: 110px;
    text-align: center;
    margin-left: 8px;
    float: left;
    vertical-align: middle;
    display: table-cell;
}

.img-verify-code a {
    width: 110px;
    height: 35px;
}

.img-verify-code span {
    float: left;
    display: block;
    width: 110px;
    height: 35px;
}

.img-verify-code img {
    width: 110px;
    height: 35px;
    border-radius: 5px;
    border: none;
}

.btn-login {
    background-color: #3f94ef;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    width: 250px;
    font-size: 14px;
    margin: 0px auto 10px auto;
}

.register-login {
    margin: 0 auto;
    text-align: right;
    width: 248px;
    height: 25px;
    color: #3f94ef;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 25px;
}

.register-login div {
    float: right;
}

.register-link {
    color: #3f94ef;
    cursor: pointer;
}

.login-link {
    color: #ffffff;
    cursor: pointer;
}

footer {
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    letter-spacing: 1px;
}

footer span {
    display: inline-block;
    font-size: 12px;
    color: #9bbee6;
    font-family: "Microsoft YaHei";
    line-height: 20px;
}

.validatorCode-btn {
    width: 79%;
    float: left;
    height: 100%;
    /* margin-left: 16px; */
    background-color: white;
    border-radius: 5px;
    border: 0px;
}

.hide {
    display: none;
}

.title-btn {
    width: 40%;
    height: 30px;
    background-color: transparent;
    border: 0px;
    color: white;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.title-btn-click {
    color: #e4393c;
    border-bottom: 1px solid;
}

.input-wrap select {
    width: 218px;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 4px;
    border: none;
    outline:  none;
}
.forgot-password-common {
    margin-top: 10px;
}
.forgot-password-common>a {
    color: #FCFCFC;
}

/*短信验证码弹出层*/
.fixdShadow{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0 ,0,0.7);
}
.fixdShadowContent{
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 40px 40px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -90px;
    width: 240px;
}
.sendValidatorBtn{
    width: 100%;
    height: 40px;
    margin-top: -10px;
    line-height: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #ffffff;
    background: #3f94ef;
    cursor: pointer;
}

.shutShadow{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    right: 0px;
    background: #ffffff url('../images/remove-icon-small.png') center center no-repeat;
    cursor: pointer;
}
/*短信验证码弹出层*/