.auth-body{
    min-height:100vh;
    margin:0;
    background:#F8FAFC;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Segoe UI,sans-serif;
}

.auth-card{
    width:min(420px, calc(100% - 32px));
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
}

.auth-brand{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:24px;
}

.auth-logo{
    width:54px;
    height:54px;
    border-radius:14px;
    background:#2563EB;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:800;
}

.auth-brand h4{
    margin:0;
    font-weight:800;
    color:#1E293B;
}

.auth-brand span,
.auth-links a{
    color:#64748B;
}

.auth-card .form-control{
    width:100%;
    min-height:48px;
    border-radius:12px;
}

.auth-card .btn{
    min-height:48px;
    border-radius:12px;
    font-weight:700;
}

.auth-links{
    margin-top:18px;
    text-align:center;
}
