/*
 * Public authentication layout corrections.
 *
 * The shared .auth-card rule includes an explicit 460px width for compact
 * authentication screens. Wide registration forms opt into .auth-card-wide,
 * so restore their intended responsive width without changing login/reset
 * password cards.
 */
.public-main .auth-card.auth-card-wide {
    width: 100%;
    max-width: 1180px;
}
