.pictureBodyBackgroud {
  background-image: url("/assets/appimages/body_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.form-switch {
  flex: 1 0 100%;
  margin-top: 10px;
}

label.rememberLabel,
.forgotPasswordLink {
  font-size: 12px;
}

.inputMail > label,
.inputPassword > label {
  font-size: 1rem;
}

a.forgotPasswordLink {
  color: #a3a3a3;
  text-decoration: none;
}
a.forgotPasswordLink:hover {
  text-decoration: underline;
}

.alert.alert-error,
.alert.alert-success,
.alert.alert-warning,
.alert.alert-danger {
  text-align: center !important;
}

.alert.alert-error {
  background-color: #dc2626 !important;
  color: #fff;
}

.highlight {
  background: #FFEB3B;
}

/*# sourceMappingURL=app.output.css.map */
