﻿body {
    background-image: url("../images/bg.jpg");
    height: 100%;
    width: 100%;
}

#container {
    height: 100%;
    width: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    background-color: transparent;
}

.admin-login-background {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -150px;
    margin-top: -100px;
}

.admin-header {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px
}

.admin-input {
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 50px;
    width: 300px;
    padding-bottom: 0px;
}

    .admin-input::-webkit-input-placeholder {
        color: #a78369
    }

.layui-icon-username {
    color: #a78369 !important;
}

    .layui-icon-username:hover {
        color: #9dadce !important;
    }

.layui-icon-password {
    color: #a78369 !important;
}

    .layui-icon-password:hover {
        color: #9dadce !important;
    }

.admin-input-username {
    border-top-style: solid;
    border-radius: 10px 10px 0 0;
}

.admin-input-verify {
    border-radius: 0 0 10px 10px;
}

.admin-button {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background-color: #a78369;
    border: 1px solid #d8b29f
}

.admin-icon {
    margin-left: 260px;
    margin-top: 10px;
    font-size: 30px;
}

i {
    position: absolute;
}

.admin-captcha {
    position: absolute;
    margin-left: 205px;
    margin-top: -40px;
}

.saas-login-v2 {
    width: 100%;
    height: 100%;
    background: radial-gradient(27.85% 27.79% at 95.94% 7.83%, rgba(243, 78, 91, .1) 0, rgba(243, 78, 91, 0) 100%), radial-gradient(101.77% 39.94% at 33.3% 78.61%, rgba(230, 55, 64, .11) 0, rgba(243, 78, 91, 0) 100%), linear-gradient(293deg, #f6f6f6 13.07%, #f6f8ff 96.26%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

.admin-input {
    font-size: 18px;
    padding: 10px;
}

.appsLogo {
    width: 80px;
    border-radius: 80px;
}


/* 默认隐藏（适用于手机等小屏） */
.login-footer {
    display: none;
}

/* 在中等及以上屏幕（如 ≥768px）显示 */
@media (min-width: 768px) {
    .login-footer {
        display: block;
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 0.5px;
        opacity: 0.9;
    }

        .login-footer a {
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

            .login-footer a:hover {
                color: #333;
                border-bottom: 1px dashed #333;
            }
}


/* 强化禁用按钮样式 */
.admin-button:disabled,
.admin-button.layui-btn-disabled {
    background-color: #e0e0e0 !important;
    border-color: #ccc !important;
    color: #999 !important;
    cursor: not-allowed !important;
}