@import url(fontiran.css);
@import url(fafonts.css);

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: IRANSans !important;
    font-weight: 300;
    font-size: 10pt;
}

h1 {
    font-size: 20pt !important;
    font-weight: bolder !important;
}

h3 {
    font-size: 18pt !important;
    font-weight: bolder !important;
}

.btn-success {
    background-color: #198754 !important;
}

    .btn-success:hover {
        background-color: #1f6142 !important;
    }
.mainpanel
{
    left:50%;
    transform:translateX(-50%);
    z-index: 999;
}