@import '../../../../assets/css/variables.scss';

.label {
  margin-bottom: 5px;
  margin-top: 20px;
}

.response {
  margin-bottom: 30px;
  font-weight: 500;
}

.hideVisibility {
  visibility: hidden;
}

.error {
  font-size: small;
  font-style: italic;
  color: $danger;
  margin-top: 2px;
}
