/* rename this styles.css file with version number like styles_v2 for each upgrade */
/* also change the reference to this file in theme.properties */

body {
    background-image: url('../img/bg.png') !important;
    color: white;
    font-size: 22px;
}

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

#kc-header {
    display: none;
}

.card-pf {
    background: transparent;
    border: none;
    box-shadow: none;
}

#kc-form-buttons {
    position: relative;
}

#kc-login {
    position: absolute;
    right: 0;
    background-color: #639fc7;
    max-width: 100px;
    height: 40px;
}

#kc-form::before {
    content: url('../img/logo.png');
    padding-left: 80px;
}
#kc-form-wrapper {
    margin-top: 46px;
}

input {
    height: 62px !important;
    font-size: 22px !important;
}

#input-error {
    color: #ff5d00;
    font-weight: bolder;
}

.pf-c-form-control[aria-invalid="true"] {
    border-bottom: 4px #ff5d00 solid;
}

.kc-feedback-text {
    font-weight: bold;
}

.kc-social-section hr {
    display: none !important;
}

.kc-social-section h4 {
    display: none !important;
}

.kc-social-section {
    position: fixed;
    top: 0;
    right: 10px;
}

.pf-c-button.pf-m-control {
    background: transparent;
    color: white;
    border: none !important;
}

.pf-c-button.pf-m-control::after {
    border: none !important;
}

.kc-social-provider-name {
    top: 0;
}