@import url("common.css");

html,body {height: 100%;}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
body {background: url(../images/login_bg.jpg) no-repeat center center;background-size:100% auto ;}
.login_con {position:absolute;top:50%;left:50%;margin:-190px 0 0 -190px;width: 380px;height: 360px;z-index: 10;}
.login_con h1 {height: 100px;line-height: 100px;color: #fff;text-align: center;font-weight: normal;font-size:34px;}
.login_con .login_enter {padding:10px 15px;margin-bottom:8px;position:relative;display: block;width:calc(100% - 30px);height:55px;background: #fff;}
.login_con .login_enter label {font-size: 16px;color: #969696;}
.login_con input.dis_b {position:absolute;left:8px;top:10px;border:none;color:#969696 !important;outline:none;box-shadow:none;background-color:#fff !important;display: block;width: calc(100% - 30px) ;padding:0 7px;height: 55px;font-size: 21px;}
/*.login_con input:focus {top:35px;height: 25px;font-size:16px;}*/

.login_in {position: relative;left: 0;bottom: 0;width: 100%;z-index: 1;}
.login_in button {border:none;background: none; display: block;width: 100%;line-height: 60px;background: #1cd580;color: #fff;cursor:pointer;text-align: center;font-size:20px;}
.login_in button:hover {background: #0ec370;}

.err_login {height: auto;font-size: 14px;position: relative;z-index: 5;}

.login_cover {background: rgba(0,0,0,0.3);width: 100%;height: 100%;z-index: 9;position: fixed;left: 0;top: 0;}
.v_code{margin-bottom:8px;}

.v_code input{
    height:40px;
    float:left;
    width:56%;
}
img{
    float:right;
    height:44px;
    width:32%;
}