
.login-pf body {
    height: 100%;
    background: #661d29!important;
}


#kc-header-wrapper {
    background-image: url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

#kc-content {
    max-width: 450px;
    margin: 0 auto;
}

.card-pf {
    max-width: 450px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 30px;
    background: white;
}