form {
  margin-block-end: 0;
  font-size: 1.15rem;
}
form input:not([type=checkbox]) {
  outline-offset: 0px;
  border-radius: 4px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  min-width: 30ch;
  line-height: inherit;
}
form label {
  font-size: 1.25rem;
  font-family: Inter;
  font-weight: 500;
}
form .input-block {
  display: flex;
  flex-direction: column;
  margin-block: 1rem;
  align-items: flex-start;
}
form .remember-me-wrapper * {
  font-size: 1rem !important;
}

h3 {
  font-weight: bold;
  color: var(--main04);
}

.bottom-buttons {
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-update {
  color: var(--success);
}

.error-list {
  list-style-type: none;
  font-weight: 400;
  color: var(--danger);
}

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