
[v-cloak] {
    display: none;
}

/*登录页*/
.loginbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(../images/loginBg_v4.png) no-repeat;
    background-size:cover;
    z-index:0;
}
.login_name{margin-top:20px;padding-bottom:5px;text-align:center;font-size:24px;color:#eba91f;}
.login_box{background:#fff;width:460px;height:460px;margin:0px auto;margin-top:150px;
box-shadow: #ddd 0px 0px 10px;
-webkit-box-shadow: #ddd 0px 0px 10px;
-moz-box-shadow: #ddd 0px 0px 10px;
}
.login_logo{text-align:center;padding-top:40px;}
.login{width:360px;margin:0px auto;}

.kuang{margin-top:20px;background:#f5f5f5;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;overflow: hidden;}
.icon img{width:30px;height:30px;margin-top:10px;margin-left:10px;}
.input{background:#f5f5f5;border:none;width:82%;height:50px;line-height:50px;padding-left:10px;padding-right:10px;color:#666;}
.yzminput{background:#f5f5f5;border:none;width:44%;height:50px;line-height:50px;padding-left:10px;padding-right:10px;color:#666;}
.yzmimg{padding-top:6px;}
.loginbut{background:#33a7b6;color:#fff;height:50px;line-height:50px;display:block;text-align:center;font-size:20px;margin-top:30px;margin-bottom:30px;
box-shadow: #33a7b6 1px 1px 8px;
-webkit-box-shadow: #33a7b6 1px 1px 8px;
-moz-box-shadow: #33a7b6 1px 1px 8px;
}
.loginbut:hover{background:#3abecf;}

.has-feedback{margin-top:10px;color:#ddd;}
.has-feedback a{color:#eba91f;}
/*登录页*/
