.recovery-success-card {
    text-align: center;
}

.recovery-success-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eef6ff;
    color: #093559;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 18px;
}

.recovery-success-card h5 {
    color: #093559;
    font-weight: 800;
    margin-bottom: 12px;
}

.recovery-success-card p {
    color: #5f6c7b;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 12px;
}

.recovery-login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 10px;
}

.recovery-login-btn:hover {
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    .recovery-success-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .recovery-success-card p {
        font-size: 13px;
    }
}