body {
    font-family: 'Montserrat', 'Poppins', 'Century Gothic', 'sans serif' !important;
}

.login-div {
    width: 50%;
    height: 87.5%;
    border-radius: 0.25em;
    box-shadow: 1em 1em rgba(0,0,0,0.1);
}
.logo-login {
    width: 10em;
}
.login-form-container {
    width: 60%;
    height: 50% !important;
    border-radius: 0.5em;
    background: rgba(0,0,0,0.0625);
    border: inset rgba(255,255,255,0.5) 3pt;
    transition: all 0.2s ease-in-out;
}
.login-form-container:hover {
    background: rgba(64,56,4,0.1);
    border: inset rgba(255,255,255,0.75) 3pt;
}
.login-notificador {
    height: 1.5em;
    font-weight: 500;
    font-size: 11pt;
}
.boton-login {
    font-size: 16pt;
}