@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/Application/Components/Account/Pages/Login.razor.rz.scp.css */
*[b-scf3ha4f4q] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-scf3ha4f4q] {
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #f3f4f6;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container[b-scf3ha4f4q] {
    background-color: white;
    padding: 40px;
    border-radius: 16px;
    width: 400px;
    max-width: 90%;
    margin: 125px;
}

.login-header[b-scf3ha4f4q] {
    text-align: center;
    margin-bottom: 32px;
}

    .login-header h1[b-scf3ha4f4q] {
        color: #111827;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .login-header p[b-scf3ha4f4q] {
        color: #6B7280;
        font-size: 14px;
    }

.form-group[b-scf3ha4f4q] {
    margin-bottom: 20px;
}

    .form-group label[b-scf3ha4f4q] {
        display: block;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .form-group input[b-scf3ha4f4q] {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #E5E7EB;
        border-radius: 8px;
        font-size: 14px;
        color: #111827;
        transition: border-color 0.2s;
    }

        .form-group input:focus[b-scf3ha4f4q] {
            outline: none;
            border-color: #2563EB;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }

.forgot-password[b-scf3ha4f4q] {
    text-align: right;
    margin-bottom: 24px;
}

    .forgot-password a[b-scf3ha4f4q] {
        color: #2563EB;
        font-size: 14px;
        text-decoration: none;
    }

        .forgot-password a:hover[b-scf3ha4f4q] {
            text-decoration: underline;
        }

.login-button[b-scf3ha4f4q] {
    width: 100%;
    padding: 12px;
    background-color: #2563EB;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .login-button:hover[b-scf3ha4f4q] {
        background-color: #1D4ED8;
    }

.signup-prompt[b-scf3ha4f4q] {
    margin-top: 24px;
    text-align: center;
    color: #6B7280;
    font-size: 14px;
}

    .signup-prompt a[b-scf3ha4f4q] {
        color: #2563EB;
        text-decoration: none;
        font-weight: 500;
    }

        .signup-prompt a:hover[b-scf3ha4f4q] {
            text-decoration: underline;
        }

/* _content/Application/Components/Account/Pages/Register.razor.rz.scp.css */
*[b-iyu8jg81qu] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-iyu8jg81qu] {
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #f3f4f6;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container[b-iyu8jg81qu] {
    background-color: white;
    padding: 40px;
    border-radius: 16px;
    width: 400px;
    max-width: 90%;
    margin: 125px;
}

.login-header[b-iyu8jg81qu] {
    text-align: center;
    margin-bottom: 32px;
}

    .login-header h1[b-iyu8jg81qu] {
        color: #111827;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .login-header p[b-iyu8jg81qu] {
        color: #6B7280;
        font-size: 14px;
    }
/* _content/Application/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.social-login[b-2kjwq8yrp9] {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E5E7EB;
}

.social-button[b-2kjwq8yrp9] {
    width: 100%;
    padding: 12px;
    background-color: white;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    transition: background-color 0.2s;
}

    .social-button:hover[b-2kjwq8yrp9] {
        background-color: #F9FAFB;
    }

    .social-button:last-child[b-2kjwq8yrp9] {
        margin-bottom: 0;
    }
