﻿@font-face {
    font-family: 'matn';
    src: url(../fonts/bnazanin.eot);
    src: url(../fonts/bnazanin.eot?#iefix) format('embedded-opentype'), url(../fonts/bnazanin.woff) format('woff'), url(../fonts/bnazanin.ttf) format('truetype'), url(../fonts/bnazanin.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 {
    font-family: title, 'Times New Roman';
}

.captcha-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%; /* Ensures the container has a height */
}