.login-title {
    font-size: 30px;
    padding: 50px 0 0 100px !important;
    color: #0096ff !important;
    font-weight: 300;
}
.loginform-container{
    padding: 50px 75px 50px 75px  !important;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -2px #000;
}
.login-title{
    font-size: 30px !important;
    padding: 50px 0 0 100px !important;
    color: #0096ff !important;
    font-weight: 300 !important;
}

.titre {
    font-size: 18px !important;
    margin: 5px 0;
    padding: 5px 0px !important;
    color: #0096ff;
    line-height: 30px;
    font-weight: 600;
}
.btn-bleu {
    background-color: #0096ff !important;
    color: #fefefe;
}
.loginform-container {
    padding: 50px 75px 50px 75px !important;
    background-color: white !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px -2px #000 !important;
}

.img-login {
    position: absolute;
    /* background-color: blue; */
    padding: 0;
    height: 100vh;
    width: 75%;
    right: 0;
    text-align: center;
    background-image: url(/img/login1.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    top: 0;
}
@media screen and (min-width: 768px) {
    .login-container{
        padding: 30px 100px 0 100px !important;
        width: 50% !important;
    }
    .pl-90 {
      padding-left: 90px;
    }
    .content, .sidebar{
        height:calc(100vh - 65px) !important;
        overflow-y: auto;
    }
}
.marg-auto {
    margin: auto !important;
}