.boton-crear-cuenta {
    background-color: #e30613;
}

.boton-crear-cuenta:hover {
    background-color: #f9232f;
}
.ui-datepicker {
  z-index: 99999999 !important;
}

/* The message box is shown when the user clicks on the password field */
#message,
#message-telefono, #message-email {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

#message p,
#message-telefono p, #message-email p {
    padding: 0px 35px;
    font-size: 18px;
    margin-bottom: 0px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}