body {
  background-color: white;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}

.bg-image {
  background-image: url("/images/homepage/bg-nelogat.png");
  min-height: 1080px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.headline {
  position: absolute;
  left: 0;
  margin-top: 400px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.form-login {
  position: absolute;
  right: 0;
  margin-top: 400px;
  margin-right: 200px;
  max-width: 400px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

@media only screen and (max-width: 400px) {
  .form-login {
    position: absolute;
    right: 0;
    margin-top: 0;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
  .headline {
    display: none;
  }
}
/* Full-width input fields */
.input_login {
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border: none;
  background: #f1f1f1;
}

@media only screen and (max-width: 400px) {
  .mas {
    width: 60%;
  }
}
.mas {
  width: 70%;
}
