body {
    background-image: url('../img/lodeitO.png');
    background-size: cover;
    font-family: Arial, sans-serif;
}


.container h2 {
    text-align: center;
    color: #0d7c0d;
}

.container input[type="text"],
.container input[type="password"] {
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #0d7c0d;
    margin: 10px 0;
    color: white;
}

.container input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #0d7c0d;
    border: none;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    transform: scale(1);
transition: transform 0.3s;
}

.container input:hover {
transform: scale(1.1);
}



.container {
width: 400px;
padding: 20px;
background: rgba(0, 0, 0, 0.705);
margin: 0 auto;
margin-top: 250px;
border-radius: 5px;
color: white;
transform: scale(1);
transition: transform 0.3s;
}

.container:hover {
transform: scale(1.1);
}
@media (max-width:768px){
 
    .products-preview .preview img{
       height: 25rem;
    }
 
 }
 
 @media (max-width:450px){
 
    html{
       font-size: 50%;
    }
 
 }