.reset-request-wrap {
    width: min(100%, 460px);
    margin: 4vh auto 0;
}

.reset-request-brand {
    text-align: center;
    margin-bottom: 20px;
}

.reset-request-brand img {
    width: min(300px, 80vw);
    display: block;
    margin: 0 auto 18px;
}

.reset-request-brand h1 {
    margin: 0 0 8px;
    font-size: 32px;
}

.reset-request-brand p {
    margin: 0;
    color: var(--oasys-muted);
    line-height: 1.5;
}

.reset-request-card {
    padding: 24px;
    border: 1px solid var(--oasys-border);
    border-radius: var(--oasys-radius);
    background: var(--oasys-card);
    box-shadow: var(--oasys-shadow);
}

.reset-request-form {
    display: grid;
    gap: 10px;
}

.reset-request-form label {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
}

.reset-request-form input {
    min-height: 48px;
    padding: 0 14px;
    color: #fff;
    background: rgba(255,255,255,.055);
    border: 1px solid var(--oasys-border);
    border-radius: 12px;
    outline: none;
}

.reset-request-form input:focus {
    border-color: rgba(154,69,245,.75);
    box-shadow: 0 0 0 3px rgba(154,69,245,.12);
}

.reset-request-form .button,
.reset-back-button {
    width: 100%;
    margin-top: 10px;
}

.reset-login-link {
    margin: 18px 0 0;
    text-align: center;
    font-size: 14px;
}

.reset-login-link a {
    color: var(--oasys-muted);
    font-weight: 700;
}

.form-alert-success {
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid rgba(83, 211, 135, .35);
    border-radius: 12px;
    background: rgba(83, 211, 135, .10);
    line-height: 1.5;
}
