body {
    background-color: #eee;
    padding-bottom: 40px;
    padding-top: 40px;
}

#supersized {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}
ol, ul {
    list-style: outside none none;
}
#supersized img.bg { min-height: 100%; min-width: 1525px; width: 100%; height: auto; position: fixed; top: 0; left: 0; }

.legal { margin: 0; padding: 11px 0 0 102px; text-align:right; height: 30px; background: url(../images/terberg-logo.jpg) no-repeat 0px 11px; }


.panel-signin {
    margin: 0 auto;
    max-width: 530px;
}
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
