.login-pf-page {
    padding-top: 0;
}

.login-pf body {
    background-image: url("../img/bg.jpg");
    background-position: center;
    background-size: cover;
}

#title .logobox {
    background: url("../img/logo.png") no-repeat center 1rem;
    background-size: 5rem;
    padding: 7rem 0 0;
}

#title p {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    white-space: normal;
    text-align: center;
    font-weight: normal;
    color: black;
    margin: 0;
    padding: 0 0 1rem 0;
}

#title {
    background: white;
}

#kc-header-wrapper {
    padding: 0;
}

#kc-header {
    background: none;
    padding: 0;
}

#phishing-warning {
    margin: 2rem auto 0;
    max-width: 500px;
}

#phishing-warning p {
    color: black;
    text-transform: initial;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    line-height: 1.6;
}

#phishing-warning .pf-c-alert__title {
    color: black;
    text-transform: initial;
}

#phishing-warning .pf-c-alert__description p {
    font-weight: normal;
}

.card-pf {
    border: none;
}

.card-pf, .pf-c-alert {
    box-shadow: none;
}