body {
    font-weight: normal;
    font-size: 100%;
    color: #1b262c;
    margin: 0;
    background-image: url('https://grupoagras.com.mx/images/arenas_gravas_silicas_industriales.webp');
    background-size: cover;
}
#contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100%;
    height: 100%;
}
#central {
    max-width: 320px;
    width: 100%;
}
.titulo {
    font-size: 250%;
    text-align: center;
    margin-bottom: 20px;
}
#login {
    width: 100%;
    padding: 50px 30px;
    background-color: #ffffff59;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    border-radius: 15px;
    box-sizing: border-box;
}
#login input {
    @font-face {
        font-family: RedHatDisplay;
        src: url(./fonts/RedHatDisplay/RedHatDisplay-Regular.ttf);
        font-display: swap;
    }
    font-size: 90%;
    color: #1b262c;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
}

#login input::placeholder {
    color: #1b262c;
}

#login button {
    @font-face {
        font-family: RedHatDisplay;
        src: url(./fonts/RedHatDisplay/RedHatDisplay-Regular.ttf);
        font-display: swap;
    }
    font-size: 100%;
    color:#fff;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #842718;
    margin-top: 10px;
}

#login button:hover {
    background-color: #914539;
}
.pie-form {
    font-size: 90%;
    text-align: center;    
    margin-top: 15px;
}
.pie-form a {
    display: block;
    text-decoration: none;
    color: #bbe1fa;
    margin-bottom: 3px;
}
.pie-form a:hover {
    color: #0f4c75;
}
.inferior {
    margin-top: 10px;
    font-size: 90%;
    text-align: center;
}
.inferior a {
    display: block;
    text-decoration: none;
    color: #bbe1fa;
    margin-bottom: 3px;
}
.inferior a:hover {
    color: #3282b8;
}