


:root {
    --mcolor: #388ec7;
}
html,body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #fff;
}

@font-face {
    font-family: 'Cabin';
    src: url('/_admin/skins/_fonts/cabin-regular-webfont.woff2') format('woff2'),
    url('/_admin/skins/_fonts/cabin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Cabin';
    src: url('/_admin/skins/_fonts/cabin-bold-webfont.woff2') format('woff2'),
    url('/_admin/skins/_fonts/cabin-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}


body {
    margin:0;
    padding: 0;
}

.pcl-logo {
    width: 120px;
    height: auto;
}
.main-connect-div {
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.left-hand {
    background: linear-gradient(252deg,#0000 53.46%,#0009 68.42%),var(--main-img) no-repeat center center;
    background-size: auto, auto;
    background-size: cover;
    width: calc(100% - 33.875rem);
    padding: 5.625rem;
    display: flex;
    align-items: flex-end;
}
.right-hand {
    background: #fff;
    padding: 3rem 4.5rem;
    overflow-y: auto;
}

.login-mobile-header {
    display: flex;
    height: 7rem;
    background: linear-gradient(252deg,#0000 53.46%,#0009 68.42%),var(--main-img) no-repeat center right;
    background-size: auto, auto;
    background-size: cover;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    position: sticky;
    align-self: stretch;
    top: 0;
    z-index: 11;
}

.login-form {
    width:220px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.login-form .label-form {
    font-size: 1.54rem;
    line-height: 1.95rem;
    font-family: Cabin;
    color: #777;
    margin-bottom: 15px;
}

.login-form .elements-form {
    margin-top: 10px;
}
.box-form {
    width: 220px;
    flex-direction: column;
    min-width: 17.5rem;

    display: flex;
    box-sizing: border-box;
}

.box-form-frame {
    width: 220px;
    position: relative;
    height: 4.82rem;
    border: 0.0625rem solid #e6ebe6;
    border-radius: 0.375rem;
    margin-bottom:15px;
}
.textfield-label {
    color: #00350099;
    font-weight: normal;
    text-align: left;
    top: 1.2rem !important;
    left: 1.2rem !important;
    border-radius: 0.125rem;
    color: #777;
    font-family: Cabin;
    font-size: 0.875rem;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transition: top 0.15s ease-out;
    white-space: nowrap;
    z-index: 2;
    left: 0.6875rem;
    right: 0.6875rem;
    top: 0.75rem;
}

.textfield {
    background: #f2f5f2;
    font-weight: normal;
    padding: 2rem 1.15rem .6875rem;
    color: initial;
}
.textfield-login {
    background: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    color: #333;
    display: block;
    font-family: Cabin;
    font-size: 1rem;
    position: relative;
    width: 100%;
    z-index: 1;
    font-weight: normal;
    height: 100%;
    padding: 2rem 0.6875rem 0.6875rem 1.1rem;
    box-sizing: border-box;
}
.textfield-login::placeholder {
    color: #bbb;
}
.textfield-login:focus {
    outline: none !important;
    border-color: var(--mcolor);
}

.textfield-pass {
    background: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    color: #333;
    display: block;
    font-family: Cabin;
    font-size: 1rem;
    position: relative;
    width: 100%;
    z-index: 1;
    font-weight: normal;
    height: 100%;
    padding: 2rem 0.6875rem 0.6875rem 1.1rem;
    box-sizing: border-box;
}
.textfield-pass::placeholder {
    color: #bbb;
}
.textfield-pass:focus {
    outline: none !important;
    border-color: var(--mcolor);
}

.label-remember-me {
    box-sizing: border-box;
    border-radius: 0.125rem;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    min-width: 17.5rem;
    pointer-events: auto;
}
.block-remember-me {
    width: 220px;
    box-sizing: border-box;
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex: 1 1 0%;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.inter-remember-me {
    padding: 0.1875rem;
}
.text-remember-me {
    color: #777;
    font-family: Cabin;
    font-size: 0.875rem;
}

.submit-wrapper {
    width: 220px;
    padding-top: 1.25rem;
}
.submit-button {
    border-radius: 200rem;
    border: none;
    max-width: 100%;
    width: 100%;
    min-height: 2.625rem;
    background: var(--mcolor);
    transition: 0.15s ease-out;
    cursor: pointer;
}
.submit-button-text {
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    font-family: Cabin;
}
.submit-button:hover {
    transition: 0.15s ease-out;
    opacity: 0.8;
}
.error-message {
    width: 220px;
    font-family: Cabin;
    font-size: 0.75rem;
    color: orangered;
}
.message-accueil {
    color: #fff;
    font-size: 2.80rem;
    font-family: Cabin;
    max-width: 330px;
}
.credo {
    color: #fff;
    font-family: Cabin;
    font-size: 0.88rem;
    margin-top: 5px;
}

.header-text {
    display: inline-block;
    margin-bottom: 20px;
}

.functions-box {
    margin-top:20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.forgot-mdp, .recover-back {
    width: 220px;

    font-family: Cabin;
    padding: 0.4rem 0.8rem;
    color: #777;
    font-size: 0.875rem;
    text-align:center;
    border-radius: 0.375rem;
    background:#f7f7f7;
    opacity: 0.8;
    transition: 0.15s ease-out;
    cursor: pointer;
    box-sizing: border-box;
}
.forgot-mdp:hover, .recover-back:hover {
    opacity: 1;
    transition: 0.15s ease-out;
}

@media screen and (max-width: 800px) {
    .left-hand {
        display: none;
    }
    .right-hand {
        margin: 0 auto;
    }
    .main-connect-div {
        flex-direction: column;
    }

}


/* recover */

.no-top {
    padding-top:0;
}

.hide {
    display: none;
}


.recover-page {
    display: flex;
    height: 100vh;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    overflow-y: auto;
}
.recover-frame {
    text-align:center;
    width: 37.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.recover-title {
    font-size: 1.7rem;
    font-family: Cabin;
    color: #777;
}
.recover-info {
    font-size: 0.7rem;
    font-family: Cabin;
    color: #777;
}
.recover-message {
    font-size: 1.2rem;
    font-family: Cabin;
    color: #333;
}

.message-invalid {
    font-size: 0.95rem;
    font-family: Cabin;
    color: orangered;
    margin-bottom: 8px;
    padding: 7px 12px;
    text-align: center;
}

.spinner-wait {
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.12);
    z-index: 10000;
}
.loading {
    pointer-events: none;
    opacity: 0.3;
}
.spinner-wait .indicator {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}