body {
    background: #f3f3f9;
    background: linear-gradient(135deg, #405189 0%, #0ab39c 100%);
    position: relative;
    font-family: 'Inter', sans-serif;
    color: #495057;
    min-height: 100vh;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-43c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm20-27c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm58 48c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-46 40c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-42-54c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm54-20c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM80 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-70 2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm67 21c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM28 23c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33 31c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM82 76c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM8 45c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm82-26c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zM56 89c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zM26 62c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 0;
}

.auth-page-wrapper {
    position: relative;
    padding: 3rem 0;
    z-index: 1;
}

.auth-card {
    background-color: #fff;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

.auth-card .card-body {
    padding: 3rem 2.5rem;
}

.auth-logo {
    display: inline-block;
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
}

.auth-logo img {
    height: 48px;
}

.welcome-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #405189;
    margin-bottom: 0.5rem;
}

.sub-text {
    color: #878a99;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.btn-microsoft {
    background-color: #fff;
    color: #3e3e3e;
    border: 1px solid #e2e5e8;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: none;
}

.btn-microsoft:hover {
    background-color: #f8f9fa;
    border-color: #d1d5db;
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn-microsoft svg {
    width: 18px;
    height: 18px;
}

.btn-google {
    background-color: #fff;
    color: #3e3e3e;
    border: 1px solid #e2e5e8;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: none;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #d1d5db;
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.btn-google svg {
    width: 18px;
    height: 18px;
}

.browser-compatibility {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px dashed #e9ebec;
}

.browser-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #adb5bd;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-text {
    font-size: 0.85rem;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}

@media (max-width: 575.98px) {
    .auth-card .card-body {
        padding: 2.5rem 1.5rem;
    }
}