
@font-face {
    font-family: ChangaBold;
    src: url(./../fonts/changa/Changa-Bold.ttf);
  }
  @font-face {
    font-family: ChangaExtraBold;
    src: url(./../fonts/changa/Changa-ExtraBold.ttf);
  }
  @font-face {
    font-family: ChangaExtraLight;
    src: url(./../fonts/changa/Changa-ExtraLight.ttf);
  }
  @font-face {
    font-family: ChangaLight;
    src: url(./../fonts/changa/Changa-Light.ttf);
  }
  @font-face {
    font-family: ChangaMedium;
    src: url(./../fonts/changa/Changa-Medium.ttf);
  }
  @font-face {
    font-family: ChangaRegular;
    src: url(./../fonts/changa/Changa-Regular.ttf);
  }
  body {
    font-family: ChangaRegular;
  }
  .TopHeader, body {
    margin-right: 0;
    margin-left: 0;
}
  .login-page-new {
    min-height: 100vh;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 18%, rgba(38, 182, 193, 0.16), transparent 28%),
      radial-gradient(circle at 86% 12%, rgba(196, 22, 28, 0.08), transparent 24%),
      linear-gradient(135deg, #eefaff 0%, #ffffff 45%, #f8fbff 100%);
  }
    .login-page-new .section-center-image {
        background:
          linear-gradient(145deg, rgba(13, 148, 161, 0.94), rgba(24, 57, 83, 0.95)),
          url("../img/bg-login.svg") center/cover no-repeat;
        position: relative;
        overflow: hidden;
    }
  .login-page-new .login-page {
    min-height: 100vh;
  
  }
  .login-page-new .login-shape {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
  }
  .login-page-new .login-shape-one {
    width: 310px;
    height: 310px;
    top: -120px;
    left: -90px;
    background: rgba(255, 255, 255, 0.12);
  }
  .login-page-new .login-shape-two {
    width: 190px;
    height: 190px;
    right: 8%;
    bottom: 9%;
    border: 28px solid rgba(255, 255, 255, 0.12);
  }
  .login-page-new .login-page .grid-center-image {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 48px;
    position: relative;
    z-index: 1;
  }
    .login-page-new .login-page .grid-center-image .brand-logo {
        width: 100%;
        text-align: center;
        color: #fff;
    }
  .login-page-new .login-page .grid-center-image .brand-logo img {
    display: block;
    margin: auto;
    margin: 30px auto;
  }
  .login-page-new .login-page .grid-center-image h4{
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: ChangaExtraBold;
  }
  .login-page-new .login-page .grid-center-image h5{
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    margin-bottom: 24px;
  }
  .login-page-new .login-page .grid-center-image h6{
    color: #2C3E50;
    font-size: 15px;
  }
  .login-page-new .login-page .grid-center-image .brand-logo img.logo-img{
    width: 132px;
    margin: 0px auto  28px;
    position: relative;
    top: 0;
    padding: 14px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(5, 37, 52, 0.22);
  }
  .login-page-new .login-page .grid-center-image .brand-logo .login-illustration {
    height: 330px;
    max-width: min(78%, 520px);
    object-fit: contain;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(5, 37, 52, 0.26);
  }
  .login-page-new .login-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }
  .login-page-new .login-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    backdrop-filter: blur(10px);
  }
  .login-page-new .login-account-form {
    display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background-color: transparent;
      position: relative;
      padding: 34px 20px;
  }
  .login-page-new .login-account-form .grid-center {
    width: 440px;
    max-width: 95%;
  }
  .login-page-new .login-card {
    width: 100%;
    padding: 38px 40px 34px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(38, 182, 193, 0.13);
    box-shadow: 0 26px 70px rgba(31, 67, 87, 0.14);
  }
  .login-page-new .login-form-head {
    text-align: center;
    margin-bottom: 48px;
  }
  .login-page-new .login-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(38, 182, 193, 0.12);
    color: #128b96;
    font-size: 12px;
    font-family: ChangaMedium;
  }
  .login-page-new .login-account-form .grid-center h5 {
    color: #2C3E50;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    font-family: ChangaExtraBold;
  }
  .login-page-new .login-account-form .grid-center h6 {
    margin-bottom: 0;
    text-align: center;
    color: #7b8a96;
    font-size: 13px;
    width: 320px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }
  .login-page-new .login-account-form .version {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-bottom: 0;
  }
  .login-page-new .input-group{
    margin-bottom: 24px;
    position: relative;
  }
  .login-page-new .input-group .form-control {
    height: 58px;
    position: relative;
    z-index: 1;
    background-color: #f7fbfd;
    box-shadow: none;
    font-size: 15px;
    padding: 18px 46px 8px 46px;
    border: 1px solid #d9e8ee !important;
    border-radius: 14px !important;
    transition: border-color 0.25s, background-color 0.25s, box-shadow 0.25s;
  
  }
  .login-page-new .input-group .form-control:focus {
    background-color: #ffffff;
    border-color: #26b6c1 !important;
    box-shadow: 0 10px 28px rgba(38, 182, 193, 0.14);
  }
  .login-page-new .input-icon {
    position: absolute;
    left: 16px;
    top: 18px;
    z-index: 5;
    color: #26b6c1;
    font-size: 15px;
  }
  .login-page-new .input-group .show-pass {
    position: absolute;
    right: 16px !important;
    display: inline-block;
    top: 18px;
    cursor: pointer;
    z-index: 9;
  }
  .login-page-new .input-group .show-pass img {
    width: 19px;
    cursor: pointer;
  }
  .login-page-new .input-group .form-control ~ label, .login-page-new .input-group .form-control ~ label {
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 40px;
    padding: 0 6px;
    display: inline-block;
    background-color: transparent;
    width: auto;
    margin: 0;
    transition: all 0.3s;
    line-height: 16px;
    z-index: 3;
    color: #596b78;
    pointer-events: none;
  }
  .login-page-new .input-group .form-control:focus ~ label,
   .login-page-new .input-group input.form-control:not(:placeholder-shown) ~ label {
    transition: all 0.3s;
    top: 7px;
    left: 40px;
    z-index: 4;
    color: #128b96;
    font-size: 11px;
   }
   .login-page-new .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
  }
  
  .login-page-new .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    opacity: 0;
    font-size: 11px;
  }
  
  .login-page-new .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    opacity: 0;
    font-size: 11px;
  }
  .login-page-new .input-group .form-control:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
  }
  
  .login-page-new .input-group .form-control:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 1;
  }
  
  .login-page-new .input-group .form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 1;
  }
  .login-page-new .input-group input:-webkit-autofill,
  .login-page-new .input-group input:-webkit-autofill:hover,
  .login-page-new .input-group input:-webkit-autofill:focus,
  .login-page-new .input-group input:-webkit-autofill:active {
      transition: background-color 5000s ease-in-out 0s;
  }
    .login-page-new .form-btn {
        padding: 10px 18px;
        height: 56px;
        border-radius: 14px !important;
        background: linear-gradient(135deg, #26b6c1, #128b96);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #fff;
        margin: 34px 0px 5px;
        position: relative;
        border: 0;
        font-family: ChangaBold;
        box-shadow: 0 16px 32px rgba(38, 182, 193, 0.28);
        transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
    }
  .login-page-new .form-btn:hover,
  .login-page-new .form-btn:focus {
    color: #fff;
    opacity: 0.96;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(38, 182, 193, 0.34);
  }
  .login-page-new .form-btn img {
    position: absolute;
    left: 18px;
    top: 16px;
    width: 24px;
  }
  .login-page-new .form-check {
    margin-top: 10px;
  }
  .login-page-new .form-check .form-check-input {
    float: right;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #555;
    margin: 3px;
  }
  .login-page-new .form-check span {
    margin: 0 5px;
      font-size: 13px;
  }
  .login-page-new .form-check .form-check-input:checked {
    background-color: #00A1AB;
    border-color: #00A1AB !important;
  }
  .login-page-new .form-check .form-check-input:hover,
  .login-page-new .form-check .form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  .logo-img-form {
    display: none;
    width: 125px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -30px;
  }
  .form-control {
    border-radius: 0 !important;
  }
  .error {
    position: static !important;
    font-size: 12px !important;
    color: #f00;
    margin-top: 10px !important;
  }
  .login-page-new .login-validation-error {
    display: block;
    width: 100%;
    margin: -14px 0 16px;
    padding-left: 46px;
    color: #d71920;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .login-page-new .input-group .form-control.login-input-error {
    border-color: #d71920 !important;
    background-color: #fff8f8;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, .08);
  }
  .login-page-new .input-group .form-control.login-input-error:focus {
    border-color: #d71920 !important;
    box-shadow: 0 10px 28px rgba(215, 25, 32, .12);
  }
  .is-invalid {
    padding: 0 30px !important;
  }
  .is-invalid + label {
    padding: 0 30px !important;
  }
  @media (max-width: 767.98px) {
  .login-page-new {
    overflow: auto;
  }
  .logo-img-form {
    display: block;
    margin-bottom: 26px;
    margin-top: 0;
  }
    .login-page-new .login-account-form .grid-center h6 {
      margin-bottom: 0;
  }
  .login-page-new .login-account-form {
    padding: 22px 14px;
  }
  .login-page-new .login-card {
    padding: 28px 20px 26px;
    border-radius: 18px;
  }
  .login-page-new .login-form-head {
    margin-bottom: 34px;
  }
  .no-mobile {
    display: none;
  }
  }

.spinner-loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(100, 98, 98, 0.8784313725);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    z-index: 999999999999;
}

    .spinner-loader.active {
        display: flex;
    }

.spinner-loader {
    display: none
}

    .spinner-loader.active {
        display: flex;
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

.loading-wave {
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.loading-bar {
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background-color: #26b6c1;
    border-radius: 5px;
    animation: loading-wave-animation 1s ease-in-out infinite;
}

    .loading-bar:nth-child(2) {
        animation-delay: 0.1s;
    }

    .loading-bar:nth-child(3) {
        animation-delay: 0.2s;
    }

    .loading-bar:nth-child(4) {
        animation-delay: 0.3s;
    }

@keyframes loading-wave-animation {
    0% {
        height: 10px;
    }

    50% {
        height: 50px;
    }

    100% {
        height: 10px;
    }
}
