html, body {
    height: 100%;
}
body {
    color: #fff;
    background-color: #333;
}
input, .modal {
    color: #000;
    margin-right: 0 !important;
}
input[type='checkbox'], .ci-checkbox {
    height: auto;
    width: auto;
    float: left;
    margin-bottom: 1em;
}
.login-page .ci-form-base .ci-label-text {
    display: table;
    min-height: 32px;
    height: 32px;
    width: 100%;
}
.login-page .ci-form-base label {
    margin-bottom: 0px;
}
.login-page .input-group-addon {
    color: #FFED00;
    background-color: #333;
    border: 1px solid #555;
}
#conti-logo {
    height: 80px;
    margin-top: 70px;
}
.logo-panel, .login-panel {
    width: 258px;
}
.logo-panel {
    height: 150px;
    padding-left: 0px;
}
.login-panel {
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #FFED00;
    margin-top: 1em;
}
.register-panel {
    margin-top: 0.3em;
}
.footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.login-text {
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
}
.open-modal-link {
    cursor: pointer;
    z-index: 1040;
}
.footer-copyright {
    border-top: 1px solid #969696;
    margin: 2px 15px 0 15px;
    font-size: 11px;
}
.input_line {
    margin-top: 1em;
}
.sub_line {
    font-family: ContinentalStagSansLight,arial,sans-serif;
    font-size: 14px;
}
.sub_line_label {
    margin-left: 0.7em;
}

#rememberMe {
    margin-right: 0.7em !important;
    -webkit-appearance: checkbox;
    box-shadow: none;
}