/*
Theme Name: Yoones
Theme URI: http://www.Yoonesd.ir
Author: Yoones
Author URI: Yoonesd.ir
Description: Wordpress Template
Version: 1.0
*/


@font-face {
	font-family: 'irs';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IRANSansWeb.woff') format('woff'),
		url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
	font-family: 'irs';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
		url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}


*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-family: irs;
}

body {
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

html,
body {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
}

.login-wrapper {
	margin: auto;
	max-width: 400px;
	width: 100%;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	border-radius: 7px;
}

.login-wrapper h1 {
	text-align: center;
	font-size: 24px;
}

.login-wrapper .row label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
}

.login-wrapper .row {
	margin-bottom: 14px;
}

input {
	width: 100%;
	border-radius: 7px;
	background: #fff;
	padding: 9px 5px;
	border: 0 none;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	outline: 0 none;
}

.btn {
	background: #0e9ce1;
	display: table;
	margin: 0 auto;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 7px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.message {
	color: #f00;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}