.hidden {
    display: none;
}

.logo {
    margin-top: -8px;
    width: 40px;
    margin-right: 10px;
}

text {
    font-family: sans-serif !important;
}

.nounderline {
    text-decoration: none !important
}


.loggedas {
    margin-top: -10px;
    font-size: 0.9em;
    height: 30px;
}

.strong {
    font-weight: bold;
}

input:required {
    border: red 1px solid;
    /*background-color: #fcefa1;*/
}