* {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
}
a {
    color: #008A92;
    text-decoration: none;
}
a:focus, a:hover {
    color: #008A92;
    text-decoration: underline;
}
a:focus {
    outline: none;
    outline-offset: unset;
}
.login-pf-page .login-pf-header h1 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #008A92;
}
.login-pf body {
    background: url("../img/sdk-bg.jpg") no-repeat center center fixed;
    background-size: cover;
}
div.kc-logo-text span {
    display: none;
} 
div.kc-logo-text {
    background-image: url(../img/logo_sdk.svg);
    background-repeat: no-repeat;
    height: 100px;
    width: 200px;
    margin: 0 auto;
}

.card-pf {
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    box-shadow: 0 0 0;
}
.btn-primary {
    background: #531F75;
    border-color: #531F75;
    cursor: pointer;
    padding: 12px;
    font-size: 17px;
    font-weight: 400;
}
.btn-primary:hover, .btn-primary:active {
    background: #531F75;
    border-color: #531F75;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #531F75;
    border-color: #531F75;
}
.btn-secondary {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    cursor: pointer;
    padding: 12px;
    font-size: 17px;
    font-weight: 400;
}
.btn-secondary:hover, .btn-primary:active {
    color: #fff;
    background: #9e9e9e;
    border-color: #9e9e9e;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #9e9e9e;
    background-color: transparent;
    border-color: #9e9e9e;
}
.pf-c-form__label {
    font-size: 17px;
    line-height: 21px;
    color: #303235;
    font-weight: 400;
}
.pf-c-button {
    --pf-c-button--after--BorderWidth: 0 !important;
    border: 1px solid #626364;
}
.form-control{
    font-size: 17px;
    line-height: 21px;
    border: 1px solid #626364;
}
.form-control:hover {
    border-color: #303235;
}
.form-control:focus {
    border-color: #303235;
    box-shadow: none;
}
.form-control[aria-invalid="true"]{
    border-color: #cc0000;
}
span#input-error, span#input-error-username, span#input-error-password, span#input-error-password-confirm, span#input-error-birthday,
span#input-error-regcode, span#input-error-partnernr, span#input-error-email {
    color: #cc0000;
}
.collapse-container .collapse-content {
    display: none;
}
.form-control[disabled], .form-control[readonly] {
    background-color: #d1d1d1;
    color: #181818;
}
#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}
.pf-c-button:after {
    border-color: #bbb;
}
.pf-c-button.pf-m-control:hover::after {
    border-bottom-width: thin;
    border-color: #7897b5
}
.pf-c-button.pf-m-control:active::after,
.pf-c-button.pf-m-control.pf-m-active::after,
.pf-c-button.pf-m-control:focus::after,
.pf-c-button.pf-m-control.pf-m-expanded::after {
    border-bottom-width: thin;
}
