.form-control {
    font-size: 16px;
}

div.kc-logo-text {
    background-image: url(../img/novabell-logo.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 220px;
    margin: 0 auto;
}



.login-pf {
    background: #ffffff url(../img/bgd-novabell.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

.login-pf body {
    background: transparent;
    background-size: cover;
    height: 100%;
}

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

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 25px 10px 10px;
    white-space: normal;
    background: rgba(255,255,255,0.8);
}

#kc-header-wrapper span {
    display: none;
}


.pf-c-button.pf-m-primary {
    background-color: #f95b1c;
    background-image: none;
    border-color: transparent;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
}

.pf-c-button.pf-m-primary:hover{
    background-color: #d25523;
    background-image: none;
    border-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.pf-c-button.pf-m-primary.active, .pf-c-button.pf-m-primary:active, .open .dropdown-toggle.pf-c-button.pf-m-primary {
    background-color: #f95b1c;
    background-image: none;
    border-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.pf-c-button.pf-m-primary:focus {
    background-color: #f95b1c;
    background-image: none;
    border-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.form-control:focus {
    border-color: #0088ce;
    outline: 0;
    box-shadow: none;
}

.card-pf {
    background: rgba(255,255,255,1);
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
}

.login-pf-page .login-pf-social-link a {
    padding: 6px 0;
}

.pf-c-form__label-text {
    --pf-c-form__label-text--FontWeight: 600;
}

#kc-form-buttons {
    margin-top: 40px;
}

.pf-c-form-control {
    border: 1px solid #bbb;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.pf-c-form-control:focus {
    border-color: #0088ce;
    border-bottom: 1px solid #0088ce;
    outline: 0;
    box-shadow: none;
}

.pf-c-button.pf-m-control:after, .pf-c-button.pf-m-control:hover:after, .pf-c-button.pf-m-control:focus:after {
    border: 1px solid #bbb;
    border-radius: 1px;
}

.pf-c-button.pf-m-control:hover {
    border-bottom: 0;
}

#kc-info-wrapper {
    background-color: unset;
}

#kc-locale-dropdown button, #kc-locale-dropdown a {
    font-size: .7rem;
}

div.checkbox:has(#logout-sessions) {
    display: none;
}

@media (min-width: 768px){
    .login-pf-page .card-pf {
        padding: 20px 40px 40px 40px;
    }
}

@media (max-width: 767px){
    .login-pf {
        background: #ffffff;
        background-size: cover;
        height: 100%;
    }
    .login-pf-page {
        padding-top: 30px;
    }


    #kc-header-wrapper {
        padding: 20px 0px 20px 0;
        text-align: center;
        background-color: #fff;
    }
    #kc-header {
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        text-align: left;
    }

    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 0;
    }

    div.kc-logo-text {
        margin: 0 auto;
        width: 226px;
        height: 62px;
        background-size: 100%;
    }

}






@media (max-width: 425px){

    #kc-header-wrapper {
        padding: 20px 0px 0 0;
        text-align: center;
        background-color: #fff;

    }

    #kc-header {
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        text-align: left;
    }

    .login-pf body {
        background: #ffffff!important;
        background-size: cover;
        height: 100%;
    }

    .card-pf {
        background: rgba(255,255,255,1);
    }

    div.kc-logo-text {
        background-image: url(../img/novabell-logo.svg);
        background-repeat: no-repeat;
        height: 60px;
        width: 220px;
        margin: 0 auto;
    }


}
