.password-reset-page {
    min-height: 72vh;
}

.password-reset-message {
    width: 100%;
    margin: 18px 0;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

.password-reset-message.is-success {
    border-color: rgba(21, 128, 61, .24);
    background: #edf9f1;
    color: #146534;
}

.password-reset-message.is-error {
    border-color: rgba(180, 35, 24, .22);
    background: #fff1f0;
    color: #962c23;
}

.password-reset-email {
    display: block;
    margin: 16px 0 22px;
    overflow-wrap: anywhere;
    color: var(--customer-navy);
    font-size: 17px;
}

.password-reset-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    margin-top: 8px;
    padding: 0 20px;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            var(--customer-gold),
            var(--customer-gold-dark)
        );
    color: #ffffff !important;
    box-shadow:
        0 14px 28px
        rgba(197, 154, 61, .23);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.password-reset-primary-link:hover {
    filter: brightness(.96);
    transform: translateY(-1px);
}

.account-forgot-password {
    grid-column: 1 / -1;
    margin: -2px 0 2px;
    text-align: right;
}

.account-forgot-password a {
    color: var(--customer-gold-dark);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.account-forgot-password a:hover {
    text-decoration: underline;
}
