div.loginBox input {
    width: 100%;
}

body::before {
    content: attr(data-handshake);
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 0.75em;
}

body[data-application-mode="preproduction"]::after {
    content: "preproduction";
    font-variant: small-caps;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8em;
    background-color: white;
    line-height: 100%;
    padding: 15px;
}
/* Theme:  Ramblers */

#nav-container {
    border-bottom: none;
}
