
@font-face {
    font-family: zalando;
    src: url('fonts/ZalandoSansExpanded-VariableFont_wght.ttf');
}

.zalandoxs {
    font-family: zalando;
    font-size: 0.8 em;
}

.zalandosm {
    font-family: zalando;
    font-size: 1em;
}

.zalandolg {
    font-family: zalando;
    font-size: 2em;
}

.zalandoxl {
    font-family: zalando;
    font-size: 4em;
}



form#registerform input.mandatory, form#resetpwform input.mandatory, form#addform input.mandatory, select#role.mandatory, select#country.mandatory, textarea.mandatory{
    border: solid 2px red;

}

span.pwfail {
    color: red;
    font-weight: bolder;
}

span.pwpass {
    color: limegreen;
    font-weight: bolder;
}

input.reqfail, select.reqfail, textarea.reqfail {
    border:solid 2px red;
}

img.thumbnail {
    width: 150px;
    height: 50px;
}

div#nav a.active {
    background-color: #292E62;
    color: white;
}   

#google_translate_element {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 10px;
}
.goog-te-gadget img {
  display: none; /* Hide Google branding flag icon */
}

.scrolled {
    background-color: #a5b4fc;
}

.anchor {
    padding-top: -200px;
}
