.bg_img {
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.margin20{
    margin-top: 20px;
}
.b_radius25{border-radius: 25px !important;}
@media only screen and (max-width:800px) {
    .login-left {
        height: auto !important;
        background: #f5f6fa82;
    }
    .login-right{
        margin-top:10px;
        padding:30px;
    }
}
@media only screen and (min-width:800px) {
    .login-left {
        box-shadow: 4px 4px 4px 4px #dddddd0f;
        height: 100vh;
        
        background: #f5f6fa82;

    }
    .title_connexion{
        padding-top: 20%;
        background: #fff;
        height: 30vh;
        padding-left: 40px !important;
    }
}
.auth{
    /* background: #fff; */
    padding-bottom: 30px;
    border-radius: 5px;
    color: #787474;
}
.title {
    color:#22539e;
    font-size:25px;
    font-weight: bold;
}
.plus{
    color:#e2123d;
    font-weight: bold;
    position: absolute;
    font-size: 23px;
}
.btn-bleu{
    background:#22539e !important;
    color:#fff;
    font-weight:18px;
}
.btn-bleu:hover {
    background: #22539e !important;
    color: #fff;
    font-weight: 18px;
}

