@font-face {
  font-family: "GT-Walsheim";
  src: url("../fonts/GT-Walsheim-Medium-Trial.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim";
  src: url("../fonts/GT-Walsheim-Bold-Trial.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim";
  src: url("../fonts/GT-Walsheim-Bold-Trial.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim";
  src: url("../fonts/GT-Walsheim-Ultra-Bold-Trial.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
body, html {
  font-family: "Kumbh Sans" !important;
  background: url("../images/login.png") no-repeat 100% 0 #F4F4FA;
  background-size: cover;
  height: 100%;
}

.bg-white {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.bg-white h1 {
  font-weight: 700;
  font-family: "GT-Walsheim";
}
.bg-white p {
  color: #D8D7E3;
}

img.logo {
  width: 50%;
  margin: 0 auto;
  display: block;
  max-width: 320px;
}

.btn {
  background: #8173BF;
  color: white;
  letter-spacing: 0.05em;
}
.btn:hover {
  background: #8173BF;
  color: white;
}

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #DDDDF3;
  color: #8173BF;
  padding-left: 0;
  padding-right: 0;
}
.form-control::placeholder {
  color: #DDDDF3;
}
.form-control:focus {
  border-color: #8173BF;
  outline: none;
  box-shadow: none;
  color: #8173BF;
}

.not-allowed {
  cursor: not-allowed;
}

.text-danger {
  font-weight: 700;
}

@media screen and (min-width: 991px) {
  .full-height {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .full-height {
    height: 100%;
  }

  .container-fluid {
    height: 100%;
  }
  .container-fluid > .row {
    height: 100%;
    flex-direction: column-reverse;
  }
  .container-fluid .bg-white {
    padding-top: 30px;
    flex: 1;
  }
  .container-fluid img.logo {
    padding: 40px 0;
    max-width: 240px;
  }
}

/*# sourceMappingURL=login.css.map */
