/* importa/declara a fonte */
@font-face {
    font-family: 'Geologica';
    src: url('../webfonts/Geologica-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* sobrescreve o estilo do h2 */
h2 {
    font-family: 'Geologica', sans-serif;
    font-weight:400;
    font-size: 25px;
    color: white;
    letter-spacing: 1px;
}
.botao_login{
width: 100%; 
height: 50px; 
margin-top: 25px; 
background-color: #FFFF00; 
color: black; 
font-size: 20px;
font-family: 'Geologica'; 
border: none; 
border-radius: 5px; 
cursor: pointer;
}

.label_usuario{
display: block; 
margin-bottom: 5px; 
font-weight:200;
font-family: 'Geologica';
color: white; 
}

.label_senha{
display: block; 
margin-bottom: 5px; 
font-weight: 200;
font-family: 'Geologica'; 
color: white;
}