body{
    background: #F2F2F2;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
::-webkit-scrollbar-thumb {
    background: #EEF4FF !important; 
}
.main-usr-container {
    width: 1265px;
    height: 800px;
    margin: auto;
    margin-top: 23.22px;
    box-shadow: 0px 4px 4px 0px #9D9D9D0D;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
}

.formcontainer{
    display: flex;
    flex-direction: column;
    margin-left: 138px;
}

.login-form-heading{
    width: 346px;
    height: 42px;
    margin-top: 83px;
    margin-left: 10px;
    /* background: #2B2B2B; */
    color: #2B2B2B;
    font-weight: 400;
    font-size: 28px;
    font-family: 'Poppins';
    line-height: 42px;
}
.login-input-email{
    height: 55px;
    margin-top: 31px;
}
    .input-email{
        width: 377px;
        border: 1px solid #DAD5D5;
        border-radius: 10px;
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 400; 
        line-height: 27px;
        letter-spacing: 0em;
        height: 55px;
        padding-left: 15px;
    }
.login-input-password{
    height: 55px;
    margin-top: 14px;
    width: 377px;
    border: 1px solid #DAD5D5;
    border-radius: 10px;
    display: flex;
}
    .input-password{
        border: 1px solid white;
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 400; 
        line-height: 27px;
        padding-left: 15px;
        margin-top: 14px;
        letter-spacing: 0em;
        height: 27px;
        border-radius: 10px;
    }
        
    .view-password {
        margin-top: 17.5px;
        margin-left: 342px;
        position: absolute;
        cursor: pointer;
    }
    ::placeholder{
        color: #000000;
        opacity: 1;
    }

.login-btn-usr{
    width: 377px;
    height: 55px;
    margin-top: 34px;
    border-radius: 30px;
    border: 1px solid #1F3A6F;
    background: #1F3A6F;
    cursor: pointer;
}
.usr-login-btn{
    width: 62px;
    height: 30px;
    color: #FFFFFF;
    background: #1F3A6F;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 12px 157px;
}
.login-input-email.errorMsg {
    border-color: #ad3030 !important;
}
.login-input-email .errorMsg {
    color: #ad3030 !important;
    font-family: 'Poppins';
    font-size: 12px;
    height: 13px;
}
.login-input-password.errorMsg {
    border-color: #ad3030 !important;
    font-family: 'Poppins';
}
.login-input-password .errorMsg {
    color: #ad3030 !important;
    font-family: 'Poppins';
    font-size: 12px;
    height: 13px;
}
.forget-password-action{
    width: 151px;
    height: 24px;
    margin-top: 26px;
    margin-left: 113px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.register-action-toggle{
    width: 197px;
    height: 30px;
    margin-top: 34px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2B2B2B;
    margin-left: 90px;
    cursor: pointer;
}
.usr-btn-register-action{
    font-weight: 700;
}
.context-box {
    display: flex;
    height: 800px;
    max-width: 1265px;
    width: 100%;
}

.action-box {
    width: 671px;
    margin: 120px auto 0px;
}

.image-box {
    width: 594px;
    background: #E4EEF6;
    padding-top: 233px;
    height: auto;
    border-radius: 20px;}
    .img-box-src{
        width: 544px;
        height: 248px;
        margin: auto;}
    .image-box-label{
        width: 523px;
        height: 68px;
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        line-height: 30px;
        margin: auto;
        margin-top: 46px;
        text-align: center;}
    .img-box-qoute{
        color: #4F4F4F;
        width: 92px;
        height: 24px;
        margin-left: 264px;
        margin-top: 7px;
        font-family: 'Inter';
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;}

.register-form-heading {
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}
.register-usr-form{
    margin-left: 138px;
}
.register-input-fields-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.register-input-fields-container .register-usr {
    width: fit-content;
}

.register-input {
    padding: 14px 15px;
    height: 55px;
    width: 377px;
    border-radius: 10px;
    border: 1px solid #DAD5D5;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400; 
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;}

.register-usr.password{
    height: 55px;
    width: 377px;
    border: 1px solid #DAD5D5;
    border-radius: 10px;
    display: flex;
}
    .register-input-p {
        border: 1px solid white;
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 400; 
        line-height: 27px;
        padding-left: 15px;
        margin-top: 14px;
        letter-spacing: 0em;
        height: 27px;
        border-radius: 10px;
    }
.register-usr.confirm_password{
    height: 55px;
    width: 377px;
    border: 1px solid #DAD5D5;
    border-radius: 10px;
    display: flex;
}
    .register-input-cp {
        border: 1px solid white;
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 400; 
        line-height: 27px;
        padding-left: 15px;
        margin-top: 14px;
        letter-spacing: 0em;
        height: 27px;
        border-radius: 10px;
    }
.register-btn-usr{
    background: #1F3A6F;
    width: 377px;
    height: 55px;
    border-radius: 30px;
    margin-top: 34px;
    border: 1px solid #1F3A6F;
    cursor: pointer;
}
.usr-submit-btn{
    width: 62px;
    height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    background: #1F3A6F;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin: 12px 157px;
}
.register-usr.success input {
    border-color: #09c372 !important;
}

.register-usr.errorMsg input {
    border-color: #ad3030 !important;
}

.register-usr .errorMsg {
    color: #ad3030 !important;
    font-family: 'Poppins';
    font-size: 12px;
    height: 13px;
}

.login-action-toggle{
    width: 305px;
    height: 30px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    text-align: center;
    margin-left: 40px;
}
.usr-btn-login-action{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}
.hidden{
    display: none;
}

.forget-password-model{
    font-family: 'Poppins';
    width: 650px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;}
.forget-password-model.hidden{
    display: none;}
    .password-reset-head{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 700;}
    .password-reset-email{
        margin-top: 25px;}
    .password-reset-input-box{
        width: 377px;
        height: 55px;
        border-radius: 10px;
        margin-top: 25px;
        font-size: 18px;
        border: 1px solid #DAD5D5;}
    .password-reset-submit{
        width: 377px;
        height: 55px;
        border-radius: 10px;
        color: #FFFFFF;
        border: 1px solid #DAD5D5;
        padding-left: 100px;
        padding-top: 20px;
        margin-top: 25px;
        cursor: pointer;
        background: #1F3A6F;}



.back-to-login-container {
    display: flex;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 36px;
}       
.back-to-login-heading {
    width: 151px;
    height: 24px;
    font-family: 'Poppins';
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    margin: 5px 75px;
}
  
/* .view-eye-register1, .view-eye-register2 {
    top: 17px;
    right: 28px;
    position: relative;
    margin-right: 0px;
    cursor: pointer;
    float: right;
} */