/* ============================================================
 * Office Panel — Login Dark Theme
 * Modern dark login page with glassmorphism
 * ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');

body, html {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.container-login100 {
    background: #0A0E1A !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
}

.container-login100::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(0, 102, 255, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(0, 229, 255, 0.05) 0%, transparent 50%);
    animation: subtle-drift 20s ease-in-out infinite;
    z-index: 0;
}

@keyframes subtle-drift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-2%, -1%); }
}

.wrap-login100 {
    background: rgba(19, 24, 38, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4),
                0 0 40px rgba(0, 102, 255, 0.08) !important;
    padding: 48px 40px 40px !important;
    position: relative;
    z-index: 1;
    max-width: 420px !important;
}

.login100-form-avatar {
    margin-bottom: 8px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.login100-form-avatar img {
    max-height: 80px !important;
    width: auto !important;
    filter: drop-shadow(0 4px 12px rgba(0, 102, 255, 0.2));
}

.wrap-input100 {
    border: none !important;
}

.input100 {
    background: rgba(26, 30, 46, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    padding: 14px 20px 14px 48px !important;
    height: auto !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.input100:focus {
    border-color: #0066ff !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.25) !important;
    background: rgba(26, 30, 46, 1) !important;
}

.input100::placeholder {
    color: #6b7280 !important;
}

.focus-input100 {
    display: none !important;
}

.symbol-input100 {
    color: #6b7280 !important;
    font-size: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding-left: 18px !important;
}

.login100-form-btn {
    background: #0066ff !important;
    border: none !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.02em !important;
    padding: 14px 32px !important;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    min-width: 200px !important;
    cursor: pointer;
}

.login100-form-btn::before {
    display: none !important;
}

.login100-form-btn:hover {
    background: #0055dd !important;
    box-shadow: 0 12px 32px rgba(0, 102, 255, 0.45) !important;
    transform: translateY(-2px) !important;
}

.txt1 {
    color: #A0A8B8 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
}

.txt1 a, .txt1 b a {
    color: #00E5FF !important;
    transition: color 0.2s ease;
}

.txt1 a:hover, .txt1 b a:hover {
    color: #FFFFFF !important;
}

.powered {
    color: #6b7280 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
}

.powered a {
    color: #00E5FF !important;
}

.float-r {
    color: #6b7280 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
}

/* reCAPTCHA dark theme */
.g-recaptcha {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

/* SweetAlert2 on login */
.swal2-popup {
    background: #131826 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    color: #A0A8B8 !important;
}

.swal2-title {
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif !important;
}

.swal2-html-container {
    color: #A0A8B8 !important;
}

.swal2-confirm {
    background: #0066ff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3) !important;
}
