#s-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 40px);
    background-image: url("/src/img/fondo-amarillo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 30px;
}

#content-title-login {
    width: 100%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#content-title-login img{
    width: 40%;
    border-radius: 50%;
}

#content-title-login h2 {
    font-size: 16px;
    margin-top: 30px;
    color: #000;
    text-align: center;
}

#content-btn-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 40%;
    gap: 15px;
}

#btn-login {
    width: 70%;
    text-align: center;
    font-size: 16px;
    color: var(--gris);    
	font-family: "BentonSans-Bold";
    padding: 8px 20px  ;
    border-radius: 40px;
    border: 1px solid var(--gris);
} 

#btn-problemas {
    font-size: 14px;
    color: var(--gris);
	font-family: "BentonSans-Light";
}

footer {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer img{
    width: 100%;
} 