body {
    font-family: "Poppins", sans-serif;
}

.login-pf {
    background: none;
}

.login-pf body {
    background: none;
    background-size: cover;
    height: 100%;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #cc0000;
    border-radius: 5px;
    padding: 10px 15px;
}

#kc-locale {
    float: right;
}

#kc-locale #kc-locale-wrapper {
    padding: 13px 10px;
}

#kc-locale #kc-locale-wrapper a {
    color: #00c389;
    font-weight: 600;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: none;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #00c389 !important;
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: url("../img/caret-down.svg");
    margin-left: 4px;
    width: 11px;
    height: 5px;
    display: inline-block;
}

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

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

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 35px;
    width: 175px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: none;
    line-height: 1.2em;
    padding: 0;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

/* Header menu */
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.nav {
    height: 50px;
    width: 100%;
    position: relative;
}

.nav > .nav-header {
    display: inline;
    left: 0;
    position: absolute;
}

.nav > .nav-header > .nav-title {
    display: inline-block;
    padding: 10px 10px 10px 0px;
}

.nav > .nav-btn {
    display: none;
}

.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 16px;
    font-weight: 600;
}

.nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
}

.nav > .nav-links > a:hover {
    color: #00c389;
    text-shadow: 0 0 12px #00c389;
    transition: all 300ms ease;
}

.nav > #nav-check {
    display: none;
}

@media (max-width: 991px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav > .nav-btn > label > span {
        position: relative;
        background: #00c389;
        height: 2px;
        width: 30px;
        display: block;
        margin: 5px 7px;
    }
    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
        background-color: #fff;
        z-index: 1;
    }

    .nav > .nav-links > a {
        display: block;
        width: 100%;
        line-height: 1;
        text-align: left;
    }

    .nav > .nav-links > a:hover {
        background-color: #00c389;
        color: #fff;
    }

    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
        height: 312px;
        overflow-y: auto;
        margin-top: 10px;
    }

    #kc-locale {
        float: unset;
        text-align: left !important;
    }

    #kc-locale .kc-dropdown {
        margin-top: -10px;
    }

    #kc-locale ul {
        position: unset;
        right: unset;
        top: unset;
    }

    a#kc-current-locale-link {
        padding: 0;
    }
}

.login-pf-page .login-pf-accounts {
    max-width: 1200px;
}

#kc-page-title {
    text-align: left;
    font-size: 60px;
    color: #00c389;
    font-weight: 900;
}

#kc-form,
#form-signup {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#kc-form-wrapper,
#kc-form-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

#form-login,
#kc-register-form {
    width: 100%;
    max-width: 400px;
}

.wrapper {
    align-self: stretch;
}

.or-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.vertical-line {
    background: #707070;
    flex-grow: 1;
    width: 1px;
    opacity: 0.15;
}

.header-container {
    display: flex;
}

.header-container > div {
    width: 100%;
}

@media (max-width: 768px) {
    #kc-form,
    #form-signup {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-container {
        justify-content: center;
    }

    .wrapper {
        margin: 20px 0;
        width: 100%;
    }

    .or-separator {
        flex-direction: row;
    }

    .vertical-line {
        height: 1px;
        width: 100%;
        margin: 0 15px;
    }

    #kc-form-wrapper,
    #kc-social-providers,
    #kc-social-providers-register-form {
        justify-content: center !important;
    }

    .header-container > div {
        max-width: 400px;
    }
}

.theme-btn {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-four {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 35px;
    color: #fff !important;
    background: linear-gradient(270deg, #40c7ae 0, #00e38e 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 15px #0000001f;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #00c389;
}

.btn-style-four:hover {
    cursor: pointer;
    color: #00c389 !important;
    background: #fff;
    box-shadow: none;
    border-color: #00c389;
    text-decoration: none;
}

.btn-style-seven {
    box-sizing: border-box;
    font-size: unset;
    font-weight: 600;
    padding: 12px 23px;
    background-color: #fff;
    box-shadow: 0 3px 15px #0000001f;
    border-radius: 4px;
    color: #00c389;
    border: 2px solid #00c389;
}

.btn-style-seven:hover {
    color: #fff;
    background: linear-gradient(270deg, #40c7ae 0, #00e38e 100%) 0 0 no-repeat padding-box;
    box-shadow: none;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    margin-top: 30px;
}

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

#kc-form-options {
    margin-bottom: 15px;
}

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

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

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration,
#back-to-login {
    font-size: 16px;
    color: #747474;
    font-weight: 400;
}

#kc-registration {
    margin-top: 20px;
    margin-bottom: 5px;
}

#back-to-login {
    margin-bottom: 20px;
    margin-top: 5px;
}

#kc-registration a,
#back-to-login a {
    color: #00c389;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #cb2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */

#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers,
#kc-social-providers-register-form {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#kc-social-providers ul,
#kc-social-providers-register-form ul {
    width: 100%;
    max-width: 400px;
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
    top: -3px;
    left: 160%;
    background-color: black;
    visibility: hidden;
    color: #fff;
    min-width: 130px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    padding: 5px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Show tooltip */

.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity: 0.7;
}

/* Arrow for tooltip */

.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.zocial,
a.zocial {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
}

.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}

.login-pf-social-link .zocial:hover {
    background: linear-gradient(270deg, #40c7ae 0, #00e38e 100%) 0 0 no-repeat padding-box !important;
    color: #fff !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;
    background-color: #00c389;
    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */

.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}

.login-pf-social-link .zocial {
    background-color: #fff !important;
    color: #00c389 !important;
    border-radius: 4px;
    border: 2px solid #00c389;
    font-size: 14px;
    font-weight: 400;
}

#zocial-facebook::before,
#zocial-google::before {
    content: unset;
}

#zocial-google span::before {
    content: "";
    background-image: url(../img/google.svg);
    display: inline-block;
    height: 22px;
    width: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px !important;
}

#zocial-facebook span::before {
    content: "";
    background-image: url(../img/facebook.svg);
    display: inline-block;
    height: 22px;
    width: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px !important;
}

#zocial-google span::before,
#zocial-facebook span::before {
    font: 120%/1.65 zocial;
    font-style: normal;
    font-weight: normal;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

    #kc-social-providers,
    #kc-social-providers-register-form {
        padding-left: 39px;
    }

    .login-pf .container {
        padding-right: 80px;
    }
    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
    .login-pf-page .login-pf-page-header {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .login-pf body {
        background: white;
    }
    #kc-header {
        float: none;
        text-align: left;
    }
    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 0 0 0;
        color: #72767b;
        letter-spacing: 0;
    }
    div.kc-logo-text {
        width: 150px;
        height: 32px;
        background-size: 100%;
    }
    #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: 0px;
        padding-right: 15px;
    }
    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }
    .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 (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

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

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

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

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

.login-pf-page .login-pf-header h1 {
    margin-top: 0px;
}

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

/*tablet*/

@media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        padding-top: 0;
        margin: 50px 0 !important;
    }
    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.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) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        margin-right: -1px;
    }
    .login-pf-page .login-pf-social-section:last-of-type {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link span {
    font-family: "Poppins", sans-serif;
}

.login-pf-page .login-pf-social-link a {
}

.login-pf-page .login-pf-social-link a:hover {
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

#kc-login:hover {
    text-decoration: none;
    background-color: white !important;
    color: #00c389;
    border: 2px solid #00c389;
}

#kc-login-form {
    margin-bottom: 25px;
    padding: 8px 0px 9px 30px;
}

#kc-login-form:hover,
#kc-login-back:hover {
    text-decoration: none;
    background-color: white !important;
    color: #00c389;
    border: 1px solid #00c389;
}

@media (max-width: 767px) {
    #kc-social-providers li {
        display: block;
        margin-right: 0;
    }
}

.login-pf-page .login-pf-social {
    margin: 0 0 0 0;
}

#kc-signup-form {
    margin-bottom: 25px;
    padding: 8px 0px 9px 30px;
    margin-left: 14%;
    width: 72%;
    margin-top: 50px;
}

#kc-signup-form:hover,
#kc-signup:hover,
#kc-signup-back:hover {
    text-decoration: none;
    background-color: white !important;
    color: #00c389;
    border: 2px solid #00c389;
}

#kc-social-providers-register-form #kc-form-options {
    font-size: 12px;
    text-align: left;
}

#kc-social-providers-register-form #kc-form-options {
    margin-left: 14%;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1200px;
    font-size: 16px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

.form-control {
    border-radius: 5px;
    padding: 20px 15px;
}

.form-control:focus {
    border-color: #00c389;
    outline: 0;
    box-shadow: none;
}

.form-control:hover {
    border-color: #00c389;
}

a {
    color: #00c389;
}

.form-group.login-pf-settings {
    margin-bottom: 0px;
}

.form-group label {
    margin-bottom: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.reset-password-info {
    color: #72767b;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

#kc-info-message {
    text-align: center;
}

/* footer */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    overflow: hidden;
}

.main-footer {
    text-align: left;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
    background: #fff;
    font-weight: 400;
    color: #747474;
    position: relative;
}

.anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.icon.big-shape-8 {
    background-image: url(../img/footer-background.png);
    width: 727px;
    height: 542px;
    bottom: -100px;
    left: 0;
}

.icon.big-shape-9 {
    background-image: url(../img/footer-background-2.png);
    width: 630px;
    height: 356px;
    right: 0;
}

@media only screen and (max-width: 1499px) {
    .main-footer .anim-icons .big-shape-9 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .main-footer .footer-links {
        display: block;
    }

    .main-footer .anim-icons .big-shape-8 {
        bottom: 0;
    }
}

.widgets-section {
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-logo {
    content: url("../img/logo.svg");
    height: 45px;
}

.widget-title {
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    position: relative;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.main-footer .iPlus-link {
    color: #00c389;
    font-weight: 900;
}

.main-footer a:hover {
    color: #00c389;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-content li {
    list-style: none;
}

.main-footer a {
    color: #747474;
    text-decoration: none;
}

.main-footer .footer-widget {
    margin-bottom: 50px;
}

.social-icon-one a.facebook span {
    width: 44px;
    height: 44px;
    background: 0 0;
    border: 1px solid #d6d6d6;
    border-radius: 22px;
    text-align: center;
    padding: 13px 0;
    display: inline-block;
}

.social-icon-one a.facebook span::before {
    content: url("../img/facebook-square.svg");
    width: 14px;
    height: 14px;
    display: inline-block;
}

.social-icon-one a.facebook:hover span {
    border-color: #00c389;
}

.social-icon-one a.facebook:hover span::before {
    filter: invert(49%) sepia(96%) saturate(1850%) hue-rotate(127deg) brightness(98%) contrast(103%);
}
