/*padding: 10px 0 5px;*/
/*font-size: 16px;*/
/*color: #fff;*/
/*letter-spacing: 0px;*/
/*margin-bottom: 30px;*/
/*border: none;*/
/*border-bottom: 1px solid #fff;*/
/*outline: none;*/
/*background: transparent;*/
/*}*/
.cu-mb-4{
    margin-bottom: 40px;
}
.passwordLogin {
    margin-bottom: 2px;
}
.frbtn a{
    width: 100%;
    display: block;
}
.box .inputBox label {
    position: absolute;
    top: -25px;
    left: 0;
    letter-spacing: 2px;
    padding: 10px 0 5px;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
}
.images_logo{
    background: rgba(0, 80, 125, 0.8);
    border-radius: 10px 0px 10px 10px;
    height: 297px;
    width:100%;
}

body {
    margin: auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: url("/assets/img/login_page/bg.jpg") no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

a {
    text-decoration: none;
}

.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.login_page {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.inputBox.form-group.login-three-inputs.cu-mb-3 {
    margin-bottom: 40px;
}
/* .left_section{
  width: 50%;
} */
.form-section {
    margin-top: 8%;
}

img {

    margin: 0 !important;
    width: 100%;
}

.images_logo img {
    border-radius: 10px 0 0 10px;
}

.box {
    height: 374px;
    padding: 40px 40px 35px;
    background: rgba(0, 80, 125, 0.8);
    box-sizing: border-box;

    border-radius: 0px 10px 10px 0px;
}

.box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.box .inputBox {
    position: relative;
}

.box .inputBox input {
    max-width: 100%;
    width:100%;
    padding: 10px 0 5px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

.box .inputBox label {
    position: absolute;
    top: -25px;
    left: 0;
    letter-spacing: 0px;
    padding: 10px 0 5px;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
}

.box .inputBox input:focus~label,
.box .inputBox input:valid~label {

    left: 0;
    color: #fff;

}

.login_button a,
button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    background: #03a9f4;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.images_logo img:last-child {
    display: none;
}

.images_logo{
    border-radius:10px 0px 0px 10px;
}
.images_logo img:first-child {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
    border-radius:10px 0px 0px 10px;
}

/* samir css */
p.p-color {
    font-size: 14px;
    color: #fff;
}

h4.h-color {
    font-size: 19px;
    color: #fff;
    text-align: center;
}

.login-three-inputs {
    position: relative;
    width: 100%;
}

.login-three-inputs input[type="email"] {
    border: 1px solid #e2e1e1;
    padding: 15px 40px;
    width: 100%;
    border-radius: 0.27rem;
    transition: all ease 0.2s;
}
.images_logo{
    height: 374px;
    background: rgba(0, 80, 125, 0.8);
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
}
.new-box {
    height: 374px;
    padding: 30px 36px 35px;
    background: rgba(0, 80, 125, 0.8);
    box-sizing: border-box;
    border-radius: 0px 10px 10px 0px;
}

.neww-box {}

input#email {
    margin-bottom: -1px;
}


.mainboxx {
    padding: 37px 0px 0px 0px;
}

@media screen and (max-width:767px) {
    .images_logo img {
        height: 374px;
        border-radius: 10px 0 0 10px;

    }

    .login_pagemainContent {
        padding: 20px;
    }
}

@media screen and (width:576px) {

    .images_logo{
        margin: auto;
        max-width: 258px!important;
        border-radius: 11px 11px 0px 0px!important;

    }
    .images_logo img:first-child {
        display: block !important;
    }

    .images_logo img:last-child {
        display: none !important;
    }


}

@media screen and (max-width:576px) {
    .images_logo img:first-child {
        display: none !important;
    }
    .login-three-inputs .cu-mb-3 {
        margin-bottom: 20px!important;
    }
    .login-three-inputs .passwordLogin{
        margin-bottom: 6px!important;
    }
    .cu-mb-4{
        margin-bottom: 20px!important;
    }
    .passwordLogin {
        margin-bottom: 12px!important;
    }
    .images_logo img:last-child {
        display: block !important;
        width: 100%;
        height: auto;
        max-width: 258px;
        border-radius: 10px 10px 0px 0px;
        margin: auto !important;
    }

    .box {
        margin: auto;
        width: 100%;
        max-width: 350px;
        height: unset;
        padding: 1px 40px 0px;
        background: rgba(0, 80, 125, 0.8);
        box-sizing: border-box;
        border-radius: 0px 0px 10px 10px;
    }

    .login-button {
        margin-bottom: 20px;
    }

    .box .inputBox input {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0px;
        margin-bottom: 30px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
        background: transparent;
    }

    .needs-validation br {
        display: none;
    }

}
.googleLoginBtn{
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}
.bgWhite {
    background: white;
    box-shadow: 0px 3px 6px 0px #cacaca;
}

.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}


.bgWhite {
    background: white;
    box-shadow: 0px 3px 6px 0px #cacaca;
}

.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

.customBtn {
    border-radius: 0px;
    padding: 10px;
}

form.loginform input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

h6.veri-color {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;

}

.show {
    display: block;
}

.hide {
    display: none;
}

.icomxx a {
    color: #ffffff !important;
    position: absolute;
    right: 1px;
    top: 12px;
}

#togglePassword {
    color: #fff;
    cursor: pointer;
}

form.loginform input {
    display: inline-block;
    border: none;
    background-color: transparent;
    width: 30px;
    border-bottom: 2px solid #fff;
    height: 35px;
    text-align: center;
    color: #fff;
    outline: none;
}

a.resentotp {
    color: #fff;
    font-size: 14px;
}

.section2main {
    padding-top: 36px;
}

.frbtn {
    font-size: 14px;
    color: #ffffff;
}

.frbtn a{
    color: #ffffff;
}

.frbtn a:hover{
    text-decoration: underline;
    color: #00dd72;
}

.box .inputBox.inputnewbox input {
    max-width: 100%;
    padding: 54px 0 5px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

.getValidCode {
    padding: 3px 10px;
}

progressarea-2 img,.progressarea-1 img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}
.progressarea-3 img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99999;
    display: none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;

    border: 3px solid #3498db;
    z-index: 1500;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #e74c3c;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #f9c922;
}
/* change border to transparent and set only border-top to a solid color */
#loader {
    border: 3px solid transparent;
    border-top-color: #3498db;
}
#loader:before {
    border: 3px solid transparent;
    border-top-color: #e74c3c;
}
#loader:after {
    border: 3px solid transparent;
    border-top-color: #f9c922;
}
#loader {
    border-radius: 50%;
}
#loader:before {
    border-radius: 50%;
}
#loader:after {
    border-radius: 50%;
}
/* copy and paste the animation inside all 3 elements */
/* #loader, #loader:before, #loader:after */
/*-webkit-animation: spin 1.5s linear infinite;*/
/*animation: spin 1.5s linear infinite;*/

/* include this only once */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}


/* =============responsive-css-start=================== */
@media(max-width:1400px) {
    .invalid-feedback {
        margin-top: -20px !important;
        font-size: 12px;
    }
    .invalid-feedback.pass {
        margin-top: -44px !important;
        font-size: 12px;
    }
}
@media(max-width:1265px) {

}

@media (max-width: 1199px) {

    .login_page {
        max-width: 550px;
    }
    .images_logo
    .new-box {
        height: 339px;
    }

    .login_page .form-section {
        margin-top: 0;
    }

    .icomxx {
        position: absolute;
        right: -1px;
        top: 0px;
    }
    .getValidCode {
        padding: 3px 10px;
        font-size: 12px;
    }

    .box .inputBox label {
        font-size: 14px;
    }
    form.loginform input {
        width: 16px;
        height: 16px;
    }
    form.loginform input[name="otp"]{
        height: auto!important;
    }
    .box .inputBox.inputnewbox input {
        padding: 25px 0 5px;
    }
    a.resentotp {
        font-size: 14px;
    }
    .login_button .login-button.login-new {
        padding: 4px 7px;
        font-size: 12px;
    }
}

@media (max-width: 1129px) {

    .box .inputBox.inputnewbox input {
        padding: 25px 0 5px;
    }
    .mt-3.loginform {
        margin-top: 5px !important;
    }
    form.loginform input {
        width: 16px;
        height: 16px;
    }

}

@media (max-width: 1025px) {

}

@media (max-width: 991px) {
    .invalid-feedback {
        margin-top: -20px !important;
        font-size: 12px;
    }
    .invalid-feedback.pass {
        margin-top: -44px !important;
        font-size: 12px;
    }
    .login_page {
        max-width: 550px;
    }

    .images_logo,
    .images_logo img:first-child{
        height: 297px;
        border-radius: 10px 0 0 10px;
    }
    .new-box {
        height: 297px;
        padding: 30px 28px 35px;
    }

    .box h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }



    .box .inputBox input {
        padding: 4px 0 5px;
        font-size: 13px;
    }
    .icomxx {
        right: 0px;
        top: -6px;
        font-size: 13px;
    }
    h6.veri-color {
        font-size: 14px;
    }
    .login_button .login-button {
        padding: 5px 13px;
        font-size: 14px;
    }
    .section2main {
        padding-top: 33px;
    }

    .login-three-inputs {
        /* margin-bottom: 0px !important; */
    }
}

@media (max-width: 767px) {
    .googleLoginBtn{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .box h2 {
        font-size: 22px;
    }
   .images_logo,
    .images_logo img {
        height: 297px!important;
        border-radius: 10px 0px 0px 10px;
    }

    .icomxx {
        right: 5px;
        top: -2px;
    }
    .login_button{

        padding-top: 5px!important;
    }

    .login_button button {
        padding: 4px 15px;
        font-size: 14px;
        font-weight: 500;

    }


    .box .inputBox input {
        font-size: 14px;
    }

    .box .inputBox label {
        font-size: 14px;
        top: -22px;
    }

    .box .inputBox label.new-label {
        top: -50px;
    }

    #resetPasswordSection {
        font-size: 15px;
    }

    .box .inputBox input {
        padding: 9px 0 5px;
    }

    .new-box {
        padding: 30px 13px 35px;
    }

    .box .inputBox.inputnewbox input {
        padding: 0px 0 5px;
        font-size: 13px;
    }

    .veri-color {
        font-size: 14px;
    }

    form.loginform input {
        width: 16px;
        height: 16px;
    }

    a.resentotp {
        font-size: 14px;
    }

    .mt-3.loginform {
        margin-top: 6px !important;
    }

    .section2main {
        padding-top: 35px;
    }
}

@media (max-width: 576px) {
    .invalid-feedback {
        margin-top: -16px !important;
        font-size: 10px;
    }
    .invalid-feedback.pass {
        margin-top: -41px !important;
        font-size: 10px;
    }
    .box h2 {
        font-size: 19px;
        margin: 0 0 10px;
    }

    .images_logo{
         height:auto!important;
         border-radius: 11px 11px 0px 0px;
        margin: auto!important;
         max-width: 258px!important;
     }

    .images_logo img {
        height:auto!important;
        border-radius: 10px 0px 0px 10px;
        max-width: 258px;
    }

    images_logo{
        width: 100%;
        height: auto!important;
        max-width: 258px;
    }
    .new-box {
        height: 230px;
        max-width: 258px;
        padding-top: 10px;
    }

    .icomxx {
        position: absolute;
        right: -22px;
        top: -12px;
        font-size: 13px;
    }

    .box .inputBox input {
        padding: 10px 0 0px;
        font-size: 12px;
    }

    .login-three-inputs {
        margin-bottom: 12px;
    }

    .box .inputBox label {
        font-size: 14px;
        top: -17px;
    }

    .login_button {
        margin-top: 2px;
        padding-top: 0px !important;
    }

    .login_button button {
        padding: 4px 15px!important;
        font-size: 14px!important;
        border-radius: 25px!important;
    }

    .mt-3.loginform {
        margin-bottom: 5px;
    }

    .section2main {
        padding-top: 25px;
    }

    h6.veri-color {
        margin-bottom: -3px;
        font-size: 12px;
    }

    .newhide {
        padding-top: 0px !important;
        margin-top: 2px !important;
    }

    .section2main {
        padding-top: 25px;
    }
    .section4-new{
        margin-top: -30px;
    }
    .frbtn {
        margin-top: -5px;
        font-size: 14px;
        color: #ffffff;
    }
    .frbtn a{
        display: block;
        width: 100%;
    }
    #resetPasswordSection {
        font-size: 16px;
    }
    a.resentotp {
        font-size: 12px;
        margin-top: -2px;
    }
    .needs-validation{
        margin-bottom: 0px;
    }
    .box .inputBox label.new-label {
        top: -30px;
    }
    .box .inputBox.inputnewbox input {
        padding: 0px 0 0px;
        font-size: 12px;
    }
    .icomxx a {
        color: #ffffff !important;
        position: absolute;
        right: 20px;
        top: 24px;
    }
}



/* =============responsive-css-End=================== */
.customEyeIcon{
    display:none}
.bi-eye>.customEyeIcon{
    display: block;
}
.bi-eye>.customSlashEyeIcon{
    display: none;
}

