/* BULMA OVERRIDES */
:root {
  --bulma-primary: rgba(10, 75, 116, 0.8);
}


/* LAYOUT */
#hero-header {
    background-image: url("../img/fsmp-header-k9sXH0J.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
#hero-header .hero-body {
    background-color: rgba(0, 0, 0, 0.5);
}
.button.is-dark:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
#navMenu.is-active a.navbar-item {
    display: inline-flex;
}
#navMenu.is-active .navbar-start {
    text-align: center;
}
#navMenu.is-active .buttons {
    justify-content: space-around;
}
/* FORM */
.togglePassword {
    pointer-events: all;
    cursor: pointer;
}
.togglePassword:hover {
    color: var(--bulma-input-icon-hover-color);
}