#form-wrap h2,
#form-wrap h3, 
#form-wrap h4 {
  font-weight: bold;
}

#form-wrap .registration-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  box-shadow: 0px 0px 10px 3px rgb(219, 219, 219);
  border-radius: 5px;
}

#hidden-data {
  height: 0px;
}

#message_container {
  display: hidden;
}

#message_container.active {
  display: visible;    
  padding: 1rem;  
  font-weight: bold;
  text-align: center!important;
}

#submit-wrap .btn-info {
  border-radius: 15px;
  font-weight: bold;
}

#submit-wrap .btn-success {
  border-radius: 15px;
  font-weight: bold;
}

.perche-registrarsi {
  margin-bottom: 0.6rem;
  padding: 1rem;
  border: 2px solid rgb(39, 39, 39);
  border-radius: 5px;
}

.perche-registrarsi span {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: rgb(39, 39, 39);
}

.perche-registrarsi i {
  color: rgb(39, 39, 39);
}

.profile-view .section-profile {
  padding: 1rem;
  margin: 1rem;
  text-align: center;
  box-shadow: 0px 0px 10px 3px rgb(219, 219, 219);
}

#registration-form-wrapper {
  position: relative; 
}
.overlay {
  position: absolute;
  display: none;
}
.overlay.active {
  top: 0;
  left: 0;
  background: #808080a8;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}