.recovery-card {
    width: min(100%, 510px);
}

.recovery-card .login-input-wrap input {
    padding-right: 15px;
}

.recovery-status {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 24px;
    padding: 16px;
    color: #195c3a;
    background: #effaf4;
    border: 1px solid #a9dcc0;
    border-radius: 10px;
}

.recovery-status svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.25;
}

.recovery-status strong {
    display: block;
    color: #12482d;
    font-size: 1rem;
}

.recovery-status p {
    margin: 5px 0 0;
    color: #315f48;
    font-size: .9375rem;
}

.recovery-primary-link {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.recovery-primary-link:hover,
.recovery-primary-link:focus {
    color: #fff;
}

.recovery-captcha-status {
    min-height: 1.35em;
    margin: 0 0 10px;
    color: var(--login-muted);
    font-size: .875rem;
    text-align: center;
}

.recovery-back {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0;
    text-align: center;
}

.recovery-back a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

@media (max-width: 560px) {
    .recovery-status {
        padding: 14px;
    }
}
