@import "./fonts/NoirPro/styles.css";
@import "./fonts/SourceSansPro/styles.css";

.dt-root {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dt-app-login--container {
  padding-top: 3rem;
}

.dt-login--container {
  height: 100%;
  flex: 1;
  -ms-flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}

.dt-login__content-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  max-width: 420px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.dt-app-login--container .dt-login__content-wrapper {
  max-width: 680px;
}

@media (max-width: 575.98px) {
  .dt-login__content-wrapper {
    flex-flow: column nowrap;
  }
}

.dt-login__bg-section {
  position: relative;
  padding: 2.4rem 2.4rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .dt-login__bg-section {
    width: 40%;
  }
}

.dt-login__bg-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 143, 222, 0.8);
}

.dt-login__bg-section > * {
  position: relative;
  z-index: 2;
}

.dt-login__bg-section .dt-login__logo {
  margin-top: auto;
}

@media (min-width: 576px) {
  .dt-login__content {
    width: 60%;
  }
}

.dt-login__content-inner {
  padding: 1.5rem 3.5rem 2rem;
  flex: 1;
  -ms-flex: 1;
}

.dt-login__content-inner .form-control {
  background-color: #f5f5f5;
}

.dt-login__content-footer {
  padding: 0.6rem 2.4rem;
  background-color: #f4f4f4;
}

.dt-login__title {
  position: relative;
  color: #fff;
  margin-bottom: 1rem;
}

.dt-forgot-password .dt-login__content-wrapper {
  max-width: 420px;
}

.dt-forgot-password .dt-login__content-wrapper .dt-login__content {
  width: 100%;
}

.dt-forgot-password .dt-login__content-wrapper .dt-login__logo {
  display: block;
  margin-left: 0;
  margin-bottom: 3rem;
}


/* Identity/Account/Manage */

.form-floating {
  margin: 12px 0px 12px 0px;
}
