*{
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body{
  
    background: url('../images/morado3.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;


}
.borde{
    text-align: center;
    margin-top: 50px;
   
}


.bloque-login{
    display: block;
    margin-top:70px;
  height:auto;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
  border-radius: 6px 6px 0 0;
  opacity:.8;
  max-width: 500px;

  border: 3px solid #5f5f5f;
}



.icono{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 5px;
 
}

input[type="text"],
input[type="password"]{

    display:block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 10px;
    border:none;
    border-bottom: 2px solid#ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;


}
 input[type="text"]:focus,
 input[type="password"]:focus{

border-bottom: 2px solid #1e62a7;
}



 .btn{
    display: block;
    width:100%;
    text-align: center;
    background:  #5f5f5f;
    color: #fff;
    border:none;
    padding: 15px 10px;
    cursor: pointer;
    border-radius:3px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

}
 .btn:hover{
    background:#868686 ;
}


@media (max-width: 971px) {
    body{
  
        background: url('../images/degradado.jpeg')
        no-repeat center center fixed;
        background-size: cover;
        background-attachment: fixed;
        height:100vh;

    
    }
    .borde{
        text-align: center;
        margin-top: 50px;
       
    }
    
    
    .bloque-login{
        display: block;
        margin-top:70px;
      height:auto;
      background: #fff;
      text-align: center;
      padding-bottom: 30px;
      border-radius: 6px 6px 0 0;
      opacity:.8;
      max-width: 300px;
    
      border: 3px solid #5f5f5f;
    }
    
    
    
    .icono{
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
        margin-top: 5px;
     
    }
    
    input[type="text"],
    input[type="password"]{
    
        display:block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 15px 10px;
        border:none;
        border-bottom: 2px solid#ccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
    
    
    }
     input[type="text"]:focus,
     input[type="password"]:focus{
    
    border-bottom: 2px solid #1e62a7;
    }
    
    
    
     .btn{
        display: block;
        width:100%;
        text-align: center;
        background:  #5f5f5f;
        color: #fff;
        border:none;
        padding: 15px 10px;
        cursor: pointer;
        border-radius:3px ;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    
    }
     .btn:hover{
        background:#868686 ;
    }
    
}    