.banner {
  height: 100vh;
  background-image: url("../img/bg-5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.banner .inner-banner {
  width: 90%;
  height: 90%;
}
.banner .inner-banner .logo-container {
  height: 15%;
  display: flex;
  align-items: center;
}
.banner .inner-banner .logo-container .logo {
  width: 75px;
}
.banner .inner-banner .text {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .inner-banner .text h1 {
  width: 100%;
  text-align: left;
}
.banner .inner-banner .text p {
  width: 100% !important;
  text-align: left;
}
.banner .inner-banner .footer {
  display: flex;
  height: 5%;
}
.banner .inner-banner .footer .copy {
  opacity: 0.8;
  font-style: italic;
  margin: auto 0 0;
  padding: 0;
}
.banner .inner-banner .footer a {
  margin: auto 0 0;
  padding: 0;
}

.login-form {
  display: flex;
  margin: 20px auto auto;
  width: 90%;
  height: 90%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  html {
    font-size: 85%;
  }
  .banner {
    max-height: 35vh;
  }
  .banner .inner-banner .logo-container {
    height: 25%;
  }
  .banner .inner-banner .logo-container .logo {
    width: 50px;
  }
  .banner .inner-banner .text {
    height: 65%;
  }
  .banner .inner-banner .footer {
    height: 10%;
  }
  .login-form {
    min-height: 65vh;
  }
}
@media (max-width: 575px) {
  .banner {
    display: none !important;
  }
  .login-form {
    min-height: 100vh;
  }
}/*# sourceMappingURL=login.css.map */