body {
    font-family: 'Source Sans Pro', sans-serif;

}

html,
body {
   height: 100%;
 }  

.wrapper {
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.container {
    margin-top: 1.3rem;
    width: 23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;

}

.header-container{
    width: 100%;
    height: 7rem;
    background-color: rgb(6,32,70);
    justify-content: space-between;
align-self: center;
}


.header-container img{
height: 3rem;
margin-top: 1.3rem;
margin-left: 2rem;
}

.advice-box {
    height: 6em;
    border: 1px solid #D0D0D0;
    padding: 2rem;
    display: flex;
    text-align: center;
    gap: 2rem;
    font-size: 18px;
    margin-bottom: 0.5rem;


}

.advice-box p {
    width: 100%;
    height: 100%;
    font-size: 16px;

}

.teclado-virtual {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #237ABA;
    font-weight: 700;
    gap: 0.5rem;
    margin-left: 0.5rem;
}

.subcontainer {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    align-items: flex-start;
    height: 7rem;
    margin-top: 2rem;
    width: 100%;
}

.advice-box img {
    transform: scale(120%);
}

.dni-input::placeholder {
    color: black;
    font-weight: 200;


}

.recordar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
}

.form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    height: 10rem;
    width: 100%;

}


input {
    border-bottom: solid 1px;
}

input::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    color: #b9b8b8;
    font-size: 16px;
}

.form-input {
    margin-top: 0.9rem;

}

input[type='text'] {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: lighter;

}

.botones {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;


}

button{
width: 10.5rem;
height: 3.5rem;
font-size: 17px;
font-weight: 600;

}

.button-ingresar{
background-color: #1973B8 ;
color: white;
}

.button-ingresar:hover{
    background-color: #105b94 ;
    transition: 1s;
    color: white;
    }

.button-registrarme{
color: #3b89c4;
background-attachment: white;
border: solid 2px #6eabda;
}

.button-registrarme:hover{
    color: #021320;
    background-color: rgb(236, 234, 234);
    border: solid 2px #637685;
    transition: 0.5s;
    }
    

.links{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;

}

.links a{
    font-size: 17px;

    font-weight: 600;
    color: #1973B8;
}