body {
  font-family: Poppins;
  background-color: #ffffff;
  min-height: 100vh;
}

.brand-wrapper {
  margin-bottom: 19px;
  position: relative;
  display: flex;
  justify-content: center;
}

.brand-wrapper .logo {
  /* position: absolute; */
  width: 235px;
  /* top: -36px; */
  height: auto;
}

.login-card {
  border: 0;
  border-radius: 27.5px;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 93%);
  overflow: hidden;
  height: 90vh;
  background: #1d1a1d;
}

.login-card-img {
  border-radius: 0;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-card .card-body {
  /* padding: 85px 60px 60px; */
  position: relative;
}

@media (max-width: 422px) {
  .login-card .card-body {
    padding: 35px 24px;
  }
}

.login-card-description {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 27px;
}

.login-card form {
  max-width: 326px;
}

.login-card .form-control {
  border: 1px solid #d5dae2;
  padding: 15px 25px;
  margin-bottom: 20px;
  min-height: 45px;
  font-size: 13px;
  line-height: 15;
  font-weight: normal;
  border-radius: 25px;
}

.login-card .form-control::-webkit-input-placeholder {
  color: #919aa3;
}

.login-card .form-control::-moz-placeholder {
  color: #919aa3;
}

.login-card .form-control:-ms-input-placeholder {
  color: #919aa3;
}

.login-card .form-control::-ms-input-placeholder {
  color: #919aa3;
}

.login-card .form-control::placeholder {
  color: #919aa3;
}

.login-card .auth-btn {
  padding: 13px 20px 12px;
  background-color: #000;
  border-radius: 24px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px;
}

.login-card .auth-btn:hover {
  /* border: 1px solid #000; */
  /* background-color: transparent; */
  background-color: #000 !important;
}

.login-card .forgot-password-link {
  font-size: 14px;
  color: #919aa3;
  margin-bottom: 12px;
}

.login-card-footer-text {
  font-size: 16px;
  /* color: #0d2366; */
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .login-card-footer-text {
    margin-bottom: 24px;
  }
}

.login-card-footer-nav a {
  font-size: 14px;
  color: #919aa3;
}

.col-left-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d1a1d;
}

.login-card-description-first {
    letter-spacing: 1.5px;
    color: #000000;
    padding: 0px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

span.login-card-description-second {
    font-size: 15px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
video {
    width: 100%;
}
.card.login-card .row {
  height: 100%;
}

.card-body-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #fffeff;
}
/*# sourceMappingURL=login.css.map */


main {
    background: #1d1a1d;
}
