@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap');


h1 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#header_image {
    width: 100%;
}

.login-pf a {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: underline;
}

.login-pf a:hover {
    color: #575757;
}

.link-container {
    margin-top: 80px;
    text-align: center;
    display: grid;
}

.link-container a {
    margin-bottom: 20px;
}

#login_icon {
    position: relative;
    width: 200px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    border: solid 20px white;
    border-radius: 100px;
}

.pf-c-button.pf-m-block {
    padding-top: 10px;
    border: none;
    border-radius: 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.pf-c-button.pf-m-block:active,
.pf-c-button.pf-m-block:hover {
    background: #575757;
}
.login-pf,
.login-pf body {
    background: white;
}

.login-pf-header {
    visibility: hidden;
    height: 0;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div#kc-form label {
    font-size: 16px;
    cursor: default;
    font-weight: normal;
}

#kc-header {
    color: #000000;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-content-wrapper .pf-m-error {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000000;
    color: white;
    min-height: 48px;
    min-width: 288px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    padding: 12px
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-login .pf-c-form-control {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border: 1px solid #575757;
    border-radius: 20px;
    padding-left: 15px;
    outline: none;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-page-title {
    text-align: center;
}

#kc-error-message {
    font-size: 18px;
}

#kc-locale {
    visibility: hidden;
    line-height: 0;
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

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

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

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

.login-pf-page .login-pf-page-header {
    margin-bottom: 0;
}

.login-pf-page .card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 400px;
    border-top: 0;
    box-shadow: 0 0 0;
}

.login-pf-page .pf-c-form-control {
    height: 40px;
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }
}

@media (max-height: 680px) {

    .login-pf body {
        background: white;
    }

    #kc-header-wrapper {
        padding: 20px 10px 20px 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    div#kc-form label {
        font-size: 20px;
    }

    .btn {
        font-size: 18px;
        letter-spacing: 1px;
        position: relative;
        z-index: 2;
    }

    #kc-content-wrapper .kc-feedback-text {
        font-size: 18px;
        z-index: 1;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 15px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

@media (max-width: 1000px) {
    .login-pf-page {
        top: unset;
    }

    #header_image {
        height: 0;
    }

    #login_icon {
        display: block;
        position: unset;
        width: 150px;
        top: unset;
        left: unset;
        transform: unset;
        border: unset;
        border-radius: unset;
        margin: 25px auto 0 auto;
    }
}
