/* common css for login and sign up form */

.login-form {
    margin: 5% 7% 2% 7%;
}

/* left sec css */
.login-form .left-sec .checked-text {
    font-size: 14px;
    font-weight: 600;
}

.login-form .left-sec .house-animation {
    width: 100%;
    /* height: 270px; */
}

.login-form .left-sec .login-animation {
    width: 100%;
    /* height: 230px; */
}

.login-form .left-sec .lotte-overlay {
    margin-top: 17%;
}

.login-form .left-sec .checked {
    padding-top: 9%;
}

span#phoneError {
    font-size: 12px;
}
/* right sec css */
.login-form .right-sec {
    background: #fff8f8 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 3px #00000017;
    mix-blend-mode: multiply;
    opacity: 1;
    padding: 8% 10px 12% 6%;
    width: 100%;
    height: 100%;
}
.form-control:focus {
    box-shadow: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid black;
}
.login-form .right-sec .best-text {
    font-size: 15px;
    color: #003ca5;
    font-weight: 600;
}

.login-form .right-sec .property-text {
    font-size: 15px;
    color: #db0000;
    font-weight: 600;
}

.login-form .right-sec .heading {
    font-size: 22px;
    font-weight: bold;
}

.login-form .right-sec .first-col .form-control {
    border-radius: 0px;
    font-size: 18px;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 25%;
    border: none;
}

.login-form .right-sec .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff8f8;
    border-bottom: 2px solid #00000024;
    width: fit-content;
}

.login-form .right-sec .iti__flag.iti__in {
    margin-right: 30px;
}

.login-form .right-sec .second-col .form-control {
    background-color: #fff8f8;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    font-size: 18px;
}

.login-form .right-sec .otp-btn {
    background-color: #0e5ac4;
    color: #ffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    padding: 8px 25px;
}

.login-form .right-sec .form-group {
    margin-top: 9%;
}

.login-form .right-sec .form-label {
    margin-bottom: 10px;
    font-size: 15px;
    margin-left: 6px;
    font-weight: 500;
}

.login-form .right-sec .dont-text {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.login-form .right-sec a {
    font-size: 15px;
    text-decoration: underline !important;
}

.login-form .right-sec .otp-input {
    width: 45px;
    text-align: center;
    margin: 0 0.5em;
    padding: 0.5em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    background-color: #fff8f8;
    transition: background-color 0.3s;
}

.login-form .right-sec .otp-container {
    margin-left: 30%;
    margin-top: 2%;
}

.login-form .right-sec .bottom-text {
    padding-top: 0%;
    margin-top: 2%;
}

.login-form .right-sec .receive-text {
    font-size: 14px;
    font-weight: 500;
}

.login-form .right-sec .code-text {
    color: #1967d3;
    font-size: 14px;
    font-weight: 500;
}

.login-form .check-box {
    display: flex;
    justify-content: center;
    padding-top: 21px;
}

.login-form .check-box p.sign {
    color: #333333;
    font-size: 13px;
}

.login-form .check-box .sign span.terms {
    color: #1967d3;
}

.login-form .check-box .form-check-inline {
    margin-right: 0px;
}

.login-form .check-box .form-check-input:checked {
    background-color: black;
    border-color: black;
    border-radius: 0px;
}

.login-form .check-box .form-check-input:focus {
    box-shadow: none;
}

.login-form .check-box .form-check-input[type="checkbox"] {
    border-radius: 0px;
}

input#phone {
    padding-left: 100px !important;
}


.login-form .left-sec{
    position: relative;
    width: 100%;    
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.login-form .left-sec .firttt-lot {
    width: 40%;
    position: absolute;
    left: 0px;
    z-index: 9;
    bottom: -35px;
}
.login-form .left-sec .seconddd-lot{
    width: 70%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}



/* signup form css */

.signup-form .left-sec .lotte-overlay {
    margin-top: 38%;
}

.signup-form .right-sec .form-control {
    border-radius: 0px;
    font-size: 15px;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #fff8f8;
}

.login-form .right-sec .otp-hide-sec {
    height: 41px;
    padding-top: 10px;
}

.right-sec .form-control {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.iti-mobile .iti--container {
    top: 57%;
    bottom: 41px;
    left: 50%;
    right: 50%;
    position: fixed;
    height: 200px;
    width: 200px;
}

.signup-form .right-sec {
    background: #fff8f8 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 3px #00000017;
    mix-blend-mode: multiply;
    opacity: 1;
    padding: 7% 10px 7% 6%;
}
@media (min-width: 0px) and (max-width: 991px) {
    .login-form .lotte-overlay{
        display: none   !important;
    }
    .login-form .right-sec{
        height: 100% !important;
    }

    .login-form  .mob-viw-contrry-pos{
        position: relative !important;
    }
    .iti-mobile .iti--container {
        top: 57%  !important;
        bottom: 41px  !important;
        left: 12%  !important;
        right: 50%  !important;
        position: absolute  !important; 
        height: 200px  !important;
        width: 250px  !important;
}
}



@media (min-width: 0px) and (max-width: 320px) {
    .login-form .right-sec .btn-container {
        text-align: end;
        margin-top: 10px;
    }

    .login-form .right-sec {
        padding: 4%;
        margin-bottom: 5%;
    }

    .login-form .right-sec .iti__flag.iti__in {
        margin-right: 0px;
    }

    .login-form .right-sec .second-col .form-control {
        font-size: 12px;
        width: 86%;
        margin-left: 27%;
    }

    .login-form .right-sec .first-col .form-control {
        font-size: 10px;
    }

    .login-form .right-sec .otp-btn {
        font-size: 10px;
        padding: 5px 15px;
    }

    .login-form .right-sec .dont-text {
        font-size: 12px;
    }

    .login-form .right-sec a {
        font-size: 12px;
    }

    .login-form .right-sec {
        padding: 5% 5% 5% 5%;
    }

    .login-form .right-sec .heading {
        font-size: 16px;
    }

    .login-form .right-sec .form-group {
        margin-top: 7%;
    }

    .login-form .right-sec .form-label {
        margin-bottom: 10px;
        font-size: 12px;
        margin-left: 6px;
    }

    .login-form .left-sec .checked-text {
        font-size: 12px;
    }

    .login-form .left-sec .lotte-overlay {
        margin-top: 0px;
    }

    .login-form .left-sec .house-animation {
        height: 150px;
    }

    .login-form .left-sec .login-animation {
        height: 130px;
    }

    .login-form .right-sec .otp-container {
        margin-left: 30px;
        margin-top: 0px;
    }

    .login-form .right-sec .otp-input {
        padding: 6px 0px 0px 0px;
        width: 25px;
    }

    .login-form .right-sec .receive-text {
        font-size: 10px;
    }

    .login-form .right-sec .code-text {
        font-size: 10px;
    }

    .signup-form .right-sec .form-control {
        font-size: 12px;
    }

    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 12px;
    }

    .login-form .check-box p.sign {
        color: #333333;
        font-size: 11px;
    }
    button.btn.btn-success {
        width: 100%;
        font-size: 12px;
    }
   
    
}

@media (min-width: 321px) and (max-width: 575px) {
    .login-form .right-sec .btn-container {
        text-align: end;
        margin-top: 10px;
    }
    button.btn.btn-success {
        width: 100%;
        font-size: 12px;
    }
    .login-form .right-sec {
        padding: 4%;
        margin-bottom: 5%;
    }

    .login-form .right-sec .iti__flag.iti__in {
        margin-right: 0px;
    }

    .login-form .right-sec .second-col .form-control {
        font-size: 12px;
        width: 86%;
        margin-left: 27%;
    }

    .login-form .right-sec .heading {
        font-size: 19px;
    }

    .login-form .right-sec .first-col .form-control {
        font-size: 10px;
    }

    .login-form .right-sec .otp-btn {
        font-size: 10px;
        padding: 5px 15px;
    }

    .login-form .right-sec .dont-text {
        font-size: 12px;
    }

    .login-form .right-sec a {
        font-size: 12px;
    }

    .login-form .right-sec {
        padding: 5% 5% 5% 5%;
    }

    .login-form .check-box p.sign {
        font-size: 12px;
    }

    .login-form .right-sec .heading {
        font-size: 16px;
    }

    .login-form .right-sec .form-group {
        margin-top: 7%;
    }

    .login-form .right-sec .form-label {
        margin-bottom: 10px;
        font-size: 12px;
        margin-left: 6px;
    }

    .login-form .left-sec .checked-text {
        font-size: 12px;
    }

    .login-form .left-sec .lotte-overlay {
        margin-top: 0px;
    }

    .login-form .left-sec .house-animation {
        height: 150px;
    }

    .login-form .left-sec .login-animation {
        height: 130px;
    }

    .login-form .right-sec .otp-container {
        margin-left: 30px;
        margin-top: 0px;
    }

    .login-form .right-sec .otp-input {
        padding: 6px 0px 0px 0px;
        width: 25px;
    }

    .login-form .right-sec .receive-text {
        font-size: 10px;
    }

    .login-form .right-sec .code-text {
        font-size: 10px;
    }

    .signup-form .right-sec .form-control {
        font-size: 12px;
    }

    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .login-form .left-sec .lotte-overlay {
        margin-top: 0%;
    }

    .login-form .right-sec {
        padding: 4%;
        margin-bottom: 5%;
    }

    .signup-form .left-sec .lotte-overlay {
        margin-top: 8%;
    }

    .login-form .right-sec .second-col .form-control {
        padding-top: 14px;
        font-size: 13px;
    }

    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 13px;
    }

    .signup-form .right-sec .form-control {
        font-size: 13px;
    }

    .iti {
        padding-top: 7px;
    }
    button.btn.btn-success {
        width: 100%;
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .login-form .left-sec .lotte-overlay {
        margin-top: 0%;
    }

    .login-form .right-sec {
        padding: 4%;
        height: auto;
    }

    .signup-form .left-sec .lotte-overlay {
        margin-top: 8%;
    }

    .login-form {
        margin: 0% 7% 8% 7%;
    }

    .login-form .right-sec .second-col .form-control {
        font-size: 16px;
    }
    button.btn.btn-success {
        width: 100%;
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .login-form .left-sec .lotte-overlay {
        margin-top: 18%;
    }

    .signup-form .left-sec .lotte-overlay {
        margin-top: 46%;
    }

    .login-form .right-sec .otp-container {
        margin-left: 16%;
    }

    .login-form .right-sec .otp-btn {
        padding: 8px 13px;
        font-size: 13px;
    }
    .signup-form .right-sec {
        padding: 7% 10px 3% 6%;
    }
    .login-form .left-sec .firttt-lot {
        bottom: -25px;
}
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .login-form .left-sec .lotte-overlay {
        margin-top: 31%;
    }

    .signup-form .left-sec .lotte-overlay {
        margin-top: 41%;
    }

    .login-form .right-sec {
        padding: 9% 10px 20% 8%;
    }

    .signup-form .right-sec {
        padding: 12% 10px 0% 8%;
    }
}
