h1, h2, h3, h4, h5, h6, a, span, p, label, button, input, select, textarea {
    font-family: 'Inter', sans-serif !important;
}

.login-page {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    position: relative;
}

.login-page-left {
    width: 480px;
    background: url("../images/login-bg.svg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    height: 100%;
}

.login-content-area {
    width: 470px;
}

.login-user-input form i {
    margin-left: -30px;
    cursor: pointer;
}

.login-user-input input:-webkit-autofill,
.login-user-input input:-webkit-autofill:hover,
.login-user-input input:-webkit-autofill:focus,
.login-user-input input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background: #fff !important;
    background-color: #fff !important;
}

.login-page-right {
    display: flex;
    flex: auto;
    padding-top: 104px;
    justify-content: center;
    padding-bottom: 50px;
    padding-left: 480px;
    background: #fff;
}

.login-header {
    text-align: center;
}

.login-header-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: var(--black);
    margin-bottom: 8px;
}

.login-header-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
    margin-bottom: 40px;
}

.login-user-input .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.56px;
    color: var(--black);
    margin-bottom: 8px;
    top: 83px;
}

.login-user-input .form-group input {
    height: 50px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    color: var(--black);
    margin-bottom: 42px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.56px;
}

.login-user-input .form-group input.login-password {
    margin-bottom: 44px;
}

.login-user-input .form-group input:hover,
.login-user-input .form-group input:focus {
    border: 1px solid var(--blue);
}

.reve-integrate-livechat-devider {
    position: relative;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    margin-bottom: 0px;
}

.reve-integrate-livechat-devider hr {
    margin-top: 40px;
    margin-bottom: 0px;
    border: 0;
}

.reve-integrate-livechat-devider p {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -9px;
    text-align: center;
    background: #fff;
    display: inline-block;
    width: 30px;
    color: rgb(101, 111, 120, 0.6);
    text-transform: capitalize;
}

.user-input-others {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.user-input-others .checkbox label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.56px;
    color: var(--gray);
    padding: 0;
    display: flex;
    align-items: center;
    user-select: none;
}

.user-input-others .checkbox label input {
    width: 24px;
    height: 24px;
    margin: 0;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.user-input-others .checkbox {
    margin: 0;
}

a.forgot-pass-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.56px;
    color: var(--blue);
    text-decoration: none;
}

.login-button {
    width: 100%;
    justify-content: center;
    height: 50px;
}

.login-with-others {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.login-bottom-area {
    text-align: center;
}

.dont-have-ac {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-top: 32px;
    color: var(--gray);
}

.dont-have-ac a {
    color: var(--blue);
}

.reve-secondary-outline-button.others-button {
    justify-content: center;
    height: 40px;
    width: 100%;
    max-width: 100%;
}

.revechat-brand-logo {
    padding-top: 40px;
    padding-left: 50px;
    position: fixed;
    z-index: 1;
}

.revechat-brand-logo a {
    display: inline-block;
}

.testimonial-user-content img {
    width: 58px !important;
    height: 65px;
    border-radius: 5px;
    position: relative;
}

.login-page-left-bottom .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 0;
    bottom: 14px;
}

.login-page-left-bottom .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #ffffff33;
}

.login-page-left-bottom .owl-theme .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    background: #fff;
}

.testimonial-user-content {
    display: flex;
    gap: 26px;
    position: relative;
    bottom: -284px;
}

.testimonial-user-info {
    color: #fff;
    max-width: 246px;
}

.testtimonial-item {
    color: #fff;
    height: 350px;
    position: relative;
}

.login-page-left-bottom {
    position: fixed;
    bottom: 50px;
    left: 50px;
    max-width: calc(100% - 80px);
    width: 400px;
}

p.testimonial-text {
    max-width: 373px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    margin-bottom: 40px;
    position: absolute;
    bottom: 50px;
}

.testimonial-user-info h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.56px;
    margin: 0;
}

.testimonial-user-info h2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.56px;
}

.testimonial-user-info p {
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21.56px;
    margin: 0;
}

.mobile-logo {
    display: none;
}

.login-user-input .form-group {
    position: relative;
}

.login-user-input #togglePassword {
    position: absolute;
    right: 16px;
    top: 45px;
    font-size: 18px;
}

li.dropdown.lang-dropdown {
    position: absolute;
    right: 38px;
    top: 40px;
    list-style: none;
    z-index: 5;
}

li.dropdown.lang-dropdown:before {
    content: "";
    background-image: url("../images/GlobeSimple.svg");
    position: absolute;
    top: 2px;
    left: -30px;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

li.dropdown.lang-dropdown>a {
    color: var(--black);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

li.dropdown.lang-dropdown>a i {
    margin-left: 21px;
    font-size: 18px;
}

.lang-dropdown .lang-list {
    right: 0;
    position: absolute;
    left: unset;
    min-width: 280px;
    max-width: 280px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.lang-list li {
    float: left;
    width: 50%;
    cursor: pointer;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

label.error {
    position: absolute;
    /*top: -17px;*/
    color: var(--red) !important;
}

/*label#errorMessageEmail {
    top: -25px;
}*/
label#invalid_error {
    top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.56px;
    background: #E62121;
    border-radius: 4px;
    color: #fff !important;
    padding: 19px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    gap: 8px;
    position: relative;
}

label#invalid_error i {
    font-size: 22px;
}

.login-user-input #togglePassword.bi-eye {
    top: 42px;
}


/* login button loading start */

.loader-inner.ball-spin-fade-loader {
    line-height: 0;
}

.ball-spin-fade-loader>div:nth-child(1) {
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
    animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
    animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
    animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
    animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
    animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader div {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 2px;
    width: 10px;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* login button loading end */


.checkbox {
    display: block;
    margin-bottom: 15px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #656F78;
    transition: 0.3s;
}

.checkbox input:checked+label:after {
    content: '\ea2f';
    font-family: "reve-icon" !important;
    position: absolute;
    top: 1px;
    left: 5px;
    animation-name: check-animation;
    animation-duration: 0.2s;
    color: #fff;
}

.checkbox input:checked+label:before {
    border: 1px solid var(--blue);
    background: var(--blue);
}

#forgetPasswordForm .forgot {
    text-decoration: underline;
    color: var(--gray);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.56px;
    margin-top: 24px;
    display: block;
}



@media screen and (max-width: 992px) {
    .login-page {
        display: unset;
    }

    .login-page-left {
        display: none;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        max-width: 85px;
    }

    .login-page-right {
        padding: 0 24px 50px 24px;
        box-sizing: border-box;
    }

    .login-content-area {
        max-width: 100%;
    }

    .revechat-brand-logo {
        display: block;
        width: 100%;
        background: #fff;
        position: relative;
        padding-top: 16px;
        padding-left: 24px;
    }

    li.dropdown.lang-dropdown {
        right: 24px;
        top: 16px;
        z-index: 5;
    }

}