.hidden {
  display: none;
}
.icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32px;
  right: 5px;
  pointer-events: none;
  z-index: 2;
}
.icon.icon-success {
  fill: green;
}
.icon.icon-error {
  fill: red;
}
  #form_profilo #nome_profilo .icon {
    top: 34% !important;
    right: 53% !important;
  }

  @media screen and (max-width: 992px) {
    #form_profilo #nome_profilo.icon {
      top: 28% !important;
      right: 2% !important;
    }
  }
.label {
  font-weight: bold;
  display: block;
  color: #333;
  margin-bottom: 0.25rem;
  color: #2d3748;
}
.input {
  appearance: none;
  display: block;
  width: 100%;
  color: #2d3748;
  border: 1px solid #cbd5e0;
  line-height: 1.25;
  background-color: white;
  padding: 0.65rem 0.75rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.input::placeholder {
  color: #a0aec0;
}
.input.input-error {
  border: 1px solid red;
}
.input-error {
  border: 1px solid red;
}
.input.input-error:focus {
  border: 1px solid red;
}
.input:focus {
  outline: none;
  border: 1px solid #a0aec0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-clip: padding-box;
}
.input-group {
  margin-bottom: 2rem;
  position: relative;
}
.error-message {
  font-size: 0.85rem;
  color: red;
}
.button {
  background-color: blueviolet;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.25rem;
  color: white;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  filter: brightness(110%);
}
.promo {
  color: white;
  opacity: 0.75;
  margin: 1rem auto;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 0.25rem;
}
.promo a {
  color: white;
}
