
 .alertify .ajs-header {
  background-color: #085595;
  color:#fff;
}
.alertify .ajs-commands button {
    color:#fff;
    background-color: #fff;
}
.alertify-notifier .ajs-message {
  width: 180px;
  text-align: center;
  font-size: 18px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}
 body{
     margin: 0;
     padding: 0;
     background-color: #46578f;
     font-family: Arial, sans-serif;
     display: flex;
    justify-content: center;
    align-items: center;
 }
  /* Estilos para la imagen arriba del formulario */
  .image-container {
    text-align: center;
    margin-bottom: 20px;
  }

  .image-container img {
    max-width: 100%;
    height: auto;
  }

  /* Estilos para el formulario de inicio de sesión */
  .login-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    text-align: center;
  }

  .login-container h2 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .login-form {
    display: flex;
    flex-direction: column;
  }

  .login-form input {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .login-form button {
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .error-message {
    color: red;
    margin-top: 10px;
  }

  /* Estilos para la ventana modal */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .modal-form input {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .modal-form button {
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .modal-form #boton_registro{
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
  }
  .modal-error {
    color: red;
    margin-top: 10px;
  }

  .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #555;
    cursor: pointer;
  }
  #email
  {
      width: 88%;
  }
  #correo
  {
      width: 88%;
  }
  #telefono
  {
      width: 88%;
  }
  a
  {
      text-decoration: none;
      color:#000;
  }
  #crear{
      font-size: 17px;
      color:#007bff;
  }
#recuperar
{
    margin-top: -12px;
}
#boton
{
     padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}