/* _content/Protexia.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-l8e20rv02w] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, #16233d 0%, #0b1526 60%);
    padding: 1.5rem;
}
/* _content/Protexia.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-825sxtm6vp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-825sxtm6vp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Protexia.Web/Components/Pages/Cuenta/Entrar.razor.rz.scp.css */
.login-box[b-mzt1h9nmyw] {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 2rem 2rem 1.75rem;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.login-brand[b-mzt1h9nmyw] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.15rem;
}

.login-brand h1[b-mzt1h9nmyw] {
    margin: 0;
    font-size: 1.35rem;
}

.login-brand .brand-icon[b-mzt1h9nmyw] {
    width: 28px;
    height: 28px;
    color: #2452e8;
}

.login-subtitle[b-mzt1h9nmyw] {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0 0 1.5rem;
}

.login-box form div[b-mzt1h9nmyw] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.login-box label[b-mzt1h9nmyw] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}

.login-box input[b-mzt1h9nmyw] {
    padding: 0.6rem 0.7rem;
    border: 1px solid #d0d5db;
    border-radius: 8px;
    font-size: 0.9rem;
}

    .login-box input:focus[b-mzt1h9nmyw] {
        outline: none;
        border-color: #2452e8;
        box-shadow: 0 0 0 3px rgba(36, 82, 232, 0.12);
    }

.login-box button[b-mzt1h9nmyw],
.boton-microsoft[b-mzt1h9nmyw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0.65rem;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 0.9rem;
}

.login-box button[b-mzt1h9nmyw] {
    background: #2452e8;
    color: white;
    border: none;
}

    .login-box button:hover[b-mzt1h9nmyw] {
        background: #1c3fc2;
    }

.boton-microsoft[b-mzt1h9nmyw] {
    background: #ffffff;
    color: #1e293b;
    border: 1px solid #d0d5db;
    margin-bottom: 1.25rem;
    gap: 0.5rem;
}

    .boton-microsoft:hover[b-mzt1h9nmyw] {
        background: #f8fafc;
    }

.login-box hr[b-mzt1h9nmyw] {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 0 0 1.25rem;
}

.error[b-mzt1h9nmyw] {
    color: #b91c1c;
    font-size: 0.85rem;
    margin: 0 0 1rem;
}
