/* Default theme */

a {
    color: #304ffe;
    transition: color 200ms ease-in-out;
}

a:hover {
    color: #102dce !important;
    text-decoration: none;
}

.client-bg-logo {
    height: 100vh;
    width: 50%;
    background: #ffffff;
}
.card-pf {
    background: #fbfbff !important;
}
.pf-c-form__label {
	font-weight: 600;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
    .client-bg-logo {
        display: none;
    }
}

.client-bg-logo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.client-name {
    font-size: 1.25em;
    margin-bottom: 12px;
}

.login-pf-page .login-pf-header h1 {
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-size: 32px;
}

.client-bg-logo {
    background-image: url(../img/bg_logo_general.svg);
    background-size: cover;
    background-position: 50%;
}

@media (max-width: 840px) {
    .login-pf-page .login-pf-header h1 {
        margin-top: 0px;
        margin-bottom: 10px !important;
        font-size: 2em;
    }
}

.login-pf-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.login-pf body {
    background: #fbfbff;
    height: 100%;
}

#kc-header {
    display: none;
}

#kc-info {
    display: none;
}

#kc-content {
    max-width: 480px;
}

#caps-lock-warning {
	display:none;
	color: red;
}

.toggle-password {
	float: right;
    margin-top: -33px;
    margin-right: 8px;
    position: relative;
    z-index: 2;
    width: 22px;
    height: 22px;
}

.toggle-password.show-password {
	background-image: url(../img/ic_show.svg);
}

.toggle-password.hide-password {
	background-image: url(../img/ic_hide.svg);
}

.pf-c-form-control {
    box-shadow: none;
    border-radius: 36px;
    transition: border 200ms ease-in-out;
    height: 46px !important;
    padding: 0 16px;
    border: 1px solid rgba(127, 137, 173, .3);
	    font-size: 12px;
    line-height: 1.66666667;
}

.pf-c-form-control:focus {
    box-shadow: none;
    border: 1px solid #304ffe;
}

.pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #304ffe;
}

.pf-c-button.pf-m-primary {
    height: 46px;
    background: #304ffe;
    text-transform: uppercase;
    border: none;
    border-radius: 36px;
    transition: all 200ms ease-in-out;
    box-shadow: none !important;
}

.pf-c-button.pf-m-primary:hover {
    background: #102dce;
}

.pf-c-button.pf-m-primary:focus,
.pf-c-button.pf-m-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background: #102dce !important;
    border: none !important;
}

.login-pf-page .card-pf {
    width: 50%;
    max-width: 560px;
    padding: 0;
}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        width: 100%;
    }
}


/* Atttentive Health theme */


.AttentiveHealth .client-bg-logo {
    background-image: url(../img/bg_logo_attentive_health.png);
}
.AttentiveHealth body{
	color: #202020;
	font-family: Rubik;
    font-style: normal;
    background: #fbfbff !important;

}

.AttentiveHealth .login-pf-page .login-pf-header h1 {
    font-size: 34px;
    font-weight: 500 !important;
}

.AttentiveHealth a {
    color: #202020;
}
.AttentiveHealth .pf-c-form__label {
	font-weight: normal;
}


.AttentiveHealth a:hover {
    color: #58FE83 !important;
}

.AttentiveHealth .client-logo {
    background-image: url(../img/logo_attentive_health.svg);
    height: 30px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}

.AttentiveHealth .forgotpassword span {
	padding-bottom: 4px;
    border-bottom: 1px solid #58FE83;
	font-size: 16px;
	width: fit-content;
}

.AttentiveHealth #kc-form-options {
	font-size: 16px;
}

.AttentiveHealth #kc-form-options .checkbox {
	color: #202020
}

.AttentiveHealth .pf-c-form-control {
    border: 1px solid rgba(127, 137, 173, .3);
    border-radius: 8px;
	font-size: 18px;
	font-weight: normal;
}

.AttentiveHealth .pf-c-form-control:focus {
    box-shadow: none;
    border: 1px solid #58FE83;
}

.AttentiveHealth .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #58FE83;
}

.AttentiveHealth .pf-c-button.pf-m-primary {
    height: 46px;
    background: #58FE83;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    transition: all 200ms ease-in-out;
	color: #202020;
}

.AttentiveHealth .pf-c-button.pf-m-primary:hover {
    background: #50E678;
}

.AttentiveHealth .pf-c-button.pf-m-primary:focus,
.AttentiveHealth .pf-c-button.pf-m-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background: #58FE83 !important;
    !important;
    border: none !important;
}

/* Attentive Live Database theme */

.AttentiveLiveDatabase .client-bg-logo {
    background-image: url(../img/bg_logo_attentive_live_db.png);
}

.AttentiveLiveDatabase a{
    color: #9344AC;
}

.AttentiveLiveDatabase a:hover {
    color: #8C3BA5 !important;
}

.AttentiveLiveDatabase .client-logo {
    background-image: url(../img/logo_attentive_health.svg);
    height: 30px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}

.AttentiveLiveDatabase .pf-c-form-control {
    border: 1px solid rgba(127, 137, 173, .3);
    border-radius: 8px;
}

.AttentiveLiveDatabase .pf-c-form-control:focus {
    box-shadow: none;
    border: 1px solid #8C3BA5;
}

.AttentiveLiveDatabase .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #8C3BA5;
}

.AttentiveLiveDatabase .pf-c-button.pf-m-primary {
    height: 46px;
    background: #9344AC;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    transition: all 200ms ease-in-out;
}

.AttentiveLiveDatabase .pf-c-button.pf-m-primary:hover {
    background: #8C3BA5;
}

.AttentiveLiveDatabase .pf-c-button.pf-m-primary:focus,
.AttentiveLiveDatabase .pf-c-button.pf-m-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background: #9344AC !important;
    !important;
    border: none !important;
}



/* Whitecalm theme */

.Whitecalm .client-bg-logo {
    background-image: url(../img/bg_logo_whitecalm.png);
}

.Whitecalm a {
    color: #1d1d34;
}

.Whitecalm a:hover {
    color: #1d1d34 !important;
    font-weight: bold;
}

.Whitecalm .client-logo {
    background-image: url(../img/logo_whitecalm.png);
    height: 70px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}

.Whitecalm .pf-c-form-control {
    border: 1px solid rgba(127, 137, 173, .3);
    border-radius: 8px;
}

.Whitecalm .pf-c-form-control:focus {
	box-shadow: none;
	border: 1px solid #1d1d34;
}



.Whitecalm .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #1d1d34;
}

.Whitecalm .pf-c-button.pf-m-primary {
    height: 46px;
    text-transform: uppercase;
    border: none;
    transition: all 200ms ease-in-out;
	background: #1d1d34;
	border-radius: 23px;
}

.Whitecalm .pf-c-button.pf-m-primary:hover {
    background: #1d1d34;
}

.Whitecalm .pf-c-button.pf-m-primary:focus,
.Whitecalm .pf-c-button.pf-m-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background: #1d1d34 !important;
    !important;
    border: none !important;
}

/* Enlightn theme */

.Enlightn .login-pf-page {
	background: #F0EEEB 0% 0% no-repeat padding-box !important;
	opacity: 1;
}

.Enlightn .card-pf {
	background: #F0EEEB 0% 0% no-repeat padding-box !important;
	opacity: 1;
}


.Enlightn .client-bg-logo {
    background-image: url(../img/bg_logo_enlightn.png);
}

.Enlightn .client-logo {
    background-image: url(../img/logo_enlightn.png);
    height: 70px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}

.Enlightn .pf-c-form-control {
    border-radius: 8px;
	background: #FDFDFD 0% 0% no-repeat padding-box !important;
	border: 1px solid #DEDEDE;
	opacity: 1;
}

.Enlightn .pf-c-form-control:focus {
	box-shadow: none;
	border: 1px solid #DEDEDE;
}



.Enlightn .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #DEDEDE;
}

.Enlightn .pf-c-button.pf-m-primary {
    height: 46px;
    text-transform: uppercase;
    border: none;
    transition: all 200ms ease-in-out;
	background: #FFC04F 0% 0% no-repeat padding-box;
	border-radius: 4px;
	opacity: 1;
}

.Enlightn .pf-c-button.pf-m-primary:hover {
    background: #FFC04F;
}

.Enlightn .pf-c-button.pf-m-primary:focus,
.Enlightn .pf-c-button.pf-m-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background: #FFC04F !important;
    !important;
    border: none !important;
}
.Enlightn #kc-page-title {
	display:none;
}

.Enlightn a{
	color: #FFC04F;
}

.Enlightn a:hover {
    color: #FFC04F !important;
    font-weight: bold;
}


.Enlightn .client-name{
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 26px/35px var(--unnamed-font-family-playfair-display);
letter-spacing: var(--unnamed-character-spacing-0);
text-align: left;
font: normal normal bold 26px/35px Playfair Display;
letter-spacing: 0px;
color: #1D1D34;
opacity: 1;
}


/* Connected Health theme */

.ConnectedHealth .client-bg-logo {
    background-image: url(../img/bg_logo_connected_mhealth.svg);
}

.ConnectedHealth .client-logo {
    background-image: url(../img/logo_connected_mhealth.svg);
    height: 60px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}

.ConnectedHealth .pf-c-form-control {
    border: 1px solid rgba(127, 137, 173, .3);
    border-radius: 36px;
}

.ConnectedHealth .pf-c-form-control:focus {
    box-shadow: none;
    border: 1px solid #304ffe;
}

.ConnectedHealth .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #304ffe;
}

.ConnectedHealth .pf-c-button.pf-m-primary {
    height: 46px;
    background: #304ffe;
    text-transform: uppercase;
    border: none;
    border-radius: 36px;
    transition: all 200ms ease-in-out;
}

.ConnectedHealth .pf-c-button.pf-m-primary:hover {
    background: #102dce;
}

.ConnectedHealth .pf-c-button.pf-m-primary:focus,
.ConnectedHealth .pf-c-button.pf-m-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background: #102dce !important;
    border: none !important;
}

/* Panda */
.Panda .pf-c-form-control {
    border: 1px solid #65B100;
    border-radius: 36px;
}

.Panda .pf-c-form-control:focus {
    box-shadow: none;
    border: 1px solid #65B100;
}

.Panda .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #65B100;
}

.Panda a {
color: #65B100;
}

.Panda a:hover {
color: #65B100 !important;
}


.Panda .pf-c-button.pf-m-primary {
height: 46px;
text-transform: uppercase;
transition: all 200ms ease-in-out;
padding: 0.75em 1em;
font-size: 1em;
background: #65B100;
border: 1px solid #65B100;
border-radius: 4px;
}



.Panda .pf-c-button.pf-m-primary:hover {
background: #ffffff;
border: 1px solid #65B100;
color: #65B100;
}

.Panda .client-bg-logo {
    background-image: url(../img/bg_logo_panda.png);
}

.Panda .client-logo {
    background-image: url(../img/logo_panda.png);
    height: 45px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}
/* Panda */



/* Daman */
.Daman .pf-c-form-control {
    border: 1px solid #003478;
    border-radius: 36px;
}

.Daman .pf-c-form-control:focus {
    box-shadow: none;
    border: 1px solid #003478;
}

.Daman .pf-c-form-control:hover {
    box-shadow: none;
    border: 1px solid #003478;
}

.Daman a {
color: #003478;
}

.Daman a:hover {
color: #003478 !important;
}


.Daman .pf-c-button.pf-m-primary {
height: 46px;
text-transform: uppercase;
transition: all 200ms ease-in-out;
padding: 0.75em 1em;
font-size: 1em;
background: #003478;
border: 1px solid #003478;
border-radius: 4px;
}



.Daman .pf-c-button.pf-m-primary:hover {
background: #ffffff;
border: 1px solid #003478;
color: #003478;
}

.Daman .client-bg-logo {
    background-image: url(../img/bg_logo_daman.png);
}

.Daman .client-logo {
    background-image: url(../img/logo_daman.png);
    height: 120px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
    margin-bottom: 24px;
}
/* Daman */


/* Other styles */

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 33px;
    min-width: 100px;
    padding: 2px 0;
    border: 1px solid rgba(127, 137, 173, .3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

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

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

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: rgba(127, 137, 173, .08);
}

#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::after {
    content: "\2c5";
    margin-left: 4px;
}

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

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

#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/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    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: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
    display: none;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

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

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


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

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

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

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

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

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

#kc-registration {
    margin-bottom: 15px;
}


/* 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 ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

#kc-social-providers ul {
    margin-top: 12px;
}

#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: 8px;
    white-space: normal;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
    padding-right: 8px;
    box-shadow: none;
    padding-left: 16px !important;
}

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

.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;
    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;
}

#kc-locale {
    position: absolute;
    text-align: right;
    z-index: 9999;
    top: 12px;
    right: 12px;
}

#kc-locale .kc-dropdown {
    border: 1px solid rgba(127, 137, 173, .3);
    padding: 8px;
    border-radius: 8px;
    width: auto;
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }
    .login-pf .container {
        padding-right: 80px;
    }
}

@media (max-width: 767px) {
    .login-pf body {
        background: white;
    }
    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }
    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 60px 0 0;
        color: #72767b;
        letter-spacing: 0;
    }
    div.kc-logo-text {
        margin: 0;
        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: 0;
        /* height: 48px; */
    }
    #kc-social-providers li a {
        height: 56px;
        width: 56px;
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
    }
    #kc-social-providers li a:before {
        padding: 6px 19px !important;
    }
    #kc-social-providers li span {
        display: none;
    }
    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #kc-locale {
        position: absolute;
        width: auto;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }
    #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: 40px;
}

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

.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;
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 0;
    }
    .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;
}

.login-pf-page .login-pf-social-section > span:first-of-type {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.login-pf-page .login-pf-social-section > span:first-of-type:before {
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(127, 137, 173, .3);
    width: calc(100% - 100px);
    top: 10px;
    left: 100px;
}

.login-pf-page .login-pf-social-section:last-of-type {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        flex: 1;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 16px;
    }
    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 0;
        flex: 1;
        width: 100%;
        border-left: none;
        margin-top: 32px;
        max-width: 480px;
    }
    .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: 16px;
}

.zocial.google {
    background-color: #4e6cf7 !important;
    color: #fff !IMPORTANT;
}

.zocial.linkedin {
    background-color: #0083a8 !important;
    color: #fff !important;
}

.zocial.facebook {
    background-color: #4863ae !important;
    color: #fff !IMPORTANT;
}

.login-pf-page .login-pf-social-link a {
    padding: 8px 0;
    text-align: center;
    background-color: transparent !important;
    border: 1px solid rgba(127, 137, 173, .3);
    color: #333 !important;
    transition: background-color 200ms ease-in-out;
}

.login-pf-page .login-pf-social-link a:hover {
    background-color: rgba(127, 137, 173, .05) !IMPORTANT;
}

.login-pf-page .login-pf-social-link a.facebook:before {
    color: #4863ae;
}

.login-pf-page .login-pf-social-link a.linkedin:before {
    color: #0083a8;
}

.login-pf-page .login-pf-social-link a.google:before {
    color: #e94335;
}

.login-pf-page .login-pf-social-link a:hover {
    color: #333 !important;
}

.login-pf-page .login-pf-social-link a span {
    margin-left: -40px;
}

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

.login-pf-page .pf-c-button.pf-m-primary {
    margin-top: 0;
}

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

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

#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;
}