.login-pf body {
    background-color: #0D1527;
    background-image: url(../img/background25.png);
    background-repeat: no-repeat;
}

div.kc-logo-text {
    background-image: url(../img/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

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

.pf-c-button.pf-m-primary {
    background: linear-gradient(to right, #EF2B89, #6036F5);
    border-radius: 25px;
    border: none;
    height: 45px;
    margin: 35px 0;
}

.pf-c-button:disabled {
    color: white;
}

.pf-c-form__label {
    font-weight: 600;
    margin-bottom: 7px;
}

.pf-c-button:hover {
    --pf-v5-c-button--m-control--after--BorderBottomColor: #EF2B89 !important;
    color: black !important;
}

.pf-c-button.pf-m-primary:hover {
    background: linear-gradient(to right, #EF2B89, #6036F5);
    color: white !important;
}

#kc-info-wrapper {
    background-color: white;
    margin: 30px;
}

.pf-c-form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1.66666667;
    color: #363636;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.pf-c-form-control:focus {
    border-color: #0088ce;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,136,206,.6);
    border-bottom-width: 1px;
}

.card-pf {
    border-top: 0;
}

#kc-accept {
    margin: 0 10px 0 0 !important;
    border-radius: unset;
    height: unset;
}

#kc-accept:disabled {
    opacity: 0.5 !important;
}

#code-of-conduct, #tos, #privacy-policy, #legal-notice,
#code-of-conduct:focus, #tos:focus, #privacy-policy:focus, #legal-notice:focus {
    margin-top: 0;
    margin-right: 5px;
    width: 16px
}

#code-of-conduct:focus, #tos:focus, #privacy-policy:focus, #legal-notice:focus {
    outline-offset: -1px;
}
