.login-pf body {
    background: none;
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#kc-header {
    background-color: #003c81;
}
#kc-login {
    width: 100%;
    color: white;
    padding: 12px;
    background-color: #007ac2;
    border: unset;
    font-size: 17px;
}
#kc-login:checked {
    color: white;
}
#kc-login:hover {
    background-color: #003884;
}
.form-group {
    margin-bottom: 30px;
}
.pf-c-form-control:focus {
    border: unset;
}
.card-pf {
    border: solid 1px #d3d3d3;
    box-shadow: none;
}
.form-group input {
    /*background-color: #f3f3f3;*/
    border: 1px solid #b5b5b5;
}
.pf-c-button.pf-m-control{
    border: unset;
    float: right;
    bottom: 40px;
    right: 5px;
}
.pf-c-button.pf-m-control:after{
    border: unset;
}
.pf-c-button.pf-m-control:after{
    border-bottom: unset;
}
#kc-header-wrapper {
    font-size: 29px;
    padding: 10px 0 10px 0;
    white-space: normal;
    text-transform: none;
}
@media (max-width: 767px) {
    #kc-header-wrapper {
        font-size: 29px;
        padding: 30px 0 30px 0;
        white-space: normal;
        text-transform: none;
        color: white;
        text-align: center;
        font-weight: unset;
    }
}
.login-pf-page {
    padding-top: unset;
}
#logo {
    padding: 5px;
}
#kc-login-footer-links {
    display: flex
;
    justify-content: center;
    gap: 2em;
}
.input-field{
    position: relative;
}
.input-field input {
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    outline: none;
    height: 50px;
}
.input-field label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
}
input:focus{
    border: 2px solid #38a7de !important;
}
input:focus ~ label,
input:valid ~ label{
    top: 0;
    left: 15px;
   /* font-size: 16px;*/
    padding: 0 2px;
    background: rgb(255, 255, 255);
}
#input-password.input-field {
    display: flex;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #003c81;
    color: white;
    text-align: center;

 }

.empty {
	height: 90px;
}

 ul#kc-login-footer-links {
    line-height: 20px;
    vertical-align: middle;
 }

 a.kc-login-footer-links {
    color: white;
    
 }

 #bycs-logo {
    max-height: 20px;
 }

 @media (max-width: 767px) {

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #F0F0F0;
        max-width: 100%;
        box-sizing: border-box;
    }
}
