body {
	background: url("background.jpg") no-repeat center center fixed;
	background-size: cover;
	font-family: "B Yekan";
}

body {
	background: url("background.jpg") no-repeat center center fixed;
	background-size: cover;
	font-family: "B Yekan";
}
@font-face {
    font-family: iranyekanwebregular;
    src: url(iranyekanwebregular.woff2);
}

#flogin {
	width: 40%;
	background: #fff !important;
	border-radius: 18px;
	padding: 10px;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px;
	background: #ffffff;
	box-shadow: 2px 2px 8px #e6e6e6, -2px -2px 8px #cbd2dc;
        min-width: 360px;
}

h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #3f4040;
	font-family: "iranyekanwebregular";
	line-height: 2;
        font-size: 1.5rem;
}

input[type="text"], input[type="password"] {
	background: #f5f5f5;
	border-radius: 25px;
	border: 1px solid #eee;
	padding: 15px 25px;
	font-family: "iranyekanwebregular";
	text-align: right;
	height: 3.5rem;
	font-size: 1rem;
	width: 60%;
	margin-top: 2%;
}

#btnsubmit {
	background-color: #4CAF50;
	border: 0;
	color: #eee;
	padding: 5px 20px;
	font-family: "iranyekanwebregular";
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #2cd2cd;
	padding: 10 90 10 90;
	cursor: pointer;
	font-size: 1.2rem;
	border-radius: 40px;
}

#btnsubmit:hover {
	background-color: #13b3ef;
	transition: .5s all;
}

#flogin {
	text-align: center;
	font-family: iranyekanwebregular;
	font-size: 1rem;
}

#logo {
	position: relative;
	
	
}
a, a:hover, a:visited, a:focus {
	color: #7d7c7c;
	text-decoration: none;
	font-size: 0.7rem;
}
h3 {
	
	color: #0491c7;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#flogin {
		width: 80%;
		margin-top: 40%;
		font-size: 3.2rem;
	}

	input[type=text], input[type=password] {
		border-radius: 2px;
		padding: 0px 50px;
		font-family: "B Yekan";
		width: 80%;
		height: 2rem;
		font-size: 1.5rem;
	}

	#btnsubmit {
		margin-top: 3rem;
		cursor: pointer;
		font-size: 2rem;
		padding: 10 25% 10 25%;
	}

	h1 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 0.8rem;
	}	
}

@media screen and (max-width: 1200px) {
	#flogin {
		width: 80%;
		margin-top: 40%;
		font-size: 1.5rem;
	}

	input[type=text], input[type=password] {
		border-radius: 2px;
		padding: 0px 50px;
		font-family: "B Yekan";
		width: 80%;
		height: 4rem;
		font-size: 1.5rem;
	}

	#btnsubmit {
		margin-top: 3rem;
		cursor: pointer;
		font-size: 2rem;
		padding: 10 25% 10 25%;
	}

	h1 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 0.8rem;
	}

}