  
  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: calc(9vh);
      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, #1c2473, #0dcaf0, #0d6efd, #084298);
        box-shadow: 0 4px 15px 0 rgb(13 202 240 / 36%);
    }

.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;
    }

/* 1.11/23 */
#captcha .preview {
    color: #555555;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    letter-spacing: 8px;
    border: 1px dashed #888888;
    border-radius: 0.5em;
}

    #captcha .preview span {
        display: inline-block;
        user-select: none;
    }

#captcha .captcha_refersh {
    width: 40px;
    border: none;
    outline: none;
    flex-shrink: 0;
    color: #eeeeee;
    cursor: pointer;
    border-radius: 0.5em;
    margin-left: 5px;
}

#captcha .captcha_refersh {
    transition: 0.4s;
}

    #captcha .captcha_refersh:hover {
        transition: 0.4s;
        transform: scale(0.9);
    }


.viewStatus {
    border-radius: 28px;
    padding: 10px 15px;
}