﻿.forget-password-title {
    line-height: 32px;
    color: #333333;
    font-weight: 500;
}

.forget-password-description {
    font-size: 12px;
    line-height: 24px;
    color: #9FA1A5;
    font-weight: 400;
    display: inline-flex;
}

.remain-time-to-send-code-wrapper {
    font-size: 12px;
    line-height: 24px;
    color: #9FA1A5;
    font-weight: 400;
    display: inline-flex;
}

    .remain-time-to-send-code-wrapper::before {
        font-family: 'kasra-icon' !important;
        content: "\e946";
    }

#remain-resend-time {
    width: 38px;
    text-align: center;
}

.error-forget-input-wrapper {
    display: none;
    align-items: center;
    margin-top: 5px;
    font-weight: 500;
    color: #e80c4d;
    font-size: 12px;
}

    .error-forget-input-wrapper::before {
        font-family: 'kasra-icon' !important;
        content: "\e904";
        padding-left: 6px;
    }

    .error-forget-input-wrapper.has-error {
        display: flex;
    }

.has-error {
    border-color: #e80c4d !important;
}

.validation-code-input{
    letter-spacing : 30px;
    align-items : center;
    text-align: center;
    padding-right : 0 !important;
}