
@import url('../../new-user-theme/assets/css/fonts.css');


body {
    font-family: 'Google Sans';
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--bg-white-color) inset !important;
    -webkit-text-fill-color: var(--text-dark-color) !important;
    background-color: var(--bg-white-color) !important;
    border: 1px solid var(--border-light-color-02) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    height: 45px !important;
    padding: 13.5px 15px !important;
    padding-left: 47px !important;
    outline: none !important;
    box-shadow: 0 0 0 1000px var(--bg-white-color) inset !important;
    caret-color: var(--text-dark-color) !important;
    transition: background-color 999999s ease-in-out 0s;
}

.input-cover input:-webkit-autofill,
.input-cover input:-webkit-autofill:hover,
.input-cover input:-webkit-autofill:focus,
.input-cover input:-webkit-autofill:active {
    padding-left: 47px !important;
}
.login-main {
    background: #f9f9f9;
    height: 100vh;
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
* {
    outline: none !important;
}
a {
    text-decoration: none;
}
.login-bg {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    display: flex;
    align-items:center;
    border: 4px solid var(--border-light-color);
    overflow: hidden;
    padding: 50px;
    width: 100%;
    height: 80vh;
    margin: auto;
    position:relative;
}
    .login-bg.register-bg{
        height:90vh;
    }
        .login-bg.register-bg .login-content {
            width: 90%;
        }
            .login-content {
        width: 50%;
        margin: auto;
        position: relative;
    }

    .login-text img{
        margin-bottom:35px;
    }
    .login-text h4 {
        font-size: 28px;
        font-weight: 600;
        color: #104042;
    }
.login-text p {
    font-size: 14px;
    font-weight: 400;
    color: #104042;
    opacity:.6;
}
.login-label-style {
    font-size: 14px;
    font-weight: 400;
    color: #104042;
    margin-bottom: 6px;
    line-height: 1;
}
.login-input-style {
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 0px 16px;
    height: 45px;
    border-radius: 10px;
    line-height: 1;
    padding-left: 45px;
    font-size: 16px;
    color: #104042;
    font-weight: 500;
    outline: none !important;
}
.login-input-style::placeholder{
    font-size:16px;
    font-weight:400;
    letter-spacing:.5px;
    opacity:.5;
}
.icon {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: 7px;
    color: #104042;
}
#timer,
.OTP {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    color: #104042;
    cursor: pointer;
    right: 15px;
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-theme-color);
    background: #fff;
    z-index: 999;
}
.otp-input:disabled {
    background-color: #e9ecef4a;
    cursor:no-drop;
}
.login-input-style[type="email"] {
    padding-right: 50px;
}
.icon.password-icon {
    left: unset;
    cursor: pointer;
    right: 45px;
}
.btn-login {
    border: none;
    line-height: 1;
    padding: 15px;
    width: 100%;
    background: var(--primary-theme-color);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--secondary-theme-color);
}
form{
    margin-top:30px;
}
.links-group{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.register-field-error {
    position: absolute;
    left: 0;
    color: #ff562f !important;
    font-size: 13px;
    line-height: 1;
    bottom: -18px;
}
.links-group a {
    font-size: 14px;
    font-weight: 600;
    color: #104042;
    transition: all 0.25s ease-in;
}
        .links-group a:hover {
            color: var(--primary-theme-color);
        }
.custom-checkbox input{
    opacity:0;
    position:absolute;
}
.phone-wrapper{
    position:relative;
}
.intl-tel-input {
    width: 100%;
    left: 0 !important;
    top: 100% !important;
}
    .intl-tel-input .country-list {
        width: 100%;
    }
.country-name {
    font-size: 13px;
    font-weight: 600;
}

.custom-checkbox label {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #104042;
    cursor: pointer;
    padding-left: 22px;
    line-height: 1;
}
    .custom-checkbox label:before {
        position: absolute;
        content: "";
        top:50%;
        transform:translateY(-50%);
        left:0;
        height: 15px;
        width: 15px;
        border: 1px solid #104042;
        border-radius:3px;
    }
    .custom-checkbox label:after {
        content: "";
        position: absolute;
        width: 12px;
        top: 52%;
        transform: translateY(-50%);
        left: 1.2px;
        opacity: 0;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4L19 6' fill='none' stroke='%23104042' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
.custom-checkbox:has(input:checked) label:after {
    opacity: 1;
}

.signup-link {
    font-size: 14px;
    color: #104042;
    font-weight: 600;
    margin: auto;
    display: block;
    margin-top: 40px;
    text-align: center;
}
    .signup-link a {
        color: var(--primary-theme-color);
    }
.slider-progress {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.progress-item {
    flex: 1;
    height: 3px;
    background: #ddd;
    overflow: hidden;
    border-radius: 10px;
}
.login-input-group{
    margin-bottom:30px;
}
.progress-item span {
    display: block;
    width: 0;
    height: 100%;
    background: #111;
}

    .progress-item.active span {
        animation: sliderProgress 10s linear forwards;
    }

@keyframes sliderProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.my-slider .slide img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}
.my-slider{
    height:100%;
}
.slider-img {
        height: calc(100vh - 300px);
        background: #fff;
        border-radius: 20px;
        margin-top: 18px;
}
.slider-text {
    text-align: center;
    margin-top: 10px;
}
    .slider-text h5 {
        font-size: 24px;
        color: #104042;
        line-height:1;
        font-weight: 700;
    }
    .slider-text p {
        line-height: 1.5;
        font-size: 16px;
        opacity: .5;
        margin-top: 15px;
        margin-bottom:0;
    }
span.terms {
    font-size: 12px;
    font-weight: 600;
    color: #104042;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
}
.iti--allow-dropdown {
    width: 100%;
}

.phone-input.iti__tel-input {
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 0px 16px;
    height: 45px;
    border-radius: 10px;
    line-height: 1;
    font-size: 16px;
    color: #104042;
    font-weight: 500;
    outline: none !important;
    padding-left: 100px !important;
}
.iti__selected-country-primary {
    padding-left: 15px;
}

.otp-inputs {
    display: flex;
    gap: 10px;
    width: 100%;
}

.otp-input {
    width: 52px;
    height: 52px;
    flex: 1;
    border: 1px solid #d9e0e0;
    border-radius: 10px;
    background: #fff;
    color: #104042;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    transition: 0.2s ease;
}

  /*  .otp-input:focus {
        border-color: #b6f000;
        box-shadow: 0 0 0 3px rgba(182, 240, 0, 0.12);
    }*/

    .otp-input.filled {
        border-color: #104042;
    }
.register-bg .btn-login {
    width: 50%
}
@media(max-width:575px) {
    .login-main {
        padding: 10px;
        height: 100vh;
    }

    .login-bg {
        height: auto;
        padding: 20px;
    }
        .login-bg.register-bg .login-content,
        .login-content {
            width: 100%;
        }
    .login-text h4 {
        font-size: 24px;
    }
    .otp-input {
        width: 35px;
        height: 36px;
        font-size: 16px;
        padding: 5px;
    }
    form {
        max-height: 55vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .register-bg .signup-link {
        margin-top: 20px;
    }
    }
@media(min-width:576px) and (max-width:991px) {
    .login-main {
        padding: 10px;
        height: 100vh;
    }

    .login-bg {
        height: auto;
        padding: 50px;
    }

    .login-content {
        width: 100%;
    }
    .login-bg.register-bg {
        height: 95vh;
        padding: 30px;
    }
    form {
        max-height: 51vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .register-bg .signup-link {
        margin-top: 20px;
    }
    }

@media(min-width:992px) and (max-width:1199px) {
    .login-main{
        padding:30px;
    }
    .login-content {
        width: 100%;
    }
    .slider-img {
        height: calc(100vh - 215px);
    }
    form {
        max-height: 55vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .login-bg.register-bg {
        height: 95vh;
        padding: 20px;
    }

    .login-text img {
        margin-bottom: 20px;
        width: 110px;
    }

    .login-text h4 {
        font-size: 24px;
    }

    .register-bg .signup-link {
        margin-top: 20px;
    }
    }

@media(min-width:1200px) and (max-width:1399px) {
   
    .login-content {
        width: 80%;
    }
    form {
        max-height: 58vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .login-bg.register-bg {
        height: 95vh;
        padding: 30px;
    }
    .login-text img {
        margin-bottom: 20px;
        width: 110px;
    }
    .login-text h4 {
        font-size: 24px;
    }
    .register-bg .signup-link {
        margin-top: 20px;
    }
    .slider-img {
        height: calc(100vh - 225px);
    }
    }

@media(min-width:1400px) and (max-width:1699px) {
   
    .login-content {
        width: 80%;
    }
    .login-bg.register-bg .login-content {
        width: 100%;
    }
    .login-bg.register-bg {
        height: 95vh;
        padding: 30px;
    }
    form {
        max-height: 58vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .register-bg .signup-link {
        margin-top: 20px;
    }
    }
@media(min-width:1600px) and (max-width:1799px) {

    .login-bg.register-bg {
        height: 90vh;
        padding: 30px;
    }
    .register-bg .signup-link {
        margin-top: 25px;
    }
    }
@media(width:768px) and (height:1024px) {

    form {
        max-height: 65vh;
    }
    }


.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    background: transparent;
}
.intl-tel-input .selected-flag .iti-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #555;
    right: -18px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px;
    font-weight: 600;
}
.intl-tel-input .selected-flag{
    width:fit-content !important;
    padding-left:17px;
}
.login-input-style[type="tel"] {
    padding-left: 120px !important;
}
.register-field-error:has(#Password-error) {
    bottom: -28px;
}
.login-error {
    color: #ff562f !important;
}