#passwordHelp {
    color: #ffa500;
}
#kc-login {
    border-radius: 100px;
    font-weight: bold;
    font-style: normal;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 30px;
    background: orange;
    color: #000;
    display: inline-block;
    cursor: pointer;
    transition: all .5s ease-in-out 0s;
    border: 0;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration:none;
}
#kc-login:hover {
    background-color: #6e6e6e;
    color: #fff;
    text-decoration:none;
}

.ci-button-size-50 {
    background-color: #ffa500;
    width: 100%;
    border-radius: 5px;
    border: #ffa500;
    height: 40px;
}
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: #ffa500;
    background-color: #333;
    border: 1px solid #555;
}
#conti-logo {
    height: 80px;
    margin-top: 70px;
}
.logo-panel, .login-panel {
    margin-left: 10px;
    width: 258px;
}
.logo-panel {
    background-color: #ffa500;
    height: 150px;
}
.login-panel {
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0px 0px 15px 15px;
    border: 2px solid #FFA500;
}
.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;
}
#rememberMe {
    margin-right: 0.7em !important;
}