.login-pf {
    background: none;
}

/* Dimensa Custom */
.login-pf body {
    background: url("/images/dimensa-bg-min.png") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
        color: #fff;
}

#kc-logo {
    width: 100%;
}

div.kc-logo-text {
    background-image: url(/images/dimensa-logo-text.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 400px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center {
    margin: auto;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.no-bullet {
    list-style-type: none;
}

a {
    color:#9baa9b;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.debug1 {
    background-color: red;
}

.debug2 {
    background-color: blue;
}

label {
    color: #b9e600;
}

.text {
    color:#9baa9b;
}

footer {
    position: fixed;
    bottom: 0%;
    margin-bottom: 5px;
}
