section.forget_password {
    padding: 0 !important;
    background-image: url(../../assets/images/global/bg-global.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 600px; */
}

section.forget_password .forget_password_form {
    max-width: 620px;
    width: 100%;
}

section.forget_password p {
    font-weight: 400;
    font-size: 20px;
}

section.forget_password .mb-60 {
    margin-bottom: 60px;
}

section.forget_password .input-text {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(65, 63, 57, 0.50);
    margin-bottom: 40px;
}

section.forget_password .input-text::placeholder {
    color: rgba(65, 63, 57, 0.50);
    font-family: 'Urbanist';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

section.forget_password .black_button {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: #413F39;
    border: 1.5px solid #413F39;
    color: white;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border-radius: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out;
}

section.forget_password .black_button:hover {
    border: 1.5px solid #937957;
    background: #BFA078;
    color: white;
}

section.forget_password .return-login {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #413F39;
    color: #413F39;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-weight: 600;
}

section.forget_password .return-login:hover {
    border: 1.5px solid #937957;
    background: #BFA078;
    color: white;
}

section.password_reset {
    background-image: url(../../assets/images/global/bg-global.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

section.password_reset .password_reset__content {
    max-width: 624px;
    width: 100%;
    text-align: center;
    margin: auto;
}

@media (max-width: 1199px) {
    section.forget_password .forgot_form {
        padding: 70px 30px !important;
    }

    section.forget_password .forget_password_form {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    section.password_reset .password_reset__content {
        max-width: 100%;
    }

    section.forget_password .forgot_form {
        padding: 50px 20px !important;
    }
}