#page-wrapper {
    height: 1000px;
}

footer{
    display: none !important;
}

.login-form .modal-content {
    margin-top: 85px !important;
}

.left-content {
    position: relative;
}

.left-text-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    top: 20%
}

.left-text-content .bg-logo {
    padding: 5.75rem 0;
    width: 100% !important;
    max-width: 6.75rem;
    height: auto !important;
}

.left-text-content .register-confirm-logo {
    width: 100% !important;
    max-width: 22.375rem;
    height: auto !important;
}

.left-text-content .register-info-logo {
    width: 100% !important;
    max-width: 33.25rem;
    height: auto !important;
}

.left-text-content .otp-logo {
    width: 100% !important;
    max-width: 21.125rem;
    height: auto !important;
}

.left-text-content .bg-footer {
    padding-top: 6rem;
    width: 100% !important;
    max-width: 6.25rem;
    height: auto !important;
}

.left-content .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.login-form .modal-dialog {
    margin: 25px auto;
}

.login-header {
    color: #EF5360 !important;
    font-size: 42px;
    font-weight: bold;
}

.login-text {
    color: black !important;
    font-size: 24px;
}

.modal:before {
    content: '';
    display: none;
    height: auto;
    vertical-align: auto;
    margin-right: 0;
}

.modal-dialog {
    display: block;
}

.otp-inputs {
    display: flex;
    gap: 12px;
    margin: 32px 0 16px;
    justify-content: center;
  }
  
  .otp-box {
    width: 56px;
    height: 56px;
    border: 2px solid #FFEFF0;
    background: #fef5f5;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    outline: none;
    transition: border .2s, box-shadow .2s;
    caret-color: transparent;
  }
  .otp-box:focus {
    border-color: #ec5e65;
    box-shadow: 0 8px 24px -4px rgba(236,94,101,0.4);
    background: #fff5f5;
  }

.masked-email {
    color: #EF5360;
}

#footer,
[data-bs-target="#login-dialog"] {
    display: none;
}

.navbar {
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar #header-bar-logo {
    display: none !important;
}

.navbar .dropdown-menu {
    right: 0;
    left: auto;
}

#page-wrapper.wrapper-no-subtitle {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    margin-top: 0 !important;
    padding: unset !important;
    overflow: hidden;
}

.container {
    max-width: unset !important;
    padding: 0% 0% !important;
}

.login-layout {
    display: grid;
    height: 100vh;
    grid-template-columns: 55% 45%;
}

.right-content {
    padding: 48pt;
    position: relative;
    background: #fff;
    overflow: auto;
}

@media(max-width: 767px) {
    .login-form .modal-content {
        margin-top: 110px !important;
    }
}

@media((min-width: 992px) and (max-width: 1199.98px)) {
    .login-layout {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 991.98px) {
    .login-layout {
        grid-template-columns: 100%;
    }

    .left-content {
        display: none;
    }

    .navbar #header-bar-logo {
        display: block !important;
    }
}