body {
  background-color: #323333 !important;
  color: #FFF !important;
}
a {
  color: #FFF !important;
}
.illustration-container {
  width: 50%;
  min-height: 100vh;
  padding: 0 30px;
  background: url(/assets/images/login_illustration_background.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  float: left;
}

.login-box-container {
  width: 50%;
  min-height: 100vh;
  float: right;
}

.login-box {
  margin-top: 78px !important;
  padding: 30px;
  background-color: #1b1c1d;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {

}
@media only screen and (min-width: 1440px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (max-width: 767px) {
  .illustration-container {
    display: none !important;
  }
  .login-box-container {
    width: 100%;
  }
  .login-box {
    margin-top: 38px !important;
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  .login-box {
    margin-top: 0px !important;
    padding: 10px;
    width: 100%;
    min-height: 100vh;
  }
}
