#loading-general {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
  display: grid;
  justify-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

.signup {
  display: grid;
  justify-items: center;
  margin-bottom: -1em;
}

#login_ok {
  border-radius: 5px;
  font-weight: normal;
  padding: 1em;
  background: #60bc5091 !important;
  color: green !important;
}

.login {
  display: grid;
  justify-items: center;
}

.small-info{
  margin-top: 3px;
}

.buttons {
  margin: 16px 0px !important;
}

button span a {
  color: #fff !important;
  font-size: 14px;
  text-shadow: 1px 2px 2px #113602
}

.info-error {
  color: red;
  margin: 7px 0;
}

.form-floating {
  margin: 0.5em 0;
}

.response-error {
  text-align: center;
  border-radius: 7px;
  background: #ffc8c8;
  border: solid 1px #EA2525;
  color: #EA2525;
  padding: 5px;
}