body {
    max-width: 100%;
    height: auto;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url("../Imagenes/fondo1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
  }
  
  body .input-group-text{
    margin-right: -1px;
    background-color: rgb(150, 193, 28);
  }
  
  body .btn{
    background-color: rgb(150, 193, 28);
  }
  
  body .btn:hover{
    background-color: rgb(36, 73, 125);
    color: white;
  }
  
  body #text{
    text-decoration: underline;
    font-weight: bold;
    text-decoration: none;
    color: rgb(36, 73, 125);
    cursor: pointer;
  }
  
  body #nombre{
    border-radius: 10px;
    text-align: center;
  }
  
  body #password{
    border-radius: 10px;
    text-align: center;
  }
  
  body #text:hover{
    text-decoration: underline;
    font-weight: bold;
    text-decoration: none;
    color: rgb(150, 193, 28);
    cursor: pointer;
  }