body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Outfit", sans-serif, sans-serif;
  color: #3d434a;
  background-color: #f4f7f9;
  font-weight: 400;
  background: url(../images/login_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.container-fluid {
  padding: 0;
  position: relative;
}
.container-fluid a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #7c5ec6;
}
.container-fluid .no-gutters {
  height: 100vh;
}

.video-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 100vh;
  position: relative;
  width: 100%;
  top: 0;
  overflow: hidden;
  background-position: center;
}
.video-wrapper video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 47%;
     object-position: 47%;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.video-wrapper .slogan-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 115px;
  color: #191919;
  left: 50%;
  transform: translateX(-50%);
}
.video-wrapper .slogan-wrapper h3 {
  font-size: 55px;
  font-weight: 700;
  background-image: linear-gradient(45deg, #00bce6, #d500f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video-wrapper .slogan-wrapper p {
  font-size: 27px;
}

.form-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-position: center;
  padding: 30px 12px;
  flex-direction: column;
}
.form-wrapper .logo {
  margin-bottom: 50px;
}
.form-wrapper .logo img {
  height: 50px;
}
.form-wrapper .theme-card {
  width: 550px;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  margin: 0 auto;
  background-color: #fff;
}
.form-wrapper .theme-card .theme-form h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.form-wrapper .theme-card .theme-form p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #898989;
}
.form-wrapper .theme-card .theme-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-wrapper .theme-card .theme-form .form-group label {
  font-size: 14px;
  font-weight: 700;
}
.form-wrapper .theme-card .theme-form .form-group .sub-label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #898989;
  font-weight: 500;
}
.form-wrapper .theme-card .theme-form .form-group input {
  background-color: #f3f3ff;
  transition: all 0.3s ease;
  border-color: #7c5ec6 !important;
  outline: none;
}
.form-wrapper .theme-card .theme-form .form-group input:focus {
  box-shadow: none !important;
}
.form-wrapper .theme-card .theme-form .form-group .checkbox {
  display: flex;
  align-items: center;
}
.form-wrapper .theme-card .theme-form .form-group .checkbox label {
  margin-bottom: 0;
  margin-left: 10px;
}
.form-wrapper .theme-card .theme-form .form-group .password-input-wrapper {
  position: relative;
}
.form-wrapper .theme-card .theme-form .form-group .password-input-wrapper .form-control {
  padding-right: 48px;
}
.form-wrapper .theme-card .theme-form .form-group .password-input-wrapper .form-control.is-invalid {
  background-image: none;
  padding-right: 48px;
}
.form-wrapper .theme-card .theme-form .form-group .password-input-wrapper input::-ms-reveal,
.form-wrapper .theme-card .theme-form .form-group .password-input-wrapper input::-ms-clear {
  display: none;
}
.form-wrapper .theme-card .theme-form .form-group .show-password {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  line-height: 1;
  color: #7c5ec6;
  z-index: 2;
}
.form-wrapper .theme-card .theme-form .form-group .form-control {
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  outline: 0;
  display: block;
  width: 100%;
  background-clip: padding-box;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  height: 50px;
  border: 1px dashed #b9c1cc;
}
.form-wrapper .theme-card .theme-form .form-group .btn {
  height: 50px;
}
.form-wrapper .theme-card .theme-form .form-group .btn.btn-primary {
  background-color: #7c5ec6 !important;
  border-color: #7c5ec6 !important;
}
.form-wrapper .theme-card .theme-form .form-group .clear-session-button {
  margin-top: 10px;
  height: 46px;
  border-color: #d9d1ef;
  color: #6b4fba;
  font-weight: 600;
}
.form-wrapper .theme-card .theme-form .form-group .clear-session-button:hover,
.form-wrapper .theme-card .theme-form .form-group .clear-session-button:focus {
  background-color: #f3f3ff;
  border-color: #7c5ec6;
  color: #563aa6;
  box-shadow: none;
}
.form-wrapper .theme-card .theme-form .form-group .clear-session-button:disabled {
  opacity: 0.7;
}
.form-wrapper .theme-card .theme-form .form-group .clear-cookie-status {
  min-height: 20px;
  margin-top: 8px;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}
.form-wrapper .theme-card .theme-form .alert a {
  font-weight: 700;
  white-space: nowrap;
}
.form-wrapper .theme-card .theme-form .login-diagnostic-alert {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}
.form-wrapper .theme-card .theme-form .invalid-feedback {
  display: block;
}

@media screen and (max-width: 992px) {
  .video-wrapper {
    height: auto !important;
  }
  .form-wrapper {
    min-height: auto !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .theme-card {
    width: -webkit-fill-available !important;
    padding: 20px !important;
  }
  .slogan-wrapper {
    bottom: 50% !important;
    transform: translate(-50%, 50%) !important;
  }
  .slogan-wrapper h3 {
    font-size: 35px !important;
    background-image: linear-gradient(45deg, #00bce6, #d500f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .slogan-wrapper p {
    font-size: 18px !important;
    color: #ffffff !important;
  }
}
