﻿.admin-login-body {
    background-image: url(../images/admin_login_bg.jpg);
    background-repeat: no-repeat; /* 确保不重复平铺背景图像 */
    background-position: center; /* 居中显示背景图像 */
    background-size: cover; /* 让背景图像完全铺满元素 */
    background-attachment: fixed; /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    width: 100%;
    margin: 0px auto;
}

.admin-login-content {
    width: 1000px;
    margin: 120px auto 50px auto;
}


.admin-login-logo {
    text-align: center;
    margin: 30px auto 0px auto;
}

    .admin-login-logo > img {
        width: 100px;
    }

.admin-login-title {
    color: #004b91;
    text-align: center;
    margin: 25px auto 20px auto;
    font-size: 38px;
    font-weight: 800;
}

.admin-login-desc {
    color: #004b91;
    text-align: center;
    margin: 10px auto 150px auto;
    line-height: 32px;
    font-size: 24px;
    font-weight: 500;
}

.admin-login-buttom {
    color: #004b91;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.admin-login-form {
    width: 400px;
    height: 350px;
}

.admin-login-form-box {
    margin: 20px;
    width: 400px;
    /*    height: 450px;*/
    background: white;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 8px 8px 10px 8px rgba(05, 05, 05, .08);
}

.admin-login-form-title {
    width: 90%;
    margin: 0px auto 0px auto;
    padding-top: 20px;
    line-height: 30px;
    text-indent: 1rem;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

hr {
    margin-top: 20px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    box-sizing: content-box;
}
