body {
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    text-align: center;
}

.login-pf body {
    background-image: none !important;
}

#kc-header-wrapper{
    color: #53565A;
    font-size: 24px;
}

.login-pf-page .card-pf {
    padding: 20px 40px 30px 40px;
    box-shadow: none;
    border: 0px;
}

header.login-pf-header {
    display: none !important;
}

label.pf-c-form__label.pf-c-form__label-text {
    color: #777;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#kc-form-wrapper {
    margin-top: 10px;
    text-align: left;
}

input#kc-login {
    background-color: #53565A;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 10px;
    font-size: 16px;
}

a.link {
    color: #42647a;
    font-family: "Dosis", sans-serif !important;
    font-size: 15px !important;
    font-weight: 200 !important;
}

.separator a { 
    color: #42647a;
    text-decoration: none;
    font-size: 12px;
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px;
}
input#password,
button.pf-c-button.pf-m-control{
    border: 0px !important;
}

.pf-c-input-group, input#username {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%;
    padding: 0px;
}

.login-pf-page .card-pf {
    border: 0px;
    padding: 0px 20px;
    max-width: 350px;
}

.pf-c-button.pf-m-control:after {
    border: 0px;
}

#kc-header-wrapper {
    color: #53565A;
    font-size: 0;
    background-image: url(../img/campus_virtual.png);
    background-repeat: no-repeat;
    height: 200px;
    width: 173px;
    margin: 0 auto;
}

#kc-header {
    width: 100%;
    height: auto;
}

#kc-header,
.login-pf-page .card-pf {
    border: 0px;
    padding: 0px 20px;
    max-width: 350px;
    margin: 0 auto;
}

.login-pf-page {
    padding-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}



