body
{
	background-image:url(../images/bg.png)
}

.tf-user,.tf-pass
{
	background:#fff url(../images/username.png) right center no-repeat;
	width:150px;
	height:35px;
	border-radius:3px;
	border:0;
	padding:0 10px;
	padding-right:35px;
	font-size:13px;
	text-align:right;
	font-family:tahoma;
	color:#000;
	direction:rtl
}

.btn
{
	cursor:pointer;
	margin-top:10px;
	background:#FFC312;
	border:solid 1px rgba(232,187,11);
	font-family:Yekan,tahoma;
	color:rgba(232,187,11);
	position:relative;
	font-size:16px;
	width:180px;
	color:#000;
	height:40px;
	border-radius:5px;
	padding:0 20px;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in
}

#golrizweb_ir
{
	background-color:rgba(241,241,241,0.51);
	width:400px;
	height:270px;
	border:3px solid orange;
	border-radius:10px;
	font-family:A GOOGLE
}

@media screen and (max-width:980px) {
	#golrizweb_ir
	{
		width:100%;
		margin:0;
		height:auto;
		max-width:100%
	}
}