.loginButton {
    background-color: #007482;

}
.loginButton:hover, .loginButton:active, .loginButton:focus {
    background-color: #007482 !important;
    font-weight: 600;
}

.moduleButton:hover, .moduleButton:active, .moduleButton:focus {
    background-color: #007482 !important;
    font-weight: 600;
}

.logoutButton:hover, .logoutButton:active, .logoutButton:focus {
    font-weight: 600;
}

.open-sans-light {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}

.open-sans-semibold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}
.icon {
    width: 1.5em;
    height: 1.5em;
}