


.forget-password-container{
    background: #fff;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    padding: 40px;
    border-bottom: 1px solid #0078c6;
    margin: 20px auto;
    position: relative;
    max-width: 1140px;
    background: url('/assets/cpr/img/background/forgot_wave.png') no-repeat bottom left;
}
/* .forget-password-container::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url('/assets/cpr/img/background/forgot_wave.png') no-repeat center center;
    width: 100%;
    height: 318px;
} */
.forget-password_img img{
    max-width: 485px;
}
.password_form_title_h3{
    font-size: 44px;
    font-weight: bold;
}
.password_form_title_h4{
    font-size: 28px;
    font-weight: 400;
    color: #212224;
    margin: 15px 0;
}
.forget-form-item input{
    height: 60px;
    padding: 0.375rem 0.75rem 0.375rem 2rem;
    border-radius: 15px;
}
.input_email_icon,.input_password_icon {
    position: relative;
}
.input_email_icon::before{
    position: absolute;
    content: "\f0e0";
    left: 10px;
    top: 18px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0078c6;
    font-size: 16px;
}
.forget-form-item label{
    font-size: 20px;
}
.input_password_icon::before{
    content: "\f023";
    position: absolute;
    left: 12px;
    top: 17px;
    font-family: "font awesome 6 free";
    font-weight: 900;
    color: #0078c6;
    font-size: 16px;
}
.input_email_icon .form-control:disabled, .input_email_icon .form-control[readonly]{
    background-color: #f8f8f8;
}
.btn-submit-forgot{
    border-radius: 10px;
    color: #fff;
    background-color: #0078c6;
    border-color: #0078c6;
    transition: all .3s;
    padding: 17px 0;
}
.event-show-password {
    position: absolute;
    right: 7px;
    top: 35%;
    cursor: pointer;
    color: #b7b1b1;
    font-size: 18px;
    color: #b7b1b1;
}
@media only screen and (max-width:960px) {
    .wrapper-container{
        margin-top: 70px;
    }
    .forget-password_img img{
        max-width: 100%;
    }
    .row-forget-password{
        flex-direction: column-reverse;
    }
    .forget-password-container{
        margin: auto;
        padding: 10px 0 30px 0;
        width: 100%;
        /* background: none; */
        box-shadow: inherit;
        margin-bottom: 10px;
    }
    .password_form_title_h3{
        font-size: 28px;
    }
    .password_form_title_h4{
        font-size: 20px;
    }
    .forget-form-item input{
        font-size: 14px;
        height: 44px;
    }
    .input_email_icon::before{
        top: 10px;
    }
    .input_password_icon::before{
        top: 10px;
    }
    .btn-submit-forgot{
        padding: 10px 0;
    }
}