﻿@font-face {
    font-family: 'IRANSansWeb';
    src: url('/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot') format('embedded-opentype'), url('/fonts/IRANSansWeb.woff') format('woff'), url('/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'IRANSansWeb' !important;
    font-weight: 400;
}

.mainPic{
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),url("/publicimage/mainbackgroundpic.png");
    background-repeat:no-repeat;
    height:auto;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}


.customGreen1{
    border:1px solid gray;
    border-radius:3px;
    color:black !important;
    background-color:#d0f7c9;
}

.customBlue1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #9ce5f2;
}

.customYellow1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #e8efa7;
}

.customRed1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #f59f9f;
}

.custominput{
    border:1px solid gray;
    border-radius:1px;
    height:35px;
    margin-bottom:15px;
}