﻿@font-face {
    font-family: 'matn';
    src: url(../fonts/bhoma.eot);
    src: url(../fonts/bhoma.eot?#iefix) format('embedded-opentype'), url(../fonts/bhoma.woff) format('woff'), url(../fonts/bhoma.ttf) format('truetype'), url(../fonts/bhoma.svg#glr.svg#glyphicons_halflingsregular) format('svg');
}

@font-face {
    font-family: 'title';
    src: url(../fonts/byekan.eot);
    src: url(../fonts/byekan.eot?#iefix) format('embedded-opentype'), url(../fonts/byekan.woff) format('woff'), url(../fonts/byekan.ttf) format('truetype'), url(../fonts/byekan.svg#glr.svg#glyphicons_halflingsregular) format('svg');
}

@font-face {
    font-family: 'nav';
    src: url(../fonts/bhoma.eot);
    src: url(../fonts/bhoma.eot?#iefix) format('embedded-opentype'), url(../fonts/bhoma.woff) format('woff'), url(../fonts/bhoma.ttf) format('truetype'), url(../fonts/bhoma.svg#glr.svg#glyphicons_halflingsregular) format('svg');
}

body {
    direction: rtl;
    font-family: matn, 'Times New Roman';
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: title;
}

.navbar-default .navbar-nav > li > a {
    font-family: nav;
    font-size: 16px;
    padding: 18px;
}

.captcha-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%; /* Ensures the container has a height */
}