body {
    align-items:center;
    justify-content:center;
    padding:24px;
}

.auth-shell {
    width:min(430px,100%);
}

.auth-logo {
    display:flex;
    justify-content:center;
    margin-bottom:22px;
}

.auth-logo img {
    width:168px;
    height:auto;
}

.auth-card {
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 2px 12px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.03);
}

main.auth-card {
    width:min(430px,100%);
}

.auth-title {
    font-size:25px;
    font-weight:600;
    margin-bottom:4px;
}

.auth-sub {
    color:var(--n500);
    font-size:14px;
    margin-bottom:22px;
}

.auth-link {
    color:var(--o400);
    font-size:13px;
    text-decoration:none;
}

.auth-link:hover {
    text-decoration:underline;
}
