.check-email-card {
    --num: 200px;
    max-width: 320px !important;
    margin-left: var(--num) !important;
    margin-right: var(--num) !important;
}

.forgot-password-card,
.check-email-card {
    margin-top: 15px;
    margin-bottom: 15px;
}

.forgot-password-card .icon {
    padding: 20px;
}

.check-email-card .icon {
    padding: 15px;
}

.forgot-password-card .icon,
.check-email-card .icon {
    border-radius: 50%;
    color: var(--app-color-white);
    background-color: var(--app-color-gray-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-password-card > h3,
.check-email-card > h3 {
    color: var(--app-color-black);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}


.forgot-password-card > p,
.check-email-card p {
    color: var(--app-color-modal-border);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 390px;
}

.check-email-card > .complete-form > .check-email-inputs > p {
    color: var(--app-color-black);
    font-size: 16px;
}

/* .check-email-card {
    margin-top: 30px;
} */

/* .forgot-password-card > .complete-form .forgot-password-form > .options, */
/* .check-email-card > .complete-form > .check-email-inputs > .options {
    padding-bottom: 125px;
} */

.forgot-password-card > .complete-form .forgot-password-form > .options a,
.check-email-card > .complete-form > .check-email-inputs > .options a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
