body{
    background: var(--button-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}
/*-- loig -- */
.logo img{
    width: 300px;
}
.logo{
    padding: 5vh;
}

.logo2{
    margin-top: 0;
    background-color: #1f151d;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.logo2_img{
    display: flex; 
    align-items: center; 
    margin-top: 2vh;
    margin-bottom: 2vh; 
    justify-content: center; 
    width: 40%;
}

.h1_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1vh;
}

.h1_2{
    font-family: 'PT Sans', sans-serif;
    font-size: 3vh;
}


.contenedor__uno:first-child{
    background: white;
    width: 100%;
    margin-top: 0px;
}

.logo_primer{
    height: auto;
    margin-bottom: 3vh;
}

.contenedor__uno{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}




.login{
    width: 40vh;
    height: 55vh;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
form{
display: flex;
flex-direction: column;
justify-content: center;
gap: 42px;
align-items: center;
}

.input{

   display: flex;
   justify-content: space-around;
   align-items: center;
   background-color: white;
   padding: 2vh 1vh;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
border-radius: 14px;
 
}
input{
   text-align: center;
    background: none;
}
.input__lock{
    font-size: 20px;
}
.hero__cta{
    color: #CDCDCD;
    font-family: var(--fontfamili-font);
    text-decoration: solid;
}


button{
    padding: 1vh 2vh;
    background-color: var(--segundario-color);
    font-family: var(--fontfamili-font);
    color: white;
    border-radius: 2vh;   
}


/*-- login  web -- */
@media (min-width:850px) {

    .logo img{
        width: 120vh;
    }
    .logo{
        background-image: url(../img/ondaweb.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0px;
        padding: 15vh;
        background-color: var(--button-color);
    }

    .logo2{
        margin: 0px;
        margin-top: 3vh;
        width: 100%;
        display: flex;
        justify-content: center;    
        background: white;
        height: 380px;
        flex-direction: row;
        background-color: #1f151d;
    }

    .logo2_img{
        display: flex; 
        align-items: center; 
        margin-top: 2vh;
        margin-bottom: 2vh; 
        justify-content: center; 
        width: 28%;
        
    }

    .h1_1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 2.1vh;
        margin-left: 8vh;
    }
    
    .h1_2{
        font-family: 'PT Sans', sans-serif;
        font-size: 5.2vh;
    }

    .login{
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
        border-radius: 14px;
    }


    .contenedor__uno{
        width: 50%;
    }

    body{
    
        background: white;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    .contenedor__uno:first-child{
        background-color: #1f151d;
        width: 50%;
        height: 100vh;
     
    }

    .logo_primer{
        height: 180vh !important;
        margin-bottom: auto;
    }
}

/*-- loig -- */