.login-wrapper {
    height: 100%;
    width: 100%;
    background: #f7faff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-content-wrapper1 {
    background-color: #f7faff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%), 0px 0px 1px rgb(0 0 0 / 20%);
    overflow: hidden;
    padding: 24px;
    position: relative;
    border-radius: 8px;
}

.login-content-wrapper {
    height: 90%;
    width: 90%;
    background-color: #f7faff;
    /* box-shadow: 0px 0px 32px rgb(136 152 170 / 15%); */
    overflow: hidden;
    position: relative;
    display: flex;
}
.container3 {
    background-color: white;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%), 0px 0px 1px rgb(0 0 0 / 20%);
    padding: 40px;
    width: 100%;
    max-width: 100% !important;
    transition: none;
}

.container3.ng-leave {
    animation: none;
}

.container1 {
    height: 100%;
    width: 60%;
    /* padding: 40px; */
    /* padding-right: 0; */
    background: #134c85;
    box-sizing: border-box;
    /* box-shadow: 0px 3px 5px rgb(0 0 0 / 10%), 0px 0px 1px rgb(0 0 0 / 20%); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}


.logo-container {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    /* top: 10%; */
    font-size: 41px;
    /* left: 50%; */
    align-items: flex-end;
    /* height: 50px; */
    /* padding-left: 40px; */
}



.logo-container p {
    font-size: 20px;

    font-weight: 700;
}
.logo-container p span {
    font-size: 20px;
    color: #134c85;
    font-weight: 700;
}
.Signup {
    font-size: 14px;
    margin-top: 8px;

    font-weight: 400;
}
.Signup span {
    font-size: 14px;
    cursor: pointer;

    font-weight: 600;
    color: #134c85;
}

.logo-container1 {
    display: flex;
    justify-content: flex-start;
    padding: 70px;
}
.container-customer{
    background: #F0F4FD;
    height: 100%;
    width: 60%;
   
   
    box-sizing: border-box;
    /* box-shadow: 0px 3px 5px rgb(0 0 0 / 10%), 0px 0px 1px rgb(0 0 0 / 20%); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.container-customer .logo-container1 {
    justify-content: center;
    
}

.customer-register-container {
    padding: 0px 40px;
    padding-bottom: 40px;
}


/* .logo-container1 .logo {
    height: 60px;
} */
.Image2 {
    width: 100%;
}
.container2 {
    width: 40%;
    /* padding: 40px; */
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* .login-content-wrapper .logo-container {
    margin-bottom: 32px;
} */
.Image-container2 {
    display: none;
}
.login-content-wrapper .logo-container img {
    display: block;
}
.Image-container {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    width: inherit;
   
    /* align-items: center; */
    /* height: inherit; */
    /* flex: 1; */
    margin: 0 auto;
    /* height: 100%; */
    /* background: linear-gradient(0deg, #11508E 1.44%, #1976D2 100%); */
    /* border-radius: 8px; */
    box-sizing: border-box;
}

.login-content-wrapper form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px;
}
.reset-pwd-form {
    padding: 0 24px !important;
    padding-left: 0 !important;
}

.reset-pwd-container {
    width: 50%;
}
.logo2 {
    /* height: 100%; */
    width: 40%;
    position: absolute;
    bottom: 0;
    border-radius: 8px;
}
.customer-logo{
    width: 450px;
    position: absolute;
    bottom: 10%;
}

/* .logo{
    height:60px;
}
.logo1{
    height:50px;
}
.logo3{
    height:25px;
} */
.password-instructions {
    /* align-self: flex-end; */
    padding-left: 24px;
    border-left: 2px solid #e3eaf6;
    /* width: 50%; */
    /* margin-left: 40px; */
}

.password-instructions label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 16px;
    color: #2e374a;
}
.reset-container {
    width: 50%;
    padding-left: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}
.reset-password-container {
    display: flex;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    background: white;
}
.logo-container-reset {
    display: flex;
    justify-content: center;
    padding: 4%;
}
.password-instructions ul li {
    color: #6d7992;
    display: flex;
    align-items: center;
}

.password-instructions ul li:not(:last-child) {
    margin-bottom: 8px;
}

.password-instructions ul li svg {
    margin-right: 8px;
}

.password-instructions ul li svg path {
    fill: #6d7992;
}

.password-instructions ul li.condition_success {
    color: #518c37;
}

.password-instructions ul li.condition_failed {
    color: #de0000;
}

.password-instructions ul li.condition_success svg path {
    fill: #518c37;
}

.password-instructions ul li.condition_failed svg path {
    fill: #de0000;
}

.reveal-pwd,
.hide-pwd {
    position: absolute;
    top: 36px;
    right: 14px;
    cursor: pointer;
    z-index: 2;
    /* background-color: #11508E; */
}

.reveal-pwd img {
    padding-bottom: 2px;
}

#revealPwd {
    position: absolute;
    top: 32px;
    right: 14px;
    cursor: pointer;
    z-index: 2;
}

#reqvalid {
    display: none;
}
@media screen and (max-width: 1366px) {
    .reset-password-container {
        flex-direction: column;
    }
    .reset-pwd-container {
        width: 100%;
    }
    .logo-container2 {
        display: none;
    }
    .password-instructions {
        padding-top: 24px;
        border-top: 2px solid #e3eaf6;
        margin-top: 24px;
        width: 100%;
        padding-left: 0px;
        border-left: 0;
        margin-left: 0px;
    }
    .reset-pwd-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .logo-container1 .logo {
        height: 40px;
    }
    /* .Image-container{
        height: 50%;
    } */
    .logo-container {
        /* padding: 0%; */
        top: 7%;
    }
    .logo-container2 {
        display: none;
    }
    .logo-container1 {
        top: 6%;
    }
    .login-content-wrapper form {
        padding: 24px;
    }
    .customer-register-container{
        padding: 0px 24px;
        padding-bottom: 24px;
    }
    .container3 {
        padding: 0% !important;
    }
    .customer-logo{
        max-width: 300px;
    }
}
@media screen and (max-width: 575px) {
    .login-content-wrapper {
        min-width: unset !important;
        max-width: 90vw;
        flex-direction: column;
        align-items: unset !important;
    }
    .login-content-wrapper form {
        /* padding-top: 0; */
    }
    .reset-pwd-container {
        min-width: unset !important;
    }
    .flex-wrapper {
        padding-left: 0;
    }
    .password-instructions {
        align-self: unset;
        padding: 40px 0 0 0;
        margin: 0 !important;
        border: unset;
    }
    .logo-container2 {
        padding: 24px 48px;
        display: flex;
        justify-content: center;
    }

    .logo-container {
        display: flex;
        justify-content: center;
        padding: 16px;
        padding-bottom: 0;
    }
    .container1 , .container-customer {
        display: none;
    }
  
    .container2 {
        float: right;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        box-sizing: border-box;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%), 0px 0px 1px rgb(0 0 0 / 20%);
    }
    .Image-container2 {
        display: flex;
    }
}