.tab{
    color: #fff !important;
    background-color: black !important;
}
@media screen and (max-width: 767px){
    
    .card-title{
        font-size: 2em !important;
    }
    .auth-main .auth_detail h1 {
        position: absolute;
        top: -3em;
        left: 6em;
        margin-bottom: 20px;
        font-size: 2em;
        font-weight: 600;
        color: #0C0F3A;
    }
    
}

@media screen and (max-width: 569px){
    
    .card-title{
        font-size: 1.8em !important;
    }
    .auth-main .auth_detail h1 {
        position: absolute;
        top: -3em;
        left: 6em;
        margin-bottom: 20px;
        font-size: 2em;
        font-weight: 600;
        color: #0C0F3A;
    }
    .theme-31jours .auth-main:before {
        background-image: none;
        opacity: 0.1;
        visibility: hidden;
        
    }
    #wrapper .container{
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 348px){
    
    .card-title{
        font-size: .9em !important;
    }
    .auth-main .auth_detail h1 {
        position: absolute;
        top: -4em;
        left: 6em;
        margin-bottom: 20px;
        font-size: 2em;
        font-weight: 600;
        color: #0C0F3A;
    }
    .theme-31jours .auth-main:before {
        background-image: none;
        opacity: 0.1;
        visibility: hidden;
    }
    #wrapper .container{
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 992px){
   
}


@media screen and (max-width: 1200px){}