body {
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
    background-color: #f8f9fa;
}

.form-signin {
    margin: 0 auto;
    background: transparent;
    max-width: 420px;
    background: url(https://www.hostsharing.net/paas/managed-server/icon-managedserver.svg);
    background-repeat: no-repeat;
    background-size: 6em;
    background-position: 29em 8.8em;
}

@media (max-width: 767px) {
    .form-signin {
        background-position: 27.5em 5.2em;
    }
    #kc-header {
        padding-left: 0;
        padding-right: 0;
    }
}

.form-control {
    height: 38px;
}

.login-card {
    background: #fff;
    padding: 1em;
    text-align: center;
    box-shadow: 0 0 14px #8e8e8e;
    border-radius: .5em;
}

#kc-header {
    color: #000;
}

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

#kc-header-wrapper > h1 {
    text-align: center;
    font-weight: bold;
}

#kc-header-wrapper > .alert.alert-info {
    font-size: medium;
    text-transform: none;
    line-height: normal;
    font-weight: 300;
    letter-spacing: normal;
    max-width: 420px;
    padding: 1em;
    margin-top: 2em;
    border-radius: .5em;
    background: #005094;
    color: #fff;
}

#kc-header-wrapper > .alert.alert-info > h2 {
    margin-top: unset;
}

#kc-header-wrapper > .alert.alert-info > ul > li {
    list-style: disc;
    margin-left: 1em;
}

#kc-header-wrapper > .alert.alert-info a {
    text-decoration: underline;
    color: #fff;
}

input.btn-primary {
    display: block;
    width: 100%;
    color: #005094;
    border: 1px solid #005094;
    background-color: unset;
    background-image: unset;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pf-c-button.pf-m-control {
    background-color: unset;
    border: 1px solid #bbb;
    border-bottom: unset;
    border-left: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pf-c-button.pf-m-control:active,
.pf-c-button.pf-m-control:focus,
.pf-c-button.pf-m-control:hover {
    border-bottom: unset;
    border-color: #7dc3e8;
    color: #7dc3e8;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pf-c-button.pf-m-control > .pf-c-button:after {
    border-color: unset;
}

input.pf-c-button.pf-m-primary:active,
input.pf-c-button.pf-m-primary:focus,
input.pf-c-button.pf-m-primary:hover {
    color: #fff;
    border: 1px solid #005094;
    background-color: #005094;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
