/**
 * Geo Admin 登录页样式
 */

.login-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
            radial-gradient(circle at 20% 20%, rgba(64, 158, 255, 0.18), transparent 30%),
            radial-gradient(circle at 80% 30%, rgba(103, 194, 58, 0.14), transparent 26%),
            linear-gradient(135deg, #f5f7fa 0%, #edf3ff 100%);
}

.login-card {
    width: 420px;
    padding: 38px 36px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(31, 45, 61, 0.14);
}

.login-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #303133;
    margin-bottom: 8px;
}

.login-subtitle {
    text-align: center;
    color: #909399;
    margin-bottom: 32px;
}

.login-btn {
    width: 100%;
    height: 42px;
    margin-top: 8px;
}