.modal-backdrop.show {
  z-index: 10;
}

.modal .modal-dialog {
  z-index: 100;
}
.modal .modal-body .user-login-form {
  flex-direction: column !important;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.modal .modal-body .user-login-form .form-element {
  width: 70%;
}
.modal .modal-body .user-login-form .passwort-vergessen {
  width: unset;
  justify-content: center;
}
.modal .modal-body .user-login-form .passwort-vergessen a {
  color: #f79220;
  text-decoration: underline;
  font-size: 15px;
  line-height: 1.42857143;
}
.modal .modal-body input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  color: #888;
  outline: 0;
  font-size: 14px;
  font-weight: bold;
}
.modal .modal-body .btn.form-submit {
  color: #fff;
  background-color: #f79220;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
}
.modal .modal-header,
.modal .modal-footer {
  padding: 10px 20px;
  width: 100%;
  border: 0;
}
.modal .modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal .modal-header h2 {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 37px;
  color: #f79220;
  text-align: center;
}

/*# sourceMappingURL=modal.css.map */
