/* login.php — переопределения под центрированный auth-layout */

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

.helper a {
    color: #1f6feb;
    text-decoration: none;
}

.helper a:hover {
    text-decoration: underline;
}

.helper-row {
    margin-top: 14px;
    justify-content: center;
    gap: 18px;
}
