html,
body {
  font-family: "PT Sans", sans-serif;
  height: 100%;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-height: 700px){
  .site-login{
    min-height: 400px;
  }

  .login-page{
    align-items: flex-start !important;
  }

  .site-login .row {
    max-height: 500px;
  }
}

@media screen and (min-width: 600px) {
  .guest {
    background: #fff url('../img/login-background.svg') right -50px top no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 900px) {
  .guest {
    background: #fff url('../img/login-background.svg') right -150px top no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 1200px) {
  .guest {
    background: #fff url('../img/login-background.svg') right -250px top no-repeat;
    background-size: 100% 100%;
  }
}

.site-login {
padding-top: 1rem;
}

.site-login h3 {
  font-family: 'Akrobat', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  max-width: 550px;
  margin: 15px auto 0;
  padding: 0 15px;
  min-width: 310px;
}

.login-page-container {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  background-color: unset !important;
  overflow: hidden;
}

.bottom-container {
  background: #EFF3F8;
  position: static;
  padding: 15px;
}

