* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
canvas {
    position: absolute;
    left: 0;
    top: 65px;
    z-index: -1;
    background-color: #0069b4;
    width: 100%;
    height: 36px;
}
fieldset {
    border: 0;
}
.login {
    margin: 0 auto;
    max-width: 500px;
}
.login-header {
    background: url("../images/logo_home.png") no-repeat;
    background-position: 0 center;
    height: 65px;
}
.login-bar {
    padding: 10px 15px;
    color: #ffffff;
    font-size: 13px;
}
.login-form {
    margin: 0 auto;
    text-align: center;
}
.login-intro {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:  slategrey;
    text-align: left;
    padding: 20px 15px;
}
.login input[type="text"],
.login input[type="password"] {
    width: 90%;
    line-height: 3em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    margin: 0 0 0.8em 0;
    border-radius: 5px;
    border: 2px solid #dddddd;
    outline: none;
    padding-left: 10px;
}
.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border: 2px solid #E86850;
}
.login input#login_token {
    background-image: url("../images/token_required.png");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 99% 3px;
}
.login-form input[type="button"] {
    height: 40px;
    width: 90%;
    background: #edd283;
    border: 2px solid #666666;
    border-radius: 5px;
    color: #333333;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}
.login-form input[type="button"]:hover {
    background: #dbba55;
}
.login-captchaimage {
    margin: 0 auto;
    width: 90%;
}
.no-access, .try-out {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: slategrey;
    width: 95%;
    margin: 10px 0;
    text-align: right;
}
a {
    text-decoration: none;
    color: #0069b4;
}
a:link {
    text-decoration: none;
    color: #0069b4;
}
a:active {
    text-decoration: none;
    color: #0069b4;
}
a:visited {
    text-decoration: none;
    color: #0069b4;
}
.login-msg {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 10px 15px;
}
.login-back {
    padding-top: 5px;
}
.multilogin {
    position: absolute;
    top: 101px;
    background: white;
    max-width: 500px;
    width: 100%;
    min-height: 420px;
}
.login-news {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: slategrey;
    text-align: left;
    padding: 10px 15px;
}
.login-news p {
    padding: 5px 0;
}
.login-system-header {
    font-size: 12px;
    font-weight: bold;
    display: grid;
    max-width: 500px;
    grid-template-columns: 1fr 0.4fr;
    padding: 0 10px;
    margin: 0 10px;
}
.login-system-header #tokenlogin {
    text-align: right;
}
.login-system-row {
    font-size: 11px;
    max-width: 500px;
    padding: 5px 0 5px 10px;
    margin: 0px 10px 8px 10px;
    height: 40px;
    background-color: #edd283;
    border: 2px solid #666666;
    border-radius: 5px;
    cursor: pointer;
}
.login-system-row #system {
    font-weight: bold;
}
.tokenreq {
    background-image: url("../images/token_required.png");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 98% 3px;
}

/* Captcha Overwrites */
.captchatable {
    border: none !important;
    width: 100%;
}
.captcha_image_cell {
    padding: 0 !important;
}
.captcha_response_field {
    width: 90% !important;
    margin-top: 3px;
}