body{
    background: linear-gradient(150deg,#0D1B7E,#299fc9,#1B7E0D);
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
  color: white;
  }

  form{
    width: 50%;
    margin: 50px auto;
    padding: 25px;
    border-radius: 15px;
    background-color: rgba(87, 204, 238,0.5);
    display: flex;
    justify-content: center;
    font-weight: bolder;
    align-items: center;
    flex-direction: column;
  }

  .Ingresar{
    font-weight: bold;
    margin-top: 10px;
    border-radius: 10px;
    color: white;
    background: linear-gradient(45deg,#2456ed,#4b4eff); 

  }

  .Ingresar:hover{
    background: linear-gradient(150deg,#6c91fc,#6cbdfc);
  }


  .login {
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos */
    gap: 5px; /* Añade espacio entre el texto y la imagen */
  }
  
  .logo {
    height: 40px;
  }

  .textboxs{
    border-radius: 10px;
    height: 20px;
    margin-bottom: 10px;
  }
