*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(109, 109, 109,  0.308), rgba(109, 109, 109, 0.308)), url(../IMAGENES/montaje2.jpeg);
    background-size: cover;
    

}

.wraper{
    position: fixed;
    width: 420px;
    left: 33%;
    top: 25%;
    background:transparent;
    border: 2px solid 255, 255, 255, .2;
    backdrop-filter: blur(.5px);
    box-shadow:0 0 10px rgba(255, 255, 255, 0.733);
    color: #ffffff;
    border-radius: 18px;
    padding: 38px 40px; 
}
.wraper h1{
    font-size: 36px;
    text-align: center;
}

.wraper .input-box{
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid black;
    border-radius: 40px;
    font-size: 16px;
    color: white;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder{
    color:white ;
}

.input-box i{
    position: relative;
    left: 280px;
    transform: translateY(-110%);
    font-size: 40px;
}

.wraper .remember-forgot{
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}
.remember-forgot label input{
    accent-color: #fff;
    margin-right: 3px;

}

.remember-forgot a{
    color: #fff;
    text-decoration: none;
    
}
.remember-forgot a:hover{
    text-decoration: underline;
}

.wraper .btn{
    width: 100%;
    height: 45px;
    background:#fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,-1);
    cursor: pointer;
    font-size: 16px;
    color: rgb(0, 133, 185);
    font-weight: 600;
}

.logo1{
    position:relative;
    height: 70px;
    width: 65px;
    left: 5px;
    border-radius: 4px;
    align-items: center;

}
@media (max-width: 365px) {
    .wraper{
        width: 90%;
        left: 5%;
        top: 20%;
    }
    .input-box i{
       
        left: 80%;
        
    }
}

@media (min-width:365px) and (max-width: 720px) {
        .wraper{
            width: 90%;
            left: 5%;    
            top: 20%;
        }
        .input-box i{
           
            left: 80%;
            
        }
}

@media (min-width:720px) and (max-width: 880px) {
    .wraper{
        
       left: 25%;     
    }
}

@media (min-width:880px) and (max-width: 2000px) {
    .wraper{
        
        left: 40% !important;    
        
    }
  
}
@media (min-width:2001px) and (max-width: 2500px) {
    .wraper{
        
        left: 40% !important;    
        
    }
  
}