* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background: linear-gradient(270deg, #e2aa5d, #2a6fb3);
    position: relative;
    align-content: center
}

@media (max-width: 1024px) {

    html,
    body {
        overflow: auto;
    }
}

.blob-container {
    pointer-events: none;
    /* so clicks go through */
    z-index: 0;
    /* behind other content */
}

.blob {
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(#e2aa5d, #00a96f, #2575fc);
    border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
    animation: blobMove 8s infinite alternate ease-in-out;
    mix-blend-mode: screen;
    opacity: 0.8;
    z-index: 0;
}

.blob:nth-child(1) {
    top: -80px;
    left: -100px;
}

.blob:nth-child(2) {
    bottom: -80px;
    right: -100px;
    animation: floatUpDown 6s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes blobMove {
    0% {
        border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
        transform: translate(0, 0) scale(1);
    }

    50% {
        border-radius: 40% 50% 30% 60% / 30% 60% 50% 40%;
        transform: translate(20px, -20px) scale(1.1);
    }

    100% {
        border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
        transform: translate(0, 0) scale(1);
    }
}

.colorOrange {
    color: #ff9300;
}

.headingColor {
    color: #64748b;
}

.login-left {
    display: flex;
    padding: 30px 50px;
    flex-direction: column;
}

.login-left h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 20px 50px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    background: none;
    border: none;
    height: 35px;
    padding: 5px 10px !important;
    font-size: 13px;
    border: 1px solid #bfd1f0 !important;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #0ea5e9;
}

.btn-gradient {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 0;
    transition: 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #0284c7, #2563eb);
    color: #ffffff;
}

.login-right {
    padding: 0;
    padding: 20px 50px;
    text-align: center;
    border-left: 1px solid #bfd1f0;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
    align-content: center;
}

.carousel-item img {
    object-fit: contain;
    width: 100% !important;
    height: auto;
    max-height: 80vh;
    border-radius: 25px;
}

.carousel-caption {
    position: absolute;
    align-content: center;
    top: 5%;
    left: 10%;
    background: none;
    padding: 0;
    color: #fff;
    z-index: 1;
}

.carousel-caption h5 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
    font-size: 1.1rem;
    max-width: 500px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn-read-more {
    padding: 8px 20px;
    background-color: #0ea5e9;
    border: none;
    color: white;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.carousel-caption .btn-read-more:hover {
    background-color: #0284c7;
}
#carouselExample .carousel-indicators [data-bs-target] {
  position: relative;
  width: 60px;
  height: 6px;
  border: none;
  border-radius: 24px;
    background-color: #515050; 
    overflow: hidden; 
}

#carouselExample .carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff9300;
  border-radius: inherit;
  transition: none; 
}
#login_captcha img,
#forgot_password_captcha img, #login_otp_captcha img {
    height: 35px;
    width: 100%;
}

#refresh_login_captcha {
    float: left;
    width: 100%;
    padding-top: 9px;
}

.brand-img {
    max-height: 65px;
    width: auto;
}

.login-left .social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.login-left .social-icons li {
    padding: 0;
}

.login-left .social-icons li a {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.login-left .social-icons.social-icons-rounded li a {
    border-radius: .25rem;
}

.login-left .social-icons li i {
    line-height: inherit;
}

.login-left .social-icons li:hover a {
    opacity: 0.8;
}

.login-left .social-icons-facebook a {
    background-color: #1874eb;
}

.login-left .social-icons-whatsapp a {
    background-color: #25D366;
}

.login-left .social-icons-twitter a {
    background-color: #000000;
}

.login-left .social-icons-google a {
    background-color: #DB4437;
}

.login-left .social-icons-linkedin a {
    background-color: #0E76A8;
}

[data-overlay-dark="7"]::before,
[data-overlay-light="7"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    /* adjust darkness here */
    z-index: 1;
    pointer-events: none;
}
#innerPage {
    width: 100%;
    max-width: 85vw;
    margin: auto;
    border-radius: 35px;
    background: #e8f0fe;
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 90vh;
    opacity: 0.9;
    background-image: none;
    border: 2px solid #bfd1f0 !important;
    border-radius: 35px;
}

#imgBgn {
    background-size: cover;
    background-position: center;
    min-height: 75vh;
    width: 100%;
    border-radius: 12px 0px 0px 12px;
}

.tabs {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #266fb5;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    background-color: #ffffff;
    color: #266fb5;
    font-size: smaller;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.tab.active {
    background-color: #266fb5;
    color: #ffffff;
}

.btn-gradient {
    background: linear-gradient(135deg, #e5972f, #e5972e);
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 50px;
    font-weight: bold;
    width: 100%;
    margin-top: 0px;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #266fb5, #266fb5);
}

.social-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons li a {
    color: white;
    font-size: 1.2rem;
}

.social-bottom {
    margin-top: 30px;
}

.form-error {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.border-danger {
    border-color: red !important;
}

#loginCaptcha .col-md-5 {
    padding-right: 0px;
}

#loginCaptcha .col-md-1 {
    padding: 0px;
}

#loginCaptcha .col-md-6 {
    padding-left: 0px;
}

#forgetPassword {
    padding-left: 18px;
}

@media (max-width: 767px) {
    #innerPage {
        padding: 10px 0px 30px;
        margin: 15px;
    }

    .login-right {
        padding: 20px 50px;
    }

    .carousel-indicators [data-bs-target] {
        margin-bottom: -50px;
    }

    #loginCaptcha .col-md-5 {
        padding-right: 0;
    }

    #loginCaptcha .col-md-1 {
        padding: auto;
    }

    #loginCaptcha .col-md-6 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #forgetPassword {
        text-align: center;
        margin-bottom: 10px;
    }
}

#ModalLargeId {
    text-align: -webkit-center;
}
#innerPage .borderEffects {
    border: 3px solid transparent !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #f4c46cb5, #0000ff30) border-box;
    border-radius: 35px;
}
@media (max-width: 600px) {
    .login-left, .login-right { 
    padding: 20px !important;
}
.tabs, .tab-content{ padding: 0px !important; margin: 0px 0px 15px 0px !important; }  
.tabs li{ vertical-align: middle;}
.tab-content{ padding: 0px !important;}
}
.otpboxicon{padding: 10px 13px 12px; margin: 1px 5px 0px 0px;}
.otp-container {
    display: flex;
    margin-top: 0px;;
    gap: 5px; /* Space between boxes */
    justify-content: center;
    background: transparent;
}

.otp-input-box {
    width: 40px; /* Adjust size */
    height: 37px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #bfd1f0 !important;
    border-radius: 0px;
    background: transparent;
}
.otp-input-box:focus{background: #ffffff; border: 1px solid #bfd1f0 !important; outline: none} 
@media (max-width: 900px)
{    
    .auth-form { width: 300px !important;}
    .otp-input-box{width: 30px; }
}