
.login-logo {
    position: absolute;
    top: 15px;
    z-index: 1;
}

.login-page h1 {
    padding: 0;
    text-align: center;
    color: white !important;
    font-size: 60px !important;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, .2);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}

.login-page .login-form {
    height: 460px;
}

.login-page .login-row {
    height: 100%;
}

.login-page .types {
    color: #9b9b9b;
    padding: 15px 35px;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
}

.login-page .controls {
    color: #9b9b9b;
    background-color: rgba(0, 0, 0, .9);
    padding: 35px;
    height: 100%;
    font-size: 16px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.login-page .controls hr {
    border-color: #9b9b9b;
}

.login-page ul.auth-types > li.active {
    color: white;
    font-weight: normal;
}

#ccm-toolbar {
    opacity: 0;
}

.ccm-page-background-credit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 10px 30px;
    color: #989898;
    background-color: rgba(0, 0, 0, .5);
}
