﻿@import "../imgs/eye-icon/style.css";
@import "../css/preOtpMultipleLogin.css";


@font-face {
    font-family: 'Ekachon';
    src: url('../font/Ekachon-Regular.otf') format('opentype');
}

:root {
    font-size: 16px;
}

html,
body {
    --fontFamily: 'Poppins';
    --primaryColor: #047bf8;
    --secondaryColor: #23a24d;
    --tertiaryColor: #f36621;
    --error: #a94442;
    --resendLinkColor: var(--secondaryColor);
    background-color: #f2f4f8;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--fontFamily), sans-serif;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.description-validate {
    font-size: 12px;
    color: gray;
}

.global-form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-basis: 100%;
    margin-right: 20px;
}

.primary-btn {
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    color: #ffffff;
    background-color: var(--primaryColor);
    border: var(--primaryColor);
    outline: none;
    &:disabled

{
    opacity: 0.66;
}

}

.primary-outline-btn {
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    color: var(--primaryColor);
    background-color: #ffffff;
    border: solid 1px var(--primaryColor);
}

a {
    cursor: pointer;
}

p {
    margin: 0;
}

.accent-outline-btn {
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    outline: none;
    box-shadow: none;
    color: #1d262d;
    background-color: #ffffff;
    border: solid 1px #1d262d;
}

    .accent-outline-btn .login-form {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: center;
    }

    .accent-outline-btn .accent-outline-btn-label {
        align-content: center;
    }

.global-form-group .global-form-control {
    font-size: 13px;
    padding: 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    color: #1d262d;
    border: solid 1px #dee2e6;
}

.landing-screen-container {
    display: flex;
    height: 100%;
}

    .landing-screen-container .left-wrapper {
        flex-basis: 50%;
        background: rgb(29, 38, 45);
        background: url("../imgs/texture_colored.png");
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        /*height: 100vh;*/
    }

.left-wrapper .auth-logo-component {
    flex-basis: 100%;
    text-align: center;
}

.auth-logo-component .logo-component-wrapper {
    justify-content: center;
}

.logo-component-wrapper .auth-logo-component .logo img {
    width: 200px;
    vertical-align: middle;
}

.auth-logo-component .logo-title {
    padding: 20px 0px;
}

.logo-title .logo-content {
    margin: 0;
    flex-basis: 50%;
    color: #fff;
    opacity: 0.7;
    font-size: 1.375rem;
    font-weight: 100;
}

.logo-title .logo-heading {
    margin-top: 0;
    margin-bottom: 0;
    line-height: unset;
    font-weight: 600;
    color: #fff;
    font-size: 2.1875rem;
}

.auth-logo-component .logo-description {
    display: flex;
    justify-content: center;
}

.logo-description .description-data {
    margin: 0;
    flex-basis: 50%;
    color: #fff;
    opacity: 0.7;
    font-size: 1.375rem;
    font-weight: 100;
}

input::-webkit-input-placeholder {
    color: #ced4da;
}

input::-moz-placeholder {
    color: #ced4da;
}

input:-ms-input-placeholder {
    color: #ced4da;
}

input:-moz-placeholder {
    color: #ced4da;
}

input[type="text"] {
    outline: none;
}

input:-webkit-credentials-auto-fill-button {
    margin: 0;
    width: 0;
    background-color: transparent;
    display: none;
}


input[type="email"] {
    outline: none;
}

input[type="password"] {
    outline: none;
}

input:required {
    box-shadow: none;
}


button::-moz-focus-inner {
    border: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-contacts-auto-fill-button {
    opacity: 0;
}

input:-webkit-caps-lock-indicator {
    content: none;
}

input:placeholder {
    padding-top: 0px;
    padding-bottom: 0px;
}

.landing-screen-container .right-wrapper {
    background: url("../imgs/texture-gray.png");
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.login-component-wrapper .login-component {
    width: 50%;
}

.right-wrapper .login-component-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-component-wrapper .client-logo-component .client-logo .svg-img-block {
    display: flex;
    justify-content: center;
    width: 150px;
    height: 34px;
    overflow: hidden;
    position: relative;
}

.right-wrapper .content-section {
    margin: 0px 17px;
}

.content-section .login-content .login-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.375rem;
    color: #1d262d;
    margin-top: 10px;
}

.content-section .login-content .login-instruction {
    font-size: 1rem;
    color: #7990a4;
}

.content-section .signin-action-wrapper {
    display: flex;
    margin-top: 10px;
}

.signin-action-wrapper .accent-outline-btn {
    flex-basis: 100%;
    height: 39px;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

.accent-outline-btn .main-content-button {
    display: flex;
    align-items: center;
    flex-basis: 100%;
}

.main-content-button .google-btn {
    width: 20px;
}

.google-btn img {
    vertical-align: middle;
}

.main-content-button .accent-outline-btn-label {
    flex-basis: 100%;
    font-weight: 500;
}

.content-section .OR-section {
    margin: 0px 0px;
}

.OR-section .or-conetnt {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

.or-conetnt .or-text {
    padding: 10px;
    background: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.or-conetnt::before {
    display: flex;
    content: "";
    width: 50%;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.or-conetnt::after {
    display: flex;
    content: "";
    width: 50%;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.content-section .login-form .email-field {
    padding-bottom: 20px;
}

.email-field .global-form-group {
    margin-right: 0;
}

.global-form-group .global-form-control {
    height: 39px;
}

.content-section .login-form .password-field {
    padding-bottom: 8px;
}

.password-field .global-form-group {
    margin-right: 0;
    position: relative;
}

/* For removing default caps icon */

input::-webkit-caps-lock-indicator {
    display: none !important;
}


.password-field .global-form-group .primary-btn .main-content-button .svg-img-block .svg-img {
    height: 100%;
}

.password-field .global-form-group .primary-btn .main-content-button .svg-img-block svg {
    width: 100%;
    height: 100%;
}

.login-form .password-field .global-form-group .primary-btn .main-content-button .svg-img-block {
    width: 15px;
    height: 23px;
    fill: #7990a4;
}



.global-form-group .global-form-control {
    height: 39px;
    line-height: 18px;
}

.global-form-group .primary-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 8px;
    background: transparent;
    padding: 0px 5px;
    border: 0;
}

/* .global-form-group .svg-img-block .svg-img {
                        svg {
                            fill: #7990a4;
                        }
                    } */

.content-section .login-form .forgot-password-section {
    display: flex;
    justify-content: flex-end;
}

.forgot-password-section .forgot-password-link {
    padding: 0px;
    text-decoration: none;
    border: 0px;
    font-size: 0.8rem;
    border-bottom: solid 1px var(--secondaryColor);
    color: var(--secondaryColor);
    background-color: transparent;
}

.content-section .login-form .login-btn-section {
    display: flex;
    margin: 10px 0px 10px 0px;
}

.login-btn-section .primary-btn {
    flex-basis: 100%;
    color: #fff;
    height: 38px;
    font-size: 1rem;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

.right-wrapper .login-component-center {
    margin: auto 0;
}

.right-wrapper .login-component .terms-condition {
    padding: 15px 0px;
}

.terms-condition .condn-text {
    font-size: 0.8rem;
    color: #7990a4;
}

.right-wrapper .login-footer {
    display: flex;
    justify-content: center;
    height: 5vh;
    padding-top: 10px;
}

.login-footer .footer-text {
    font-size: 0.8rem;
    color: #7990a4;
}

/*Forgot Password */

.right-wrapper .forgot-password-component-wrapper {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.forgot-password-component-wrapper .accent-outline-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    box-shadow: none;
    background: transparent;
    border: 0px;
    font-size: 0.8em;
}

.forgot-password-component-wrapper .accent-outline-btn .main-content-button {
    align-items: center;
    flex-basis: 100%;
}

        .forgot-password-component-wrapper
        .accent-outline-btn
        .main-content-button
        .accent-outline-btn-label {
            margin-left: 5px;
            flex-basis: 100%;
            font-weight: 500;
        }


        .forgot-password-component-wrapper
        .accent-outline-btn
        .main-content-button
        .svg-img-block
        .back-btn {
            width: 20px;
        }

.forgot-password-component-wrapper
.client-logo-component
.client-logo
.svg-img-block {
    display: flex;
    justify-content: center;
}

.forgot-password-component-wrapper .forgot-password-component {
    display: flex;
    width: 50%;
}

.forgot-password-component-wrapper .accent-outline-btn .main-content-button .svg-img-block {
    display: flex;
    margin-right: 5px;
}

.right-wrapper .content-section {
    margin: 0px 17px;
}

.content-section .forgot-content .forgot-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.375rem;
    color: #1d262d;
}

.content-section .forgot-content .forgot-instruction {
    font-size: 1rem;
    color: #7990a4;
}

.content-section .forgot-password-form .email-field {
    padding: 20px 0px;
}

.email-field .global-form-group {
    margin-right: 0;
}

.global-form-group .global-form-control {
    height: 39px;
}

.content-section .forgot-password-form .forgot-btn-section {
    display: flex;
}

.forgot-btn-section .primary-btn {
    flex-basis: 100%;
    color: #fff;
    height: 38px;
    font-size: 1rem;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

.right-wrapper .forgot-footer {
    display: flex;
    justify-content: center;
    height: 5vh;
    padding-top: 10px;
}

.forgot-footer .footer-text {
    font-size: 0.8rem;
    color: #7990a4;
}

/*Reset Password */

.right-wrapper .reset-component-wrapper {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-component-wrapper .client-logo-component .client-logo .svg-img-block {
    display: flex;
    justify-content: center;
}

.reset-component-wrapper .reset-component {
    display: flex;
    /*width: 50%;*/
}

    .reset-component-wrapper .reset-component .content-section {
        margin: 0px 17px;
    }

.content-section .reset-content .reset-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.375rem;
    color: #1d262d;
}

.content-section .reset-content .reset-instruction {
    font-size: 1rem;
    color: #7990a4;
}

.content-section .reset-form .four-digit-code {
    padding: 20px 0px;
}

.four-digit-code .global-form-group {
    margin-right: 0;
}

.content-section .reset-form .password-field {
    padding-bottom: 8px;
}

.password-field .global-form-group {
    margin-right: 0;
    position: relative;
}

.content-section .reset-form .confirm-password-field {
    padding-top: 13px;
}

    .content-section .reset-form .confirm-password-field:first-child {
        padding-bottom: 30px;
    }

.confirm-password-field .global-form-group {
    margin-right: 0;
    position: relative;
}

    .confirm-password-field .global-form-group .primary-btn .main-content-button .svg-img-block {
        width: 15px;
        height: 23px;
    }

        .confirm-password-field .global-form-group .primary-btn .main-content-button .svg-img-block .svg-img {
            height: 100%;
        }

        .confirm-password-field .global-form-group .primary-btn .main-content-button .svg-img-block svg {
            width: 100%;
            height: 100%;
        }

.reset-form .password-field .global-form-group .primary-btn .main-content-button .svg-img-block {
    width: 15px;
    height: 23px;
    fill: #7990a4;
}

.reset-form .confirm-password-field .global-form-group .primary-btn .main-content-button .svg-img-block {
    width: 15px;
    height: 23px;
    fill: #7990a4;
}

.li-color {
    font-size: 12px !important;
    color: gray !important;
}

.content-section .reset-form .reset-btn-section {
    display: flex;
    align-items: center;
    margin: 30px 0px 10px 0px;
}

.reset-btn-section .primary-outline-btn {
    flex-basis: 100%;
    height: 38px;
    font-size: 1rem;
    margin-right: 10px;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

.reset-btn-section .primary-btn {
    flex-basis: 100%;
    width: 300px;
    color: #fff;
    height: 38px;
    font-size: 1rem;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

.right-wrapper .reset-footer {
    display: flex;
    justify-content: center;
    height: 5vh;
    padding-top: 10px;
}

.reset-footer .footer-text {
    font-size: 0.8rem;
    color: #7990a4;
}


/*Logout  */

.right-wrapper .logout-password-component-wrapper {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logout-password-component-wrapper .accent-outline-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    box-shadow: none;
    background: transparent;
    border: 0px;
    font-size: 0.8em;
}

    .logout-password-component-wrapper .accent-outline-btn .main-content-button {
        align-items: center;
        flex-basis: 100%;
    }

        .logout-password-component-wrapper
        .accent-outline-btn
        .main-content-button
        .accent-outline-btn-label {
            margin-left: 5px;
            flex-basis: 100%;
            font-weight: 500;
        }


        .logout-password-component-wrapper
        .accent-outline-btn
        .main-content-button
        .svg-img-block
        .back-btn {
            width: 20px;
        }

.logout-password-component-wrapper
.client-logo-component
.client-logo
.svg-img-block {
    display: flex;
    justify-content: center;
}

.logout-password-component-wrapper .logout-screen-component {
    display: flex;
    width: 50%;
    justify-content: center;
    text-align: center;
}

    .logout-password-component-wrapper .logout-screen-component .content-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.logout-password-component-wrapper .accent-outline-btn .main-content-button .svg-img-block {
    display: flex;
    margin-right: 5px;
}

.right-wrapper .content-section {
    margin: 0px 17px;
}

.content-section .logout-content .logout-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5em;
    color: #1d262d;
}

.content-section .logout-content .logout-instruction {
    font-size: 1.5rem;
    color: #7990a4;
}

.logout-screen-component .content-section .logo-circle {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 10px solid rgba(241, 241, 241, 0.8117647058823529);
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 15px 50px 50px rgba(204, 204, 204, 0.32941176470588235);
}

    .logout-screen-component .content-section .logo-circle svg {
        width: 91px;
        height: 165px;
        fill: #027bf8;
    }

.logout-btn-section .logout-link {
    padding: 0px;
    text-decoration: none;
    border: 0px;
    border-bottom: solid 1px #027bf8;
    color: #027bf8;
    background-color: transparent;
    font-weight: bold;
}

    .logout-btn-section .logout-link:hover {
        border-bottom: #fff;
    }

.logout-screen-form .logout-btn-section {
    color: #7990a4;
    padding: 20px;
}

.content-section .login-content {
    padding: 0px 0px;
}

.content-section .logout-screen-form {
    margin-top: 20px;
}

    .content-section .logout-screen-form .email-field {
        padding: 20px 0px;
    }

.email-field .global-form-group {
    margin-right: 0;
}

.global-form-group .global-form-control {
    height: 39px;
}

/* For Edge and IE */
input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[autocomplete="off"]::-webkit-contacts-auto-fill-button,
input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

.content-section .logout-screen-form .forgot-btn-section {
    display: flex;
}

.forgot-btn-section .primary-btn {
    flex-basis: 100%;
    color: #fff;
    height: 38px;
    font-size: 1rem;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

.right-wrapper .forgot-footer {
    display: flex;
    justify-content: center;
    height: 5vh;
    padding-top: 10px;
}

.forgot-footer .footer-text {
    font-size: 0.8rem;
    color: #7990a4;
}

@media screen and (min-width: 360px) and (max-width: 575px) and (orientation: portrait) {
    .landing-screen-container .right-wrapper {
        flex-basis: 100%;
        background-size: cover;
    }

    .login-component-wrapper .client-logo-component {
        width: 70%;
        padding-left: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .global-form-group {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .landing-screen-container {
        flex-direction: column;
    }

        .landing-screen-container .left-wrapper {
            display: none;
        }

    .right-wrapper .login-component-wrapper {
        height: auto;
        min-height: calc(100vh - 50px);
        padding: 70px 0px 0px 0px;
        flex-direction: column;
    }

    .right-wrapper .login-component .terms-condition {
        display: flex;
    }

    .terms-condition .condn-text {
        flex-basis: 100%;
        text-align: center;
        padding: 0px 20px;
    }

    .right-wrapper .login-footer {
        height: 50px;
        padding-bottom: 20px;
        text-align: center;
    }

    .login-footer .footer-text {
        flex-basis: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {

    .login-component-wrapper .client-logo-component {
        width: 70%;
        padding-left: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .landing-screen-container .left-wrapper {
        display: none;
    }

    .landing-screen-container .right-wrapper {
        flex-basis: 100%;
        background-size: cover;
    }

    .right-wrapper .login-component-wrapper {
        flex-direction: column;
    }

    .login-component-wrapper .client-logo-component {
        width: 70%;
        padding-left: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .landing-screen-container .left-wrapper {
        display: none;
    }

    .landing-screen-container .right-wrapper {
        flex-basis: 100%;
        background-size: cover;
    }

    .right-wrapper .login-component-wrapper {
        padding: 70px 0px 0px 0px;
        flex-direction: column;
    }

    .login-component-wrapper .client-logo-component {
        width: 70%;
        padding-left: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 993px) {
    .login-component-wrapper .client-logo-component {
        display: none;
    }
}

/* Forget Password Media Query */
@media screen and (min-width: 360px) and (max-width: 767px) {
    .right-wrapper .forgot-password-component-wrapper {
        height: calc(100vh - 50px);
    }

    .forgot-password-component-wrapper .accent-outline-btn .main-content-button .accent-outline-btn-label {
        display: none;
    }

    .footer-text {
        flex-basis: 100%;
    }
}

@media screen and (min-width: 360px) and (max-width: 575px) and (orientation: portrait) {
    .client-logo-component {
        width: 100%;
        padding-left: 14px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .forgot-password-component-wrapper {
        flex-direction: column;
    }

        .forgot-password-component-wrapper .forgot-password-component {
            width: 100%;
            padding-left: 14px;
            padding-bottom: 10px;
            display: flex;
            justify-content: center;
        }

    .forgot-password-component {
        width: 100%;
    }

    .forgot-footer {
        padding-top: 0px;
        padding-bottom: 20px;
        text-align: center;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    .right-wrapper .forgot-password-component-wrapper {
        height: auto;
        flex-direction: column;
    }

    .client-logo-component {
        width: 70%;
        padding-left: 14px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .accent-outline-btn-label {
        display: none;
    }

    .forgot-password-component-wrapper .forgot-password-component {
        width: 70%;
    }

    .forgot-footer {
        height: auto;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .forgot-password-component-wrapper {
        flex-direction: column;
    }

    .accent-outline-btn-label {
        display: none;
    }

    .client-logo-component {
        width: 60%;
        padding-left: 14px;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .forgot-password-component {
        width: 60%;
    }
}

@media screen and (min-width: 993px) {
    .client-logo-component {
        display: none;
    }
}

/* Reset password query */
@media screen and (min-width: 360px) and (max-width: 767px) {
    .logout-password-component-wrapper .logout-screen-component {
        width: 100%;
    }

    .logout-password-component-wrapper .client-logo-component {
        display: none;
    }

    .logout-screen-component .content-section .logo-circle {
        width: 100px;
        height: 100px;
    }

        .logout-screen-component .content-section .logo-circle .logout-logo svg {
            width: 40px;
            height: 84px;
        }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .logout-password-component-wrapper .client-logo-component {
        display: none;
    }

    .right-wrapper .login-footer {
        height: max-content;
    }
}

@media screen and (min-width: 360px) and (max-width: 575px) and (orientation: portrait) {
    .right-wrapper .reset-component-wrapper {
        flex-direction: column;
    }

    .reset-component-wrapper .client-logo-component {
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .reset-component-wrapper .reset-component {
        width: 100%;
    }

    .right-wrapper .reset-footer {
        padding-top: 0px;
        padding-bottom: 20px;
        text-align: center;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    .right-wrapper .reset-component-wrapper {
        height: auto;
        flex-direction: column;
    }

    .reset-component-wrapper .client-logo-component {
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .reset-component-wrapper .reset-component {
        width: 70%;
    }

    .right-wrapper .reset-footer {
        height: auto;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .right-wrapper .reset-component-wrapper {
        flex-direction: column;
    }

    .reset-component-wrapper .client-logo-component {
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .reset-component-wrapper .reset-component {
        width: 60%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1920px) {
    .reset-component-wrapper .client-logo-component {
        display: none;
    }
}

.alert-danger {
    color: var(--error);
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }


.not-found-content-wrapper {
}

    .not-found-content-wrapper .box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

        .not-found-content-wrapper .box-wrapper .not-found-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            margin-top: -50px;
            font-family: Poppins, sans-serif;
        }

            .not-found-content-wrapper .box-wrapper .not-found-content h1 {
                font-size: 8rem;
                margin: 0px;
                padding: 0px;
                font-weight: 100;
            }

            .not-found-content-wrapper .box-wrapper .not-found-content p {
                color: #7990a4;
            }

.danger-text {
    color: var(--error);
}


.right-wrapper .invalid-token-component-wrapper {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.invalid-token-component-wrapper .invalid-token-screen-component {
    display: flex;
    width: 50%;
    justify-content: center;
    text-align: center;
}

    .invalid-token-component-wrapper .invalid-token-screen-component .content-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.invalid-token-component-wrapper .invalid-token-screen-component {
    display: flex;
    width: 65%;
    justify-content: center;
    text-align: center;
}

.invalid-token-content-wrapper {
}

    .invalid-token-content-wrapper .box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

        .invalid-token-content-wrapper .box-wrapper .invalid-token-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            margin-top: -50px;
            font-family: Poppins, sans-serif;
        }

            .invalid-token-content-wrapper .box-wrapper .invalid-token-content h1 {
                font-size: 8rem;
                margin: 0px;
                padding: 0px;
                font-weight: 100;
            }

            .invalid-token-content-wrapper .box-wrapper .invalid-token-content p {
                color: #7990a4;
            }

                .invalid-token-content-wrapper .box-wrapper .invalid-token-content p.left {
                    text-align: left;
                }

.invalid-token-link {
    padding: 0px;
    text-decoration: none;
    border: 0px;
    font-size: 1rem;
    border-bottom: solid 1px var(--secondaryColor);
    color: var(--secondaryColor);
    background-color: transparent;
}

/* Responsive Media Queries */
@media screen and (max-width: 992px) {
    .right-wrapper .forgot-password-component-wrapper .client-logo-component,
    .right-wrapper .reset-component-wrapper .client-logo-component,
    .login-component-wrapper .client-logo-component {
        justify-content: flex-start;
    }

    .right-wrapper .login-component-wrapper .client-logo-component {
        width: 50%;
        padding-bottom: 0;
        margin-bottom: -10px;
    }

    .right-wrapper .reset-component-wrapper .client-logo-component {
        padding-top: 20px;
    }

    .right-wrapper .content-section .forgot-password-form .forgot-btn-section {
        margin-bottom: 20px;
    }

    .global-form-group {
        margin-bottom: unset;
    }
}

@media screen and (min-width: 360px) and (max-width: 575px) and (orientation: portrait) {
    .right-wrapper .login-component-wrapper .login-component {
        width: 100%;
        padding: 0 20px;
    }

    .right-wrapper .login-component-wrapper .client-logo-component {
        padding-left: 30px;
        width: 100%;
    }

    .right-wrapper .forgot-password-component-wrapper .client-logo-component {
        padding-left: 25px;
    }

    .right-wrapper .reset-component .content-section .reset-form .reset-btn-section {
        flex-wrap: wrap;
    }

        .right-wrapper .reset-component .content-section .reset-form .reset-btn-section .primary-outline-btn {
            margin-bottom: 20px;
            margin-right: 0;
        }

    .right-wrapper .invalid-token-component-wrapper .invalid-token-screen-component {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .right-wrapper .forgot-password-component-wrapper .client-logo-component {
        width: 50%;
    }
}

.g-recaptcha {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.text-primary {
    color: var(--primaryColor);
}

.text-secondary {
    color: var(--secondaryColor);
}

.text-tertiary {
    color: var(--tertiaryColor);
}

.right-wrapper .otp-component-wrapper {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp-component {
    max-width: min-content;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.resend-form {
    display: none;
}

.otp-title {
    padding: 20px 0px;
}

.otp-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.375rem;
    text-align: center;
    color: #1d262d;
}

.otp-instruction {
    font-size: 0.98rem;
    color: #7990a4;
}

.otp-ref {
    position: absolute;
    right: 0;
    left: 0;
    top: 54px;
    font-size: 0.8rem;
    color: #7990a4;
    display: grid;
    grid-template-columns: 75% 25%;

    & > #otp-ref-span {
        text-align: end;
    }
}

.otp-inputs {
    position: relative;
    display: flex;
    column-gap: 12px;
    margin-bottom: 3rem;
    font-size: 1rem;
    input

{
    width: 2.61em;
    height: 2.61em;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    color: #1d262d;
    border: solid 1px #dee2e6;
    &.otp-input-error

{
    border-color: var(--error);
}

}
}

.otp-btn-section {
    display: grid;
    row-gap: 0.5rem;
    margin: 30px 0px 10px 0px;
    .primary-btn

{
    flex-basis: 100%;
    color: #fff;
    height: 38px;
    font-size: 1rem;
    box-shadow: 0px 2px 5px 0 rgba(121, 144, 164, 0.12);
}

    .resend-otp-message {
        text-align: center;

        .resend-otp-link {
            color: var(--resendLinkColor);
        }
    }

    .resend-link-disabled {
        color: var(--resendLinkColor);
        opacity: 0.7;
        pointer-events: none;
    }
}

@media screen and (max-width: 992px) {
    .right-wrapper .otp-component-wrapper {
        .otp-inputs

{
    font-size: 1.3rem;
    input

{
    width: 2.61em;
    height: 2.61em;
    font-size: 1em;
}

}
}
}

@media screen and (max-width: 575px) {
    .right-wrapper .otp-component-wrapper {
        .otp-inputs

{
    font-size: 1.2rem;
    input

{
    width: 2.61em;
    height: 2.61em;
    font-size: 1em;
}

}
}
}
