
@charset "utf-8";
.ez-login-bac{
    background: url("../images/flexbase-admin.png") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ez-logo{
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    -webkit-background-size:contain;
    width: 240px;
    height: 60px;
    margin: auto;
    margin-bottom: 65px;
}
.wh-body{
    /*width: ;*/
    margin:auto;

}

.wh-login-form{
    position: absolute;
    width:600px;
    height:330px;
    top:50%;
    left: 50%;
    margin-top: -197px;
    margin-left: -300.5px;

}

.wh-pwd-without{
  text-align: center;
    margin-top: -20px;
}
.wh-login-form-wrapper-left{
    height: 155px;
}
.wh-pwd-without img{
    width: 120px;
    height: 120px;
}
.wh-login-form-wrapper{
    position: relative;
    margin: auto;
    width: 235px;
    padding: 40px 25px 25px 25px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.3);
    z-index: 3;
    border-top:none;

}
.wh-login-form-wrapper-right{
    display: none;
}
.form-msg{
    margin:5px 0;
    height:20px;
    line-height:20px;
    position: absolute;
    top:5px;
    width: 222px;
}
.form-msg p{
    color: #d9534f;
    padding:0 5px;
    width: 100%;
    border-radius: 2px;
    background-color: #FBE3E3;
}
.form-msg p .icon-warning{
    font-size: 12px;
}
.form-group{
    margin-bottom:20px;
    position: relative;
}
.form-group input.form-type1{
    width:100%;
    height:32px;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(255,255,255,0.5);
    padding-left:30px;
    padding-right: 20px;
    font-size:13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -ms-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear;
    border-radius: 4px;
    color: #fff;
}
.form-group span.iconfont{
    position:absolute;
    top: 0px;
    left: 10px;
    display: inline-block;
    font-size:16px;
    line-height:35px;
    color: #fff;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}
.form-group:hover > span.iconfont{
    color: rgba(255,255,255,.8);
}
.form-group input.form-type1:focus{
    box-shadow: 0 0 6px rgba(102, 175, 233, 1);
}
.check-label{
    cursor: pointer;
    line-height:18px;
    font-size: 12px;
    color: #fff;

}
.check-label input{
    visibility: hidden;
    padding-right:8px;
}
.check-label span.iconfont{
    position: absolute;
    left:0;
    left:0;
    line-height:18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.check-label span.iconfont i{
    position: absolute;
    left:0;
    left:0;
    display: inline-block;
    width:100%;
    font-size:12px;
    line-height:18px;
    color: #fff;
    opacity: 1;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}
.unchecked span.iconfont i{
    opacity: 0;
}
.authcode{
    height:31px;
    line-height:31px;
    color: #9a9a9a;
}
.authcode span, .authcode input, .authcode a{
    display: inline-block;
   /* float: left;
    margin-right:10px;
    font-size:16px;*/
    height:31px;
    line-height:31px;
}
.authcode span{
    color: #9a9a9a;
    padding-right:10px;
}
.authcode input.form-type2{
    width:110px;
    border: 1px solid #d2d2d2;
    text-indent:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -ms-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear;
     border-radius: 4px;
     border: 1px solid rgba(255,255,255,0.3);
     background-color: rgba(255,255,255,0.5);
    padding-left:20px;
}
.form-group span.icon-validate{
    font-size:14px;
    margin-left: 2px;
}
.verify-vcode{
    float: right;
}
.form-group input.form-type2:focus{
    box-shadow: 0 0 6px rgba(102, 175, 233, 1);
}
.verify-vcode img{
    width:79px;
    height:31px;
}

.wh-login-sbtn{
    margin-top:10px;
    display: block;
    border-radius: 4px;
    width:100%;
    background:#178aaf;
    border:none;
    outline:none;
    color: #fff;
    font-size:14px;
    line-height:32px;
    height:32px;
    text-align: center;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -ms-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    cursor: pointer;
    box-shadow: 1.5px 2.5px 3px 0 rgba(23,138,175,0.27);
}
.wh-login-sbtn:hover{
    background: rgba(23,138,175,0.75);
}
.wh-login-without-pwd{
    background-color:#ED6D00;
    box-shadow: 1.5px 2.5px 3px 0 rgba(237,109,0,0.27);
}
.wh-login-without-pwd:hover{
    background: rgba(237,109,0,0.75);
}
.wh-footer{
   text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-family: "Microsoft Yahei";
}

.wh-login-form-wrapper:before{
    content: " ";
    position: absolute;
    left: 0;
    top:-11px;
    background-image: url("../images/trigger.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 283px;
    height: 12px;
    display: block;
}
.ez-lang{
    float: right;
}

.icon {
    width: 16px; height: 16px;
    vertical-align: bottom;
    fill: currentColor;
    overflow: hidden;
}
.ez-logo-name{
    color: #fff;
    font-size: 21px;
    letter-spacing: 7px;
    text-align: center;
    position: absolute;
    top:65px;
    width: 100%;

}

.wh-login-toggle{
    position: absolute;
    right: 0px;
    top:0px;
    width: 36px;
    height: 36px;
    cursor: pointer;

}
.wh-login-form-wrapper-left .wh-login-toggle{
background: url("../images/admin.png") no-repeat;
}
.wh-login-form-wrapper-right .wh-login-toggle{
    background: url("../images/user.png") no-repeat;
}
::-moz-placeholder { color: #fff; }
::-webkit-input-placeholder { color:#fff; }
:-ms-input-placeholder { color:#fff; }