/* body{
    height: 700px;
} */

footer{
    position: relative !important;
    bottom: 20px;
    left: 0 !important;
    z-index: 0 !important;
    width: 90%;
    background-color: #b6b5b54d !important;
    border-radius: 100px;
    padding: 1% 10%;
    margin: 0 auto; 
    max-width: 1000px;
    }

.login__cabecera img{
    min-width: 300px;
}

h1{
    font-size: clamp(20px, 2vw, 25px) !important;
    font-weight: 400;
}

h2{
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 600;
}

.login__responsive{
    height: 80% !important;
}