/*
 * Maximilien
 *
 */
 .login-pf {
    background: none;
 }

 .login-pf body {
    background: none;
    background: unset;
    background-size: unset;
}

#kc-logo {
    width: 100%;
}

div.kc-logo-text {
    background-image: url(../img/login-logo.png);
    background-repeat: no-repeat;
    height: 181px;
    width: 190px;
    background-size: cover;
    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;
}

#kc-content {
    width: 100%;
}

.card-pf {
    background-color : #f9f9f9;
    border : 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    box-shadow: 0 0 0;
}

.pf-c-button.pf-m-primary {
    background-image : unset;
    background-color: #6a1369;
    border-color : #6a1369;
}

.pf-c-button.pf-m-primary:hover,
.pf-c-button.pf-m-primary:focus,
.pf-c-button.pf-m-primary:active:focus {
    background-image : unset;
    background-color: #3f0b3e;
    border-color : #3f0b3e;
    color: #fff;
    outline : none
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

a,
a:hover{
    color : #6a1369;
}

#zocial-fcp, #zocial-fca {
    background-image: url(../img/FCboutons.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 111px;
    color: transparent;
    text-shadow: none;
    margin: 0 auto;
}

#zocial-oidc{
    background-color: transparent;
    background-image: url(../img/ugapboutons.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 111px;
    color: transparent;
    text-shadow: none;
    margin: 0 auto;
}

ul.login-pf-social {
    width: 100%;
    text-align: center;
}

li.li-link-fc {
    margin-top: 40px;
}

a.link-fc {
    color: #345CA6 !important;
    background: none !important;
}

.label-fc {
    font-weight: bold;
}

#kc-form-options {
    margin-top: 10px; 
	margin-bottom: 5px;
}

#labelRememberMyUserName {
    cursor: pointer;
    padding-left: 20px;
    font-weight: normal;
}

#rememberMyUserName {
   position: absolute;
   margin-left: -20px;
}

/* Move UGAP Login to the right */

@media (min-width: 768px) {
    .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }
    .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }
    .login-pf-social-section {
        margin-bottom: 0;
    }
}

#kc-form {
    display: table;
    width: 100%;
}

.pf-c-button:after {
    border: None;
}

.info-message {
    display: inline-flex;
    align-items: center;
    background-color: #fff3cd;
    color: #856404;
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ffeeba;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px 0 20px;
}