html,body{height: 100%;;}
.loginform{position: relative;height: 100%;background-image:url(../images/bg.jpg);background-size: 100% 100%;background-repeat: no-repeat;color: #FFFFFF;}
#main{
    width: 35%;
    height: 50%;
    position: absolute;
    transform:translate(-50%,-50%);
    text-align: center;
    left: 50%;
    top: 50%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
}
#main .login-right{
    width: 100%;
    height: 100%;
    float: left;
    background: #ffffff;
    -webkit-box-shadow: #666 0 0 6px;
    -moz-box-shadow: #666 0 0 6px;
    box-shadow: #666 0 0 6px;
}
.login-right .right-main{
    margin-top: 30px;
    margin-left: 40px;
    width: calc(100% - 80px);
    float: left;
}
.login-right .login-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    float: left;
    text-align: left;
    font-family: 微软雅黑;
}
.login-title .title-right{
    margin-top: 24px;
    height: 36px;
    line-height: 36px;
    font-family:'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: bold;
    float: right;
    text-align: right;
    color: #cccccc;
}
.submit{color: #ffffff;font-size: 18px;background: #514862;text-align: center;border-radius: 5px;padding: 10px 0;display: block;width: 100%;border:0;margin-top: 10px;}
.inputp{line-height: 22px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.user{width: 68px;display: inline-block;padding-left: 10px;border-right: 1px solid #a69290;}
.inputp input{height: 48px;vertical-align: top;color: #ccc;border: 1px solid #ccc;padding-left: 10px;outline: none;width: 100%;}
.inputp input[type="checkbox"]{
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    margin-right: 8px;
    background: #fff;
}
.login-button{
    width: 100%;
    height: calc(100% - 292px);
    float: left;
}
.login-button input[type="submit"]{
    width: 100%;
    height: 50px;
    background: url("../images/login_btn_line.png") repeat-x;
    border: 0;
    border-radius: 4px;
    line-height: 50px;
    font-size: 14px;
}
.loginHead{color: #FFFFFF;font-size: 36px;}
