﻿
.forgetpassForm {
    height: 676px;
    width: 525px;
    top: 174px;
    left: 458px;
    padding: 24px 16px 24px 16px;
    gap: 16px;
    border-radius: 16px;
    border: 2px 0px 0px 0px;
    /*background-color: #091E42;*/
    align-content: center;
}

.forgetpassForm2 {
   /* background-color: #091E42;*/
    border-radius: 16px;
    border: 2px 0px 0px 0px;
    align-content: center;
    gap: 16px;
    padding: 24px 16px 24px 16px;

}
.forget-container {
    /*    width: 493px;*/
    gap: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


@media screen and (max-width: 1440px) {
    .forgetpassForm {
        width: 430px;
        height: 690px;
    }


}

@media screen and (max-width: 1000px) {
    .forgetpassForm {
        width: 330px;
        height: 690px
    }

    .forget-container {
        gap: 12px;
    }
}






.input-captcha-container-custom {
    display: flex;
    align-items: center; /* Align input and image vertically */
    gap: 10px; /* Adjust gap between input and image */
/*    flex-grow: 1;*/
    width: 100%;
}




.forgot-parent {
/*    background-color:red;*/
/*    margin-bottom:22px;*/
    display:flex;
    flex-direction:column;
    gap:20px
}

.last-section-forgot-password {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Gap-Gap-0, 0px);
    align-self: stretch;
    /*    margin-top:44px*/
}

.forget-header {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.forget-title {
    font-family: YekanBakh_Bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FAFBFB;
    text-align: center;
}



.forget-description {
    color: #FAFBFB;
    font-family: YekanBakh_Medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media screen and (max-width: 1000px) {
    .forget-title {
        font-size: 21px;
    }
    .forget-description {
        font-size: 14px;
    }
    .last-section-forgot-password{
/*        margin-top:10px*/
    }
}

.back-to-login-span {
    font-family: YekanBakh_Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
