/* Style the form */
form {
  margin: 100px auto;
  padding: 50px;
  padding-right: 80px;
  width: 25%;
  min-width: 300px;
}

/* Style the form content */
.form-content {
  overflow: hidden;
  clear: both;
}

/* Style the fieldsets */
fieldset {
  background-color: #ffffff;
}

.form-container {
  position: absolute;
  top: 0;
  right: 0;
}

/* Style the input fields */
button,
datalist,
fieldset,
input,
legend,
optgroup,
option,
output,
select,
textarea {
  padding: 10px;
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #777;
  border-radius: 10px;
}

/* Style the labels */
label {
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.back-button {
  float: right;
  color: #777;
  background-color: #eef;
}

/* Style the error messages */
.error-text {
  color: #ffffff;
  grid-column-start: 2;
}

.form-container {
  border-radius: 10px;
}

body {
  background-image: url("Hintergrund.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.error-text {
	color: white;
}