body {
	margin: 0;

}
.logo {
	position: relative;
	left: 10px;
	top: 10px;	
	width: 10.87%;
}
.msg{
	direction: rtl;
	width: 450px;
	height: auto;
	padding: 20px 30px;
	position: absolute;
	color: #CB0000;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-family: tahoma;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgba(0,0,0);
    /* RGBa with 0 opacity */
    background-color: rgba(0,0,0, 0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.msg2{
	direction: rtl;
	width: 450px;
	height: auto;
	padding: 10px 30px;
	position: absolute;
	color: #CB0000;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-family: tahoma;
	z-index:99;
}
.copy {
	position:absolute;
	bottom: 10px;
	left: 10px;	
}
.form{
	direction: rtl;
	width: 450px;
	height: auto;
	padding: 50px 30px;
	position: absolute;
	left: calc(50% - 250px);
}
.form>input{
	width: 310px;
	height: 50px;
	border: none;
	margin: 0px 40px 10px 0;
	padding-right: 60px;
	font-weight: bold;
	 /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(144, 106, 39);
    /* RGBa with 0.6 opacity */
   background-color: rgba(144, 106, 39, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.form2{
	background-image: url(sabt.png);
	background-repeat: no-repeat;
	background-position: 350px 37px;	
}
.form2>input{
	height: 45px;
	float: left;
	width: 250px;
}
.form>input[type=submit]{
	width: 370px;
	margin-bottom: 0;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
.user{
	background-image: url(user.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.psw{
	background-image: url(psw.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

.gavahi{
	background-image: url(gavahi.png);
	width: 611px;
	height: 357px;
	position: absolute;	
}
.none{
	width: 100%;
	height: 85px;	
}
.gt{
	width: 420px;
	height: 59px;
	text-align: right;	
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
}
.gavahineg{
	background-image: url(neg.png);
	width: 611px;
	height: 133px;
	position: absolute;
	background-repeat: no-repeat;	
}