
 @font-face {
            font-family: 'Bahij';
            src: url('https://atelie-system.dev.tqnia.me/fonts/Bahij_TheSansArabic-Plain.ttf');
        }

        body {
            font-family: 'Bahij', sans-serif !important;
        }
        
.card{
    width: 550px;
    max-width: 100%;
}
.app-footer .app-container{
    border:1px solid #E2E2E2;
}

@media (max-width:991px){
    body, html{
    height:auto !important;
}
    .form-control{
        height: 45px;
    }
}