@import '_content/FVC.Shared/FVC.Shared.vfykfwod76.bundle.scp.css';

/* /Layout/AuthenticationLayout/AuthenticationLayout.razor.rz.scp.css */
.version-label[b-62jwoayq2i] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    font-weight: 600;
    color: #6c757d;
    font-size: 0.85rem;
}

.environment-label[b-62jwoayq2i] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    font-weight: 600;
    color: #6c757d;
    font-size: 0.85rem;
}

/* Modern Auth Layout Styles */
.auth-main-wrapper[b-62jwoayq2i] {
    background: #f8f9fa;
    min-height: 100vh;
}

.auth-bg-container[b-62jwoayq2i] {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.auth-bg-overlay[b-62jwoayq2i] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Glassmorphism gradient: dark fade to show user's wallpaper beautifully */
    background: linear-gradient(135deg, rgba(8, 20, 48, 0.85) 0%, rgba(20, 40, 80, 0.4) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    color: white;
}

.auth-logo-wrapper[b-62jwoayq2i] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem;
    border-radius: 50%;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.auth-logo-wrapper:hover[b-62jwoayq2i] {
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(0, 120, 250, 0.3), inset 0 0 30px rgba(255, 255, 255, 0.2);
}

.auth-logo[b-62jwoayq2i] {
    width: 300px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.auth-logo-mobile[b-62jwoayq2i] {
    width: auto;
    height: 100px;
    padding: 10px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.auth-welcome-text[b-62jwoayq2i] {
    font-size: 2.5rem;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.auth-subtitle-text[b-62jwoayq2i] {
    font-size: 1.15rem;
    opacity: 0.85;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    font-weight: 400;
}

.auth-card-container[b-62jwoayq2i] {
    animation: slideInRight-b-62jwoayq2i 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.auth-form-card[b-62jwoayq2i] {
    border-radius: 1.25rem !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

@keyframes slideInRight-b-62jwoayq2i {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.modern-auth-btn[b-62jwoayq2i] {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    background-color: var(--rz-primary) !important;
    color: var(--rz-primary-contrast, white) !important;
}

.modern-auth-btn:hover[b-62jwoayq2i] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.microsoft-btn[b-62jwoayq2i] {
    background-color: var(--rz-primary) !important;
    border: none !important;
    color: var(--rz-primary-contrast, white) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.microsoft-btn:hover[b-62jwoayq2i] {
    filter: brightness(0.95);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 991.98px) {
    .auth-card-container[b-62jwoayq2i] {
        min-height: 100vh !important;
        justify-content: center !important;
        align-items: center !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
