@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --azul-claro: #89AFCF;
    --beige-suave: #ebf2f2;
    --verde-salvia: #accfc0;
    --verde-salvia2:rgb(220, 244, 233)A;
    --verde-vivo: #ff9f1a;
    --blanco: #FFFFFF;
    --azul-marino: #233240;
    --texto-normal: #0F2434;
    --naranja: #7c98d9;
    --naranja-oscuro:#4a69bd;
}

* {
    font-family: "Montserrat";
    margin:0;
    padding:0;
    font-size: 17px;


}


body {
    width: 100%;
    height: 100vh;
}


header{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 10%;

    
}

.topbar{

    display: flex;
    flex-direction: row;
    width: 50%;
    padding-left: 40%;
    padding-right: 10%;

    height: 30%;
    background-color: #233240;

    justify-content: right;
    align-items: center;
}

.topbar a{
    font-size: 15px;
    margin: 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    color: #F28D52;
}

.topbar a:hover {
    color: var(--naranja-oscuro);


}

nav{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to top, #f5dbabcf, #ee72b0);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;

}
.direccionador{
    display: flex;

    align-items: center;
    width: 100%;

    justify-content: space-evenly;

}

.direccionador i{

    font-size: 35px;
    color: var(--texto-normal);
    text-decoration: underline;

}



.direccionador a{
    margin: 15px;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    color: var(--texto-normal);


    transition: border 2s ease-in;

}

.direccionador a:hover{

    border-bottom: 1px solid var(--azul-marino);
    color: var(--azul-marino);
    padding-bottom: 1px;

}

main{
    display: flex;
    height: 85%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-image: url('mainbg.png');
    background-position: center;
    background-size: cover;

}

.login-form{
    display: flex;
    height: 80%;
    width: 25%;


}

form{
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    align-items: center;

    margin-top: 40%;

}


.login-form.left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ebf2f2d2;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);

}

.logovert{
    display: flex;
    height: 90%;
    width: 70%;
    margin-left: 5%;

}

.login-form.right{
    display: flex;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f5dbabcf;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: center;
}

.welcome{
    display: flex;
    width: 100%;
    margin-bottom: 10%;
    justify-content: center;

}


.welcome h1{
    font-size: 25px;
    color: var(--texto-normal);

}
.loginsection{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10%;
    padding: auto;

}

#login label{
    display: flex;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 5%;
    font-weight: 600;
    color: var(--texto-normal);
}

#login input{
    display: flex;
    width: 100%;
    margin-left: 0%;
    height: 40px;
    background-color: #23324000;
    border: none;
    outline: none;
    border-bottom: 1px solid #233240;
}

.seeEye{

    margin-top: 5%;
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
    color: var(--texto-normal);

}

.seeEye i{
    cursor: pointer;
    font-size: 25px;


}

.loginbutton-container{
    display: flex;
    margin-top: 15%;
    width: 100%;
    height: 10%;
    justify-content: center;

}

.loginbutton-container button{
    width: 75%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background-image: linear-gradient(to right,  #ee72b0, #f5dbab);
    transition: all 1s ease-in-out;
    animation: none;
}

.buttondiv{
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttondiv i{
    font-size: 20px;
    margin-left: 4%;


    transition: all 0.3s ease-in-out;
}



.loginbutton-container button:hover{
    cursor: pointer;
    background-image: linear-gradient(to right, #f5dbab, #ee72b0);



}

.loginbutton-container button:hover .buttondiv i{
    margin-left: 6%;

 


}


footer{
    display: flex;
    height: 5%;
    width: 100%;
    background-color: #f5dbabcf;


}

footer div{
    display: flex;
    flex-direction: row;
    width: 100%;

    justify-content: center;
    align-items: center;
}

.footerdiv {
    width: 25%;
    height: fit-content;

}
.footerdiv a,h2{
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: var(--texto-normal);

}

::placeholder{

    font-size: 15px;
}

@media (max-width:1349px) {

    .login-form.left{display: none;}
    .login-form.right{width: 30%; border-radius: 5px;}
    form{margin-top: 5%; height: 90%;}
    
::placeholder{

    font-size: 12px;
}
footer div{
    flex-direction: column;
}
.footerdiv {
    padding: 10px;
    width: 100%;

}
footer{height: fit-content;}

}   

@media (max-width:821px) {
    .loginbutton-container button{
        width: 100%;

    }
    form{margin-top: 2.5%; height: 85%;}

    .login-form.right{width: 60%;
    }


    footer{
        height: fit-content;}

    #title{display: none;}
        
        
        
    .direccionador a,i{

            font-size: 15px;

        
        }
}  

@media (max-width:449px) {
    .login-form.right{width: 90%;
    }
    ::placeholder{

        font-size: 10px;
    }
    .direccionador a,i{

        font-size: 10px;

    
    }
    form{margin-top: 25%; height: 75%;}
}  

form{

    margin-top: 0%;
    justify-content:center;
}
.welcome{
    margin-bottom:0%;
}

select {

    background-color: #23324000;
    border: none;
    padding: auto;
    border-bottom: #0F2434 1px solid;
    margin-bottom: 10%;
}


option {

    background-color: #0f243400;
}
