*{
    margin: 0;
    padding: 0;
  }
  
  
  /*****FIN DE ESTILOS DEL MENU*/
  body{
    /* background: url(../img/fon8.jpg) no-repeat center top; */
    background: linear-gradient(rgb(1, 55, 100), #ace5f1);
    background-size: cover;
    background-attachment: fixed;
  }
  
  .login{
    width: 400px;
    height: 300px;
    position:absolute;
    border-radius: 15px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 70px 40px;
    /* background: linear-gradient(rgb(4, 37, 68), #5585b4); */
    background-color: rgb(242, 244, 245);
    backdrop-filter: blur(1);
    box-shadow: 0px 10px 20px black;
    
  }
  .login form{
    display: grid;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  img{
    width: 100px;
    margin: auto;
    top: -50px;
    position: absolute;
    left: calc(50% - 50px);
    
  }
  .login h1{
    padding: 0 0 20px;
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: bold;
    /* font-family: 'Lora', serif; */
    font-family: Arial, Helvetica, sans-serif;
  
  }

  .login .pass{
    width: 100%;
    height: 35px;
    margin-bottom: 0px;
    font-size: 30px;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    color: black;
    white-space: nowrap;
  }

  
  button{
    border: none;
    color: white;
    background: #079bd6;;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    width: 270px;
    height: 40px;
    margin-bottom: 40px;
    margin: auto;
    justify-content: center;
    text-align: center;
   
  }
  button:hover{
    background: rgb(8, 47, 105);
    
  }
  button i{
    position: absolute;
    transform: translate(200%, 0%);
  }
  .but{
    margin-top: 10%;
  }
  .login a{
    text-align: center;
    font-style: none;
    font-style: normal;
    text-decoration: none;
    font-size: 18px;
    color: rgb(201, 199, 218);
    
  }
  .login a:hover{
    color: rgb(53, 199, 199);
  }
  .vinculo{
    text-align: center;
    margin-left: 23px;
    color: white;
  }
  
  @media screen and (max-width: 700px){
    body{
      width: 400px !important;
    }
  }
  
  .error{
    border: 1px solid red !important;
  }
  
  .ico-pass {
    float: right;
    position: relative;
    margin: -32px 10px 0 0;
    cursor: pointer;
    font-size: 20px;
    color: black;
  }