.login-container {
  background: url(/images/food.jpeg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 12vh 0;
  height: 75vh;
}

.login-container:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.login-form {
  z-index: 1;
  max-width: 320px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  color: #505e6c;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.illustration {
  text-align: center;
  padding: 0 0 20px;
  font-size: 100px;
  color: rgb(244, 71, 107);
}
