.login-pf body {
    background: #EFEFEF;
    background-size: cover;
    height: 100%;
    color: #0fa2e3;
}

.login-pf .card-pf {
    border: 0;
    box-shadow: none;
    position: relative;
}
.pficon-arrow:before {
    margin-right: 10px
}
.pficon-arrow:after {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    content: "Login";
}


.kc-login-tooltip {
    color: var(--pf-global--Color--200);
}

.login-pf #kc-login {
    background: #0fa2e3;
}
a {
    color: #0fa2e3;
    text-decoration: none;
}
.login-pf .assekloginheadline {
    text-align: center;
}

.login-pf .assekloginheadinfo {
    color: #444;
    margin-top: 10px;
}
#kc-header-wrapper{
    visibility: hidden;
}
#reset-login {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 99999;
}
@media (max-width: 767px){
    #kc-header-wrapper {
        visibility: hidden;
    }
    #reset-login {
        left: 20px;
        top: 20px;
    }
}
.login-pf-header{
    text-align: center;
}
#kc-info-wrapper {
    background-color: transparent;
}
#kc-page-title{
    text-indent: -1000px;
    overflow: hidden;
    background-image: url("../barmenia-logo.png?time=1669037886");
    background-size: cover;
    width: 172px;
    height: 58px;
    margin: 20px auto;
}

.login-pf-page .card-pf {
    padding: 50px;
    box-sizing: border-box;
}

.pf-c-form-control:disabled {
    cursor: not-allowed;
    background-color: #EFEFEF;
    color: #c0c0c0;
}

.pf-c-button.pf-m-control:active, .pf-c-button.pf-m-control.pf-m-active {
    --pf-c-button--m-control--Color: #0fa2e3;
    --pf-c-button--m-control--BackgroundColor: transparent;
    --pf-c-button--m-control--after--BorderBottomColor: tranparent;
}
.pf-c-button.pf-m-control:hover {
    --pf-c-button--m-control--Color: #000;
    --pf-c-button--m-control--BackgroundColor: transparent;
    --pf-c-button--m-control--after--BorderBottomColor: transparent;
}
.pf-c-button.pf-m-control {
    --pf-c-button--BorderRadius: 0;
    --pf-c-button--disabled--BackgroundColor: transparent;
    --pf-c-button--after--BorderWidth: 0;
    --pf-c-button--after--BorderColor: transparent;
    color: #0fa2e3;
}
.login-pf a:hover {
    color: #0fa2e3;
}
.pf-c-button.pf-m-primary.pf-m-block.btn-lg, .pf-c-button.pf-m-primary.pf-m-block.btn-lg:hover{
    background-color: #0fa2e3;
}

.pf-c-form-control:hover, .pf-c-form-control:focus {
    border-bottom-color: #0fa2e3;
}
#kc-social-providers h4{
    font-size: 13px;
    margin-top: -19px;
    background: white;
    width: fit-content;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
#code {
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 5px;
    padding: 0 17px;
}
.center {
    text-align: center;
}

hr{
    width: 100%;
    margin-top: 40px;
}
#kc-info-wrapper hr {
    margin-top: 0;
}
.h4-klein {
    font-size: 13px;
    margin-top: -30px;
    background: white;
    width: fit-content;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    color: var(--pf-global--Color--200);
}
.font-black{
    color: #000;
}
#kc-attempted-username {
    font-size: 16px;
    padding-bottom: 6px;
}

.pf-c-button.pf-m-control {
    border: 0;
    text-transform: uppercase;
}
.pf-c-button.btn-default.pf-m-block.btn-lg{
    background-color: transparent;
    background-image: none;
    border: 0;
    color: #0fa2e3;
}

@media (min-width: 768px){
    .login-pf-page .card-pf {
        padding: 50px;
        max-width: 550px
    }
}
