/*
 * Dashforge Auth Pages (Signin, Signup, etc.)
 *
 * This style is use in auth pages.
 *
 */
@media (min-width:  992px) {
  .content-fixed {
    min-height: calc(100vh - 46px) !important;
  }
}

@media (min-width: 92px) and (max-width: 992px) {
  .content-fixed {
    min-height: calc(100vh + 5px) !important;
  }
}

.content-auth {
  margin-top: 0px !important;
  /*min-height: calc(100vh - 106px);*/
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .content-auth > .container {
    padding: 0; }
    @media (max-width: 1139px) {
      .content-auth > .container {
        max-width: none;
        padding: 0 20px; } }
    .content-auth > .container:first-child {
      flex: 1; }

.content-auth-alt {
  min-height: calc(100vh - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .content-auth-alt .container {
    padding: 0; }
    @media (max-width: 1139px) {
      .content-auth-alt .container {
        max-width: none; } }

.sign-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px; }
  @media (min-width: 1200px) {
    .sign-wrapper {
      width: 340px; } }
  .sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px; }

    #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-form {
    backdrop-filter: saturate(50%) blur(4px);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 8px;
    /* box-shadow: 0 0 20px 0px #0000001c; */
}

video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;

}
.video-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*margin: 0 !important;*/
}
.bequarks-logo {
  filter: contrast(1.3);
}