/* MOT DE PASSE OUBLIE */
.woocommerce-lost-password .woocommerce {
    background-color: var(--color-primary);
    padding: 40px;
    text-align: center;
    flex: 0 0 auto;
    min-height: initial !important;
    margin: 90px 0 150px 0;
    height: 100%;
    width: 50%;
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (max-width:1199px) {
    .woocommerce-lost-password .woocommerce {
        width: 100%;
    }
}
.woocommerce-lost-password .woocommerce-ResetPassword {
    position: relative;
}
.woocommerce-lost-password .woocommerce-ResetPassword p:first-child{
    text-align: left;
}
.woocommerce-lost-password .woocommerce-ResetPassword::after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 80px;
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/themes/mediapilote/img/charte/arc-cercle-yellow.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    top: 75px;
    margin-top: -55px;
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
    text-align: left;
}
@media (max-width:991px) {
    .woocommerce-lost-password .woocommerce-ResetPassword label {
        width: 100%;
    }
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
    color: var(--white);
    font-weight: var(--Black);
}
.woocommerce-lost-password .woocommerce-form-row {
    width: 100% !important;
}
.woocommerce-lost-password .woocommerce form .form-row input.input-text {
    margin: 20px 0;
}
@media (min-width:992px) {
    .woocommerce-lost-password .woocommerce form .form-row input.input-text {
        margin: 0px 0 25px;
    }
    .woocommerce-ResetPassword .form-row label[for="user_login"] {
        width: 50%;
        margin: 0 auto;
    }
    .woocommerce-ResetPassword .form-row input#user_login {
        width: 50%;
    }
}
.woocommerce-lost-password .woocommerce form .show-password-input::after,
.woocommerce-lost-password .woocommerce-page form .show-password-input::after {
    color: var(--black);
}

/*Bouton*/
@media (min-width:768px) {
    .woocommerce-lost-password #wrapperInner .woocommerce-Button,
    .woocommerce-lost-password #wrapperInner .woocommerce-Button:link,
    .woocommerce-lost-password #wrapperInner .woocommerce-Button:visited{
        background: var(--color-secondary) !important;
        color: var(--white);
        transition: all .2s;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 110%;
        height: auto;
        text-align: center;
        padding: 12px 20px;
        text-decoration: none !important;
        width: 50%;
    }
}
@media (max-width:767px) {
    .woocommerce-lost-password #wrapperInner .woocommerce-Button,
    .woocommerce-lost-password #wrapperInner .woocommerce-Button:link,
    .woocommerce-lost-password #wrapperInner .woocommerce-Button:visited{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.woocommerce-lost-password #wrapperInner .woocommerce-Button:hover,
.woocommerce-lost-password #wrapperInner .woocommerce-Button:focus{
	background: var(--white) !important;
    color: var(--color-secondary);
}

.woocommerce-lost-password #wrapperInner .woocommerce-Button:hover::after {
    color: var(--yellow) !important;
}
.woocommerce-lost-password #wrapperInner .woocommerce-Button::after {
    content: "\e900";
    font-family: 'icomoon';
    color: var(--yellow);
    display: block;
    margin-left: 18px;
    transition: color .2s ease-in-out;
    text-decoration: none;
}
/* message d'erreur */
.woocommerce-lost-password #wrapperInner .woocommerce-error,
.woocommerce-lost-password #wrapperInner.woocommerce-info,
.woocommerce-lost-password #wrapperInner.woocommerce-message {
    padding: 20px;
    background-color: var(--yellow);
    color: var(--color-secondary);
    border-top: 3px solid var(--yellow);
}
.woocommerce-lost-password #wrapperInner .woocommerce-error::before {
    color: var(--color-primary);
}
.woocommerce-lost-password #wrapperInner .woocommerce-error li::before,
.woocommerce-lost-password #wrapperInner .woocommerce-message li::before {
    content: unset;
}
.woocommerce-lost-password #wrapperInner .woocommerce-error li {
    padding-left: 30px !important;
}
.woocommerce-lost-password #wrapperInner .woocommerce-error::before {
    top: 50%;
    transform: translateY(-50%);
}
