@font-face {
    font-family: 'Raleway';
    src: url('Raleway-VariableFont_wght.ttf');
}

.login-pf {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-pf, .card-pf {
    height: 100%;
    text-shadow: rem(1) rem(1) rem(1) rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    background: #ffffff;
    color: #c4c4c4;
    width: 100%;
}

.login-pf-page {
    align-items: center;
    font-family: Raleway;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
}

.login-pf-page .card-pf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    background-color: white;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-page-header {
        margin-bottom: 0;
    }
}

#kc-header-wrapper {
    color: white;
    height: 100px;
    font-size: 60px;
}

.login-pf-header {
    color: #000000;
    font-weight: bolder;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.2em;
}

#kc-login {
    user-select: none;
    align-items: flex-start;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    cursor: default;
    border: none;
    background-color: #63b445;
    box-sizing: border-box;
    min-width: 64px;
    line-height: 36px;
    margin-top: 20px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
}

.card-pf {
    box-shadow: none;
}

.logo {
    background-color: #ffffff;
    height: 100%;
    align-items: center;
    background-repeat: no-repeat;
    fill: currentColor;
    width: auto;
    display: flex;
}

.btn-primary {
    float: right;
    background-color: #3a7f2a;
    color: #fff;
}

.login-pf-page .form-control {
    background-color: #a2a6a9;
    color: #000;
    border: none;
}

footer p {
    margin: 0;
    padding: 0;
}

footer {
    margin-top: auto;
    display: block;
    color: white;
}

.copyright {
    text-align: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background-color:#63b445 ;
}

input::placeholder {
    font-weight: bold;
    color: #bfbfbf !important;
}
form > div {
    padding-bottom: 15px;
}

card-pf > p {
    color: #000000;
}
