img {
    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 {

    -webkit-text-fill-color:#000000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
select#gender {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.user-box label sup{
    color: #000;
}
.imageSectionGroup{
    display: flex;
}
.imageSectionItme{
    overflow: hidden;
    width: 25%;
    display: inline-flex;
}
.imageSectionItmes{
    display: flex;
}
.imageSectionItme img{
    transform: scale(1);
    width: 100%;
}
p.loginPageSecondText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    font-size: 50px;
    flex-direction: column;
    font-weight: 700;
}
.loginPageContent:after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 9;
    background-color: rgba(0,0,0,0.60) !important;
}


.loginPageSecondText img{
    width: 300px;
    margin-top: 20px;
}




.custom-modal{
    background-color: rgba(0,0,0,.6) !important;
}
ul.checkBoxList {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding: 15px 5px 5px 20px!important;
    border: 1px solid #000;
    flex-wrap: wrap;
}
li.checkBoxItems {
    margin: 0 15px 10px 0px;
}
.checkBoxItems label{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
h3.popupTitle {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
button.btn.modalBtn {
    border-radius: 8px;
    min-width: 90px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 15px;
    background-color: #CB000A;
}

.loginPage,html,body{
    height: 100%;
    width: 100%;
}

span.styleText {
    font-size: 65px;
    display: contents;
    font-weight: 800;
}

.loginPageContent {
    flex-wrap: wrap;
    height: 100%;
    display: flex;
    width: 100%;
    background: url("../img/bgImg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-content: center;
}

.bgImg {
    border-radius: 25px 0px 0px 25px;
    /*border: 6px solid #fff;*/
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 90%);
    /*background: url(assets/frontend/img/sideImg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgImg img {
    width: 80%;
}
.rightSection {

    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}


.subContent {
    z-index: 10;
    min-height: 420px!important;
    align-items: center;
    width: 90%;
    overflow: hidden;
    display: flex;
    border-radius: 25px;
    margin-right: auto;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    margin-left: auto;
    max-width: 800px;

}


.login-box h2 {

    padding: 0;
    color: #fff;
    text-align: center;
}
.login-box{
    padding: 15px 0px;
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 8px 0 0px;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
}
.login-box .user-box label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    padding: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.login-box .user-box .iti--allow-dropdown ~ label{
    top: 15px;
    left: 12px;
    font-weight: 500;
    color: #7B7B7B;
    font-size: 14px;

}

.login-box .user-box input.phoneInput ~ label,
.login-box .user-box input.datepicker ~ label,
.login-box .user-box select ~ label,
.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label,
.login-box .user-box input:valid ~ label{
    top: 15px;
    left: 12px;
    font-weight: 500;
    color: #7B7B7B;
    font-size: 14px;
}
.login-box .user-box.is-invalid input.email ~ label{
    top: 15px!important;
    left: 12px!important;
    font-weight: 500;
    color: #7B7B7B;
    font-size: 14px;
}


.login-box .user-box {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px 40px 5px 12px;
    border-radius: 10px;
  background-color: #F5F5F5;
    position: relative;
}

.login-box h2 {
    text-align: center;
    color: #0F0F0F;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px !important;
}

span.labelIcon {
    font-size: 18px;
    top: 50%;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
}

.user-box:before {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    background-color: #000;
    left: 0px;
    border-radius: 30px 5px 0px 30px !important;
}
.borderstyle{
    border-radius: 30px 5px 0px 30px !important;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    width: 4px;
    position: absolute;
    overflow: hidden;
}
.borderstyleContent{
    height: 100%;
    width: 4px;
    background-color: #000;
}
.user-box.phoneBox:before {

    content: none;

}
.borderstyleContent {
    display: block;
    height: 47px;
    border-radius: 30px 5px 0px 30px !important;
    width: 4px;
    background-color: #000;
}
.borderstyle {
    border-radius: 30px 5px 0px 30px !important;
    transform: translateY(-50%);
    top: 50%;
    height: 46px;
    z-index: 20;
    width: 11px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}
.loginInput {
    color: #0F0F0F !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.crosEye {
    display: none;
}

.iconChanges .eyeIcon {
    display: none;
}

.iconChanges .crosEye {
    display: block;
}

.forwordPassword {
    color: #000;
    margin: 10px 0px;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.user-box.Phone .loginInput.phone{
  padding-left: 60px;
}
.phoneLabel {
    background-color: transparent;
    border: none;
    position: relative;
    width: fit-content;
    /* top: 23px; */
    margin-top: 7px;
    /* padding-left: 6px; */
    font-size: 16px;
    line-height: 16px;
    height: 21px;
    left: -5px;
}
.login-box .user-box input.phoneInput {
    /* padding-left: 5px!important; */
    padding: 0px 0px 0px 5px;
    margin-top: 9px;
    margin-left: 10px;
    width: 100%;

}


.backBtn,
.loginbutton {
    width: 100%;
    border: none;
    padding: 12px 0px;
    color: #FFF;
    border-radius: 10px;
    background: black !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px auto!important;
}
.backBtn:hover,
.loginbutton:hover{
    background-color: #F5F5F5 !important;
    color: black; !important;
    font-weight: 600;
}


.keepText {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.creatAccountText {
    color: #000;
}

a.creatAccountText {
    font-weight: 600;
}
.createText {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.subContent .leftSection,
.subContent .rightSection {
    width: 50% !important;
    height: 100%;
}

*:focus-visible {
    outline: none !important;
}

.loginContent {
    width: 100%;
    background-color: #fff;
}

.enteOptSection {
    padding: 30px;
}


.inputOtp {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000 !important;
    width: 23%;
    margin: 0.5rem;
    padding: 0rem 0.5rem;
    /* max-width: 2rem; */
    text-align: center;
}

.inputOtp:first-child {
    margin-left: 0px !important;
}

.inputOtp:last-child {
    margin-right: 0px !important;
}

.enteOptSection {
    margin: 20px 0px 0px;
    border-radius: 15px;
    border: 1px solid #000;
    padding: 15px;
}

select#gender {
    width: 100%;
    padding-top: 15px;
    padding-left: 12px !important;
    padding-right: 30px!important;
    top: 6px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
    border: none;
}

#datepicker,
select#gender:focus-visible {
    outline:none!important;
}

.user-box.select, .user-box.Lname, .user-box.Fname {
    width: 48%;
    padding-right: 10px;
}
.user-box.Lname{
    margin-left: auto;
}

.nameSection {
    display: flex;
    flex-wrap: wrap;
}
.robotSection {
    padding-bottom: 10px;
}

@media only screen and (max-width: 425px) {
    p.loginPageSecondText {
        margin: 50px 30px;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
    }
    .select select#gender {
        padding-right: 17px!important;
        top: 11px;
    }
}

@media only screen and (max-width: 600px) {
    .subContent {
        flex-direction: column;
    }

    .subContent .leftSection,
    .subContent .rightSection {
        width: 100% !important;
    }

    .bgImg img {
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    select#gender {
        width: 100%;
        padding-top: 7px!important;
        padding-bottom: 8px !important;
        padding-left: 12px !important;
        padding-right: 30px!important;
        top: 6px;
        position: relative;
        font-weight: 400;
        font-size: 16px;
        background-color: transparent;
        border: none;
    }
    .login-box .user-box input.loginInput.phoneInput{
        padding-left: 70px!important;
    }
    .iti__flag-container {
        position: absolute;
        top: 11px!important;

        right: 0;
        padding: 1px;
    }
    .login-box h2{
        margin-bottom: 12px!important;
    }
    .user-box.select, .user-box.Lname, .user-box.Fname {
        width: 48%;
        padding-right: 10px!important;
    }
    .login-box {
        padding: 20px 15px !important;
    }

    .login-box h2 {
        text-align: center;
        color: #0F0F0F;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 25px !important;
    }

    .login-box .user-box {
        overflow: hidden;
        margin-bottom: 12px;
        padding: 6px 30px 5px 12px;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, .2);
        position: relative;
    }

    .forwordPassword {
        color: #000;
        margin: 12px 0px;
        display: block;
        font-size: 14px;

    }
 .keepTextDiv {
        margin: 8px 0px !important;
    }

    .bgImg {
        padding: 15px 0px;
        border-radius: 25px 0px 0px 0px !important;
        border-bottom: none !important;
    }

    .createText {
        font-size: 15px !important;
    }
    .login-box .user-box .iti--allow-dropdown ~ label{
        top: 14px;
        left: 12px;
        font-weight: 500;
        color: #7B7B7B;
        font-size: 12px;

    }
    .login-box .user-box input.datepicker ~ label,
    .login-box .user-box input.phoneInput ~ label,
    .login-box .user-box select ~ label,
    .login-box .user-box input:focus ~ label,
    .login-box .user-box input:valid ~ label {
        top: 14px;
        left: 12px;
        font-weight: 500;
        color: #7B7B7B;
        font-size: 12px;
    }
    .login-box .user-box.is-invalid input.email ~ label{
        top: 14px;
        left: 12px;
        font-weight: 500;
        color: #7B7B7B;
        font-size: 12px;
    }
    .login-box .user-box input {
        width: 100%;
        padding: 14px 0 0px!important;}
    select#gender {
        padding-right: 30px!important;
        top: 11px;}

    .subContent{
        display: flex;
        flex-direction: column;
    }
    .subContent .leftSection,
    .subContent .rightSection {
        width: 100% !important;
        height: auto!important;
    }

    .bgImg img {
        width: 30%;
    }
    .subContent{
        max-width: 600px!important;
    }
}