

/*登录的div的属性*/
#login-box-body{
    border-radius: 10px;
    width: 340px;
    float: right;
}

.login_box_title{
    color: #333;
    font-size: 16px;
    text-align: center;
}
/*主标题的p的属性*/
#login-box-msg{
    font-size: 14px;
    color: #999;

    padding-bottom: 25px;
}
.text-center{
    padding-bottom: 20px;
}
/*副标题的p的属性*/
#login-box-school{
    text-align: left;
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}

.login-logo{
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 20px
}
.div-input{
    margin-left: 15px;
    margin-right: 15px;
}

.div-remenberMe{
    margin-top: 40px;
    height: 40px;
    font-size: 12px;
    color: #999;
}

.div-btn-flat{
    border-top: 1px solid #fff;
    float: none;
    padding: 10px;
    margin-left: 6px;
    margin-right: 6px
}

.border-input{
    border-radius: 5px;
}

.div-error{
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 20%;
}

#login-logo-b{
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 20px
}
/*验证码的div属性*/
#auth-code{
    width: 100px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

/*点击刷新验证码的div属性*/
#refresh{
    float: left;
    height: 35px;

}

/*点击刷新验证码的img属性*/
#pointer{
    width: 80px ;
    height: 35px;
}

/*登录按钮的div属性*/
.col-xs-4{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

/*登录按钮butten的属性*/
#btn-flat{
    background-color: #ffda44;
    border-color: #ffda44;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    border-radius: 5px;

}

#div-navbar{
    height: 7%;
}

/*登录的div属性*/
.login-box{
    position: absolute;
    right: 16%;
    top: 7%;

}

/*底部的div的属性*/
#div-bottem{
    width: 100%;
    height: 18%;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    padding-top: 50px;
    padding-bottom: 50px;
    vertical-align: middle;
    background-color: #eff1f7;
    text-align: center;
}

#rememberMe{
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
    border-color: #ccc
}

label{
    font-weight: normal;
}

.layui-m-layer0 .layui-m-layerchild {
    width: 340px !important;
    max-height: 550px!important;
    overflow-y: auto!important;
}

.layui-m-layercont {
    padding: 20px 20px 10px !important;
}

.layui-m-layerbtn {
    width: 84% !important;
    margin: 20px 8%;
    height: 35px !important;
    line-height: 35px !important;
    border-top: none !important;
    border-radius: 5px !important;
    background-color: #ffda44 !important;
}

.layui-m-layerbtn span[yes] {
    color: #333 !important;
}

.password-text {
    width: 290px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    padding: 5px;
}

.subtext {
    color: #999;
    font-size: 10px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
}

.error-text {
    text-align: left;
    color: red;
    font-size: 10px;
    margin-top: -20px;
    display: none;
}

.h6{
    font-size: 4px;
    color: #777;
    line-height: 16px;

    float: right;
    width: 30%;
    margin-top: 1%;
    margin-right: 7%;
}