
bodyxx{
  background-color: #2e323a;
  width: 100vh;
  height: 100vh;
}


.interactive-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  /*background-color: #006eab; */
  background-color: #2e323a;
  -webkit-box-shadow: inset 24px 4px 64px -24px rgba(71,71,71,1);
  -moz-box-shadow: inset 24px 4px 64px -24px rgba(71,71,71,1);
  box-shadow: inset 24px 4px 64px -24px rgba(71,71,71,1);
  padding: 0px;
}
@media (max-width: 769px) {
  .interactive-bgxx{
    display: none
  }
}

.input {
  border-radius: 50px;
  background-color: #dededea5;
  border-color: hsl(198, 100%, 49%);
}

 .icon {
  color: hsl(198, 100%, 49%)!important;
}
.input:hover {
  border-color: hsl(198, 93%, 61%);
  
}


.button {
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 150px;
}

.login-logo {
  margin: 0 auto;
  margin-bottom: 50px;
  max-height: 500px;
  user-select: none;

}

.fusszeile {
  font-size: 12px;
}

.columns{
  margin: 0px;
}


.login-container {
  margin-top: 30%;
  width: 100%;

  padding: 1rem;
  background-color: rgba(209, 209, 209, 0.8);
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.login-logo {
  max-width: 150px;
  margin-bottom: 1rem;
}

.button.is-primary {
  background-color: hsl(198, 100%, 49%);
}
.button.is-primary:hover {
  background-color: hsl(198, 100%, 55%);
}