/* Avoid overlapping of branding subtitle and logo */
div#branding p:first-child {
    display: none;
}

div#header {
    background: #1C182E;
}

div.loginboxes > ul > li.highlighted > span > span {
    border-color: #1C182E !important;
}

div#footer {
    background: #EC3444;
}

div.infoboxes {
    display: none;
}

a.feedback {
    display: none;
}

li.current a {
    display: none !important;
}

body {
  font-family: "Arial, Helvetica, sans-serif;
  font-size: 13px;
}

input {
  font-family: "Arial, Helvetica, sans-serif;
}