body {
    background-color: #ffffff !important;
}

/* === Card generale === */
.card {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

/* === Header della card === */
.card-header {
    background-color: #ededed !important;
    color: #000000 !important;
    height: 70px !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}

/* === Footer della card === */
.card-footer {
    background-color: #ededed !important;
    color: #000000 !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

#message-register {
  border-radius: 20px;
  font-size: 0.95rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #126dff !important;
}

#goLogin{
  color: #006ddf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px !important;
  text-decoration: none;
}

#label-firstName, #label-lastName, #label-email, #label-password, #label-confPassword {
  max-width: 180px;
  font-size: 0.95rem;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f2f2f2 !important;
  color: #000000 !important;
}

#first_name, #last_name, #email, #password, #confPassword {  
  box-shadow: none;
  border-color: #ced4da; /* colore neutro, puoi cambiarlo */  
}

#btn-login {
  border-radius: 30px;
  max-width: 300px !important;
}

#current-year {
  color: #000000;
  font-size: 0.85rem;
}