@font-face {
    font-family: 'GoetheFFClan-Book';
    src: url('font/GoetheFFClan-Book.ttf') ;
}
.GoetheFFClan {
    font-family: 'GoetheFFClan-Book', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background-image: url('img/fondo.jpg');
    background-size: cover;
}

#header {
    position: absolute;
    top: 30px;
    left: 30px;
}
#logo{
    width: 160px;
    height: 190px;
    background-image: url('img/logo-labfischer250x297.png');
    /* Otras propiedades opcionales para personalizar el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-size: cover; /* Ajusta la imagen para cubrir todo el fondo */
}

#login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    z-index: 99;
    
}
#login-container form{
    text-align: center;
}
#login-container label{
    font-weight: bold;
}
h2 {
    font-weight:bolder;
}
#login-container input, button{
    font-weight: bold;
    border: 1px solid #6b83f0;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;

}
#login-container input:hover{
    
    border: 1px solid #4258bb;
   
}

.login-log{
    
    width: 400px;
    border: 1px solid #e63a2e;
    background-color: rgb(219, 91, 59);
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: white;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: url('img/footer.png');
    background-size: cover;
    height: 230px;
    text-align: center;
    color: white;
    z-index: 0;
}
#footer div{
    position: relative;
    top: 50%;
    border: 0px solid #757073;
    height: 100%;
    font-family: 'GoetheFFClan-Book';
    src: url('font/GoetheFFClan-Book.ttf') format('truetype');
}
#footer p {
    margin: 5px;
    line-height: 25px; /* Alto de 25px para el texto */
    display: flex;
    justify-content: center; /* Alineación horizontal */
    align-items: center; /* Alineación vertical */
}
#logoMail , #logoInstagram{
    height: 30px;
    width: 30px;
}
#logoMail{

}

#enlaceInstagram{
    cursor: pointer;
}
