  
  body {
    background: #ecf0fa !important;
  }
  

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
  }
  
  .auth-one-bg {
    background-position: center;
    background-size: cover;
    background-image: radial-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgb(25 75 255 / 17%) 100%
      ),
      radial-gradient(rgba(0, 0, 0, 0) 33%, rgb(9 87 255 / 47%) 166%);
  }
  
  #video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  #video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .auth-one-bg .bg-overlay {
    background: linear-gradient(
      to right,
      rgb(99 41 255 / 6%),
      rgb(120 247 40 / 18%)
    );
    opacity: 0.9;
  }
  
  .bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
  }
  
  .auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .auth-one-bg .shape > svg {
    width: 100%;
    height: auto;
    fill: #ecf0fa;
  }
  
  .particles-js-canvas-el {
    position: relative;
  }
  
  .auth-page-wrapper .auth-page-content {
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  
  .auth-page-wrapper .login-bg {
    background-color: rgb(255 255 255 / 70%);
    backdrop-filter: saturate(180%) blur(1px);
    border: 2px solid rgb(0 246 253 / 0%);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px,
      rgb(0 0 0 / 5%) 0px 4px 6px -2px;
     // margin-top: 3vh;
      max-width: 465px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .auth-page-wrapper .card-body {
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
  }
  
  .auth-page-wrapper .form-label {
    font-size: 17px;
    font-family: calibri;
  }

  .auth-page-wrapper .btn-hover {
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.auth-page-wrapper .btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.auth-page-wrapper .btn-hover:focus {
    outline: none;
}

.auth-page-wrapper .btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.alert {
    display: none;
    position: fixed;
    top: 70px !important;
    right: 0px !important;
}

    .alert .close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 1em;
    }

    .alert .fa {
        margin-right: .3em;
    }

.lower {
    text-transform: lowercase;
/*    font-size: 13px;
    color: #999;
    font-family: calibri;
    letter-spacing: 0.5px;*/
}

.auth-pass-inputgroup {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    color: #6c757d;
}

.captcha-box {
    width: 200px;
    height: 50px;
    background-image: url('../assets/img/captcha-bg.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.refresh-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}