@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap);
/* Googlefont Poppins CDN Link */



label {
    font-weight: 400;
}
.primo-btn, .btn{
    font-size: 11px;
}
body {
    font-family: 'Poppins', sans-serif;
}

.etoile_rouge {
    color: red;
    font-size: 18px;
    font-weight: 500;
}

/*==============================
 le style à la page de login
 ================================*/



.center-container {
    display: flex;
    align-items: center;
    justify-content: center;

}

.image-logistique {
    position: relative;
}

.log-img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}

.log-border-raduis{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    /* background-color: #dee3e7; */
    border-radius: 30px;
    width: auto;
    padding: 10px 50px;
}

.mot-connexion {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.login-left-content{
    width: 500px;
    height: 410px;
}

.parti-connexion{
    background-color: #fff;
    border-radius: 20px !important;
    padding: 10px 20px !important;
}
.main-content-padding-top{
    margin-top: 80px;
}
.form-control{
    border-radius:5px;
    border: 1px solid #ccc;
}
.search-btn{
    border: 1px solid #ccc;
    border-radius:5px 0px 0px 5px;
}
.btn-icon{
   border: 1px solid #ccc;
}

.login-img{
    width: 100%;
    height: 100%;
    background-image: url('/images/logistic_well.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.change-option {
    position: relative;
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    height: 45px;
    width: 100%;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}

.change-option::before {
    position: absolute;
    z-index: -1;
}

.change-option .text {
    position: relative;
    z-index: 1;
    color: #2809c6;
    font-weight: 500;
    font-size: 12px;
}

.option {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 8px;
    padding: 5px;
    background-color: white;
    cursor: pointer;
}

.form-label {
    justify-content: flex-start !important;
    text-align: left !important;
    font-weight: 400;
    margin-bottom: 4px;
}

.submit-btn,
.forgot-mdp {
    cursor: pointer;
}

.forgot-mdp {
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 10px;
}

.submit-btn {
    background-color: #ff6600;
    padding: 8px 12px;
    border-radius: 4px;
}

.submit-btn:hover {
    background-color: #ff6600c9;
}

.trait {
    height: 2px;
    background: #D9D9D9;
}

.creat-account {
    cursor: pointer;
    text-align: center;
    color: #ff6600;
    text-decoration: underline;
}

.creat-account .text {
    font-weight: bold;
}

.no-account {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
}


.loging_with {
    display: flex;
    justify-content: center;
    align-items: center;
}


.toggle-password {
    margin-right: 0px;
}



/*===========================================================
 le style à la page de Reinitialisation Password
 =========================================================*/

.section1 {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-login {
    margin-top: 40px;
    /* background: linear-gradient(to left, #2809c6, #7d81b1); */
    padding: 50px;
    border-radius: 10px;

    /* justify-content: center;
    text-align: center;*/
}

.reset_password_text {
    font-size: 15px;
    margin-top: 15px;

}

.reinitialisation {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 60px;
}

nav{
    top: 0 !important;
    background-color: #ff6600;
}

/* .reinitialiser-btn .primo-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.reinitialiser-btn .primo-btn:hover {
    background-color: #ff6600;
} */

/*===========================================================
 le style à la page d'inscription
 =========================================================*/
.register-content {
    margin: 25px;
}

.section-register {
    height: auto;
    margin-top: 10px;
}

.section-register form{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.section-image-log {
    height: 700px;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.452)), url('/images/Design sans titre (80)(1).png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 20px;
    margin-top: 10px;
    border-radius: 7px;
}






/* cacher l'image de sur petit ecran */

@media (max-width: 1000px) {


     .login-left-content{
       display: none;
     }

     .section-register form{
        width: 100%;
        margin-top: 10px;
    }
    .log-border-raduis{
        padding: 10px 25px;
    }
    .mot-connexion {
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        margin-bottom: 8px;
    }

    .change-option .text{
        font-size: 9px;
    }
   }

