.boton-registro {
  background-color: #900C3F;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 8px;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}

.border-mensaje {
  border: 1px solid #900C3F;  /* Red */ 
  border-radius: 8px;
  padding: 10px;
  margin: 10px;
  background-color: #f2f2f2;
}

.disable{
  cursor: not-allowed;
  pointer-events: none;
}