* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#rightSide {
    background-image: linear-gradient(to right ,#292a57, #06384f);
    position: relative;
    width: 60%;
    padding-right: 4rem;
    padding-top: 7rem;
}
.leftSide {
    height: 100vh;
    padding-top: 2rem;
    display: block;
    margin: auto;
}
input[type="password"] , input[type="text"] {
    border: 1px solid #3131314b;
    width: 400px;
    height: 2.3rem;
    margin-bottom: 1rem;
    text-align: right;
    padding-right: 0.5rem;
    border-radius: 0.2rem;
    outline-color: #3257bec4;
}
input[type="checkbox"] {
    accent-color: #3258be;
}
.submitBtn {
    width: 100%;
    border-radius: 0.3rem;
    background-color: #3258be;
    color: aliceblue;
    padding: 8px;
    transition-duration: 0.4s;
}
.submitBtn:hover {
    background-color: #3257becc;
}

.img-left-side {
    width: 550px;
    height: 550px;
    position: absolute;
    right: 4rem;
}
.ministrylogo {
    margin-bottom: 15rem;
}
.mdp-oublie:hover{
    text-decoration: underline;
}
.current:hover {
    text-decoration: underline;
}
@media (max-width: 1400px) {
    .img-left-side {
        width: 500px;
        height: 500px;
    }
    #WelcomeTitle {
        font-size: 4rem;
    }
    #WelcomeDesc {
        font-size: 1rem;
    }
}
@media(max-width : 1210px) {
    #container {
       flex-wrap: wrap;
    }
    #rightSide {
        width: 100%;
        height: 30rem;
        overflow: hidden;
        border-bottom-right-radius: 10%;
        border-bottom-left-radius: 10%;
    }
    .img-left-side {
        top: 0;
        left: 0;
    }
    .ministrylogo {
        margin-bottom: 10rem;
    }
    input[type="password"] , input[type="text"] {
        width: 700px;
    }
    .leftSide {
        height: auto;
    }
    .navLang {
        padding-bottom: 1rem;
    }
}

@media(max-width:1170px) {
    .img-left-side {
        display: none;
    }
     #rightSide {
       background-image: url(images/pngwing.com.png);
       background-position: bottom;
       background-repeat: no-repeat;
       background-size: contain;
       background-color:#003b57;
     }
}

@media(max-width : 820px) {
    input[type="password"] , input[type="text"] {
        width: 500px;
    }
    #WelcomeTitle {
        font-size: 3rem;
    }
}
@media(max-width : 610px) {
    input[type="password"] , input[type="text"] {
        width: 400px;
    }
}
@media(max-width: 360px) {
    input[type="password"] , input[type="text"] {
        width: 310px;
    }
    #WelcomeTitle {
        font-size: 2rem;
    }
    #rightSide {
        padding-right: 2rem;
        padding-top: 5rem;
        height: 20rem;
    }
    .ministrylogo {
        width: 18rem;
        display: block;
        margin: auto;
        margin-bottom: 5rem;
    }
}

@media(max-width: 393px) {
    input[type="password"] , input[type="text"] {
        width: 350px;
    }
    #WelcomeTitle {
        font-size: 2rem;
    }
    #rightSide {
        padding-right: 2rem;
        padding-top: 5rem;
        height: 20rem;
    }
    .ministrylogo {
        width: 18rem;
        display: block;
        margin: auto;
        margin-bottom: 5rem;
    }
}

@media(max-width: 412px) {
    input[type="password"] , input[type="text"] {
        width: 350px;
    }
    #WelcomeTitle {
        font-size: 2rem;
    }
    #rightSide {
        padding-right: 2rem;
        padding-top: 5rem;
        height: 20rem;
    }
    .ministrylogo {
        width: 18rem;
        display: block;
        margin: auto;
        margin-bottom: 5rem;
    }
}