
		@font-face {
		  font-family: "Vazir";
		  src: url("../fonts/Vazir.eot");
		  src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"),
		  url("../fonts/Vazir.woff2") format("woff2"),
		  url("../fonts/Vazir.woff") format("woff"),
		  url("../fonts/Vazir.ttf") format("truetype");
		}	


		.foter{text-align:center; background:#238be7; border-radius:5px; box-shadow: -3px 3px 5px #808080; padding:5px; background-image: linear-gradient(180deg, #238be7, #60c4fe, #238be7);}
		.inpot{font-family:Vazir; height:25; border:1px solid #238be7; border-radius:5px; margin:5px; }
		.inpotcenter{font-family:Vazir; text-align:center; height:25; border:1px solid #238be7; border-radius:5px;  }
		.sabt{font-family:Vazir; height:25; border:none; border-radius:5px; background-color:#9dce32; color:#FFF; margin:5px; }
		.sabt_omor{font-family:Vazir; height:25; border:none; border-radius:5px; background-color:#9dce32; color:#FFF; margin:5px; }
		.virayesh{font-family:Vazir; border:none; border-radius:5px; background-color:#fd8d14; color:#FFF; margin:5px;}
		.hazf{font-family:Vazir; border:none; border-radius:5px; background-color:#c51961; color:#FFF; margin:5px; }

        .input-group {
            margin: 15px 0;
        }
        input {
            padding: 5px;
            width: 200px;
        }
        .error {
            border: 1px solid red;
        }
        .message {
            color: red;
            font-size: 12px;
            display: none;
        }