
html,
body {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    background-color: #f0f0f0;
    /* Background color for the entire page */
}

* {
    max-width: 100%;
    box-sizing: border-box;
}

.main_section {
    width: 100vw;
    /* Fixe la largeur à la taille de la fenêtre */
    overflow-x: hidden;
}

.password-container {
    position: relative;
}

.password-container input {
    padding-right: 2.5rem;
    /* Add space for the icon */
}

.password-container .eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    /* Full viewport height */
    /*background-image: url('images/background.png');*/
    /* Background image */
    background:
        linear-gradient(90deg, rgba(13, 126, 255, 0.2), rgba(76, 161, 255, 0.7)),
        /* Gradient layer with opacity */
        url('images/motif2.jpg');
    /* Image layer */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
}

.mobile_ {
    display: none;
}

.web_ {
    padding: 60px;
}

.container_one_web {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, #0d7eff 40%);
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    padding: 20px;
}

.h3_title_web {
    color: #fff;
    width: unset;
    font-size: 48px;
    line-height: 43px;
    padding: 30px;
    font-weight: 800;
}

.-divider {
    height: 28px;
    width: 1px;
    background-color: rgb(0 0 0 / 26%);
    position: absolute;
    left: 35px;
    top: 13px;
}

/* Container */
.web_container {
    position: relative;
    z-index: 1000;
}

/* Circle */
.web_circle {
    background-color: #f3f3f3;
    position: relative;
    z-index: 1000;
    border: 2px solid #f3f3f3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0px -17px 46px rgba(0, 0, 0, 0.2);
}

/* Icon */
.web_icon {
    z-index: 1000;
    color: #0d7eff;
}

.web_container_two {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background-color: #f3f3f34a;
    border-radius: 5px;
    border: 1px solid #f3f3f34a;
    margin-top: -46px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.h5_title_web {
    font-size: 21px;
    font-weight: 600;
    font-family: sans-serif;
}

.p_web {
    font-weight: 700;
    color: rgb(0, 0, 0, 36%);
}

.label_email_web {
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
    color: #262424;
}

.div_input_email {
    position: relative;
    display: flex;
    align-items: center;
}

.svg_email_web {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    color: rgb(0 0 0 / 26%);
    top: 16px;
}

.input_email_web {
    background-color: #fff !important;
    color: #000 !important;
    padding-left: 40px !important;
}

.label_password_Web {
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
    color: #262424;
}

.svg_password_web {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    color: rgb(0 0 0 / 26%);
    top: 16px;
}

.input_password_web {
    background-color: #fff !important;
    color: #000 !important;
    padding-left: 40px;
}

.eye_web {
    position: absolute;
    right: 10px;
    top: 26px;
    cursor: pointer;
    font-weight: 300;
    color: grey;
}


.eye-icon {
    cursor: pointer;
}

@media (max-width: 768px) {

    .eye_mobile {
        position: absolute;
        right: 10px;
        top: 26px;
        cursor: pointer;
        font-weight: 300;
        color: grey;
    }

    .input_password_mobile {
        background-color: #fff !important;
        color: #000 !important;
        padding-left: 40px;
    }

    .svg_password_mobile {
        position: absolute;
        left: 10px;
        width: 20px;
        height: 20px;
        color: rgb(0 0 0 / 26%);
        top: 16px;
    }

    .div_container_input_password_mobile {
        position: relative;
        display: flex;
        align-items: center;
    }

    .password_label_mobile {
        color: #000;
        font-size: 16px;
        font-weight: 500 !important;
        color: #262424;
    }

    .svg_email_mobile {
        position: absolute;
        left: 10px;
        width: 20px;
        height: 20px;
        color: rgb(0 0 0 / 26%);
        top: 16px;
    }

    .div_container_input_email_mobile {
        position: relative;
        display: flex;
        align-items: center;
    }

    .label_email_mobile {
        color: #000;
        font-size: 16px;
        font-weight: 500 !important;
        color: #262424;
    }

    .p_mobile_form_ {
        font-weight: 700;
        color: rgb(0, 0, 0, 36%);
    }

    .h5_mobile_form_ {
        font-size: 21px;
        font-weight: 600;
        font-family: sans-serif;
    }

    .divFormMobile {
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #fff;
        margin-top: -46px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .circle_logo_mobile {
        background-color: #fff;
        position: relative;
        z-index: 1000;
        border: 2px solid #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        padding: 5px;
        margin: 0 auto;
        box-shadow: 0px -17px 46px rgba(0, 0, 0, 0.2);
    }

    .container_logo_form_mobile {
        position: relative;
        z-index: 1000;
    }

    .container_form_mobile {
        margin: -56px auto;
    }

    .title_mobile {
        margin: 80px 5px;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 800;
        text-align: center;
    }

    .container_title_mobile {
        flex: 1;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .image_mobile {
        padding-top: 15px;
        padding-left: 15px;
    }

    .container_image_mobile {
        flex: 1;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .div_one_mobile {
        display: flex;
        background-color: #0d7eff;
    }

    .web_ {
        display: none;
    }

    .mobile_ {
        display: block;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 99%;
        max-width: 800px;
        margin: 0 auto;
    }
}
