/**
* Template Name: Arsha - v4.0.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face{
  font-family: Tajawal;
  src:url(../fonts/Tajawal-Regular.ttf);
}

@font-face{
  font-family: Vazirmatn;
  src:url(../fonts/Vazirmatn-Regular.ttf);
}

body {
  font-family: Vazirmatn;
}

#sidenav-collapse-main ul li a{
  font-size: 1.1em;
}
.navbar-brand .title{
  font-size: 1.2em;
}

@media (min-width: 576px) {
    .login-form{
        width: 90%;
    }
}

@media (min-width: 768px) {
    .login-form{
        width: 80%;
    }
}

@media (min-width: 992px) {
    .login-form{
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .login-form{
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .login-form{
        width: 40%;
    }
}
