@import url("../../fonts/fontiran.css");
body{
    font-family: IRANYekanXFaNum !important;
    font-size: 1rem;
    font-weight: 500;
}
a:link{
    text-decoration: none;
    color: #000000;
}
.form-control
{
    font-size: 1rem;
}
.dropdown-item
{
    font-size: .8rem !important;
}
.navbar-brand
{
    font-size: .95rem;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    font-weight: 500;
    font-size: .9rem;
}
.section-title {
    font-weight: 600;
    font-size: 1rem;
    color: black;
    background: #deedff;
    margin-top: 20px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
}
.content
{
    font-size: .9rem;
    line-height: 30px;
    text-align: justify;
}
.footer{
    font-size: .9rem !important;
}
.service-number{
    font-size: 1.5rem !important;
    font-weight: bold;
}
.title-login
{
    font-size: 1.7rem !important;
    margin-bottom: 20px;
    font-weight: 600;
}
.login-form
{
    margin-top: 10px;
    height: 50px;
    border-radius: 15px;
}
@media screen and (min-width: 768px){
    .login-box{
        width: 50% !important;
    }
}
@media screen and (max-width: 768px){
    .login-box{
        width: 100% !important;
    }
}
.card-election
{
    background: #194521;
    background: linear-gradient(90deg, rgba(25, 69, 33, 1) 0%, rgba(38, 115, 51, 1) 50%, rgba(68, 194, 95, 1) 100%);
}
