.Loginfield {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: center;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding-bottom: 10px;
}

.username-input,
.pwd-input {
  width: 90%;
  height: 40px;
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  margin-bottom: 5px;
  outline: none;
  font-size: 12px;
  padding: 5px;
}

img {
  height: 60px;
}

#Logincommand {
  margin-top: 0px;
  font-size: 24px;
  font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 120;
}
.subtext {
  font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
}

button {
  color: #fff;
  background-color: #156082;
  border: 1px solid #156082;
  border-radius: 3px;

  width: 20%;
  height: 25px;
}

a {
  text-decoration: none;
  color: #156082;
  font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.LogInPic {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 10px;
  height: auto;
}

.signup-button {
  float: left;
  margin-left: 20px;
}

.reset-pwd-button {
  float: right;
  margin-right: 20px;
}

.bottom-commands {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.back-line {
  border: 0.5px solid #c0c0c0;
}

/* Container für Checkbox + Label nebeneinander */
.checkbox-wrapper {
  display: flex; /* horizontale Ausrichtung */
  align-items: center; /* vertikal zentrieren */
  margin-bottom: 10px; /* Abstand nach unten */
}

/* Kleiner Abstand zwischen Checkbox und Label */
.checkbox-wrapper label {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .Loginfield {
    width: 100%;
  }

  .LogInPic {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 10px;
    height: auto;
  }

  .username-input {
    height: 50px;
    font-size: 18;
    padding: 7px;
  }

  .pwd-input {
    height: 50px;
    font-size: 18;
    padding: 7px;
  }

  .pwd-inputactivate {
    height: 50px;
    font-size: 18;
    padding: 7px;
  }

  button {
    width: 90%;
    border-radius: 6px;
    height: 40px;
    font-size: 19;
  }

  .back-button {
    font-size: 20px;
  }
}
