/* صفحه ورود اختصاصی افزونه حسابداری مغازه */

body.login {
	direction: rtl;
	font-family: Tahoma, sans-serif;
}

body.login::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #1b2a3a 0%, #0f4c5c 100%);
	z-index: 9998;
}

body.login #login {
	width: 360px;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	top: 33.333%;
	left: 50%;
	transform: translate(-50%, -33.333%);
	z-index: 9999;
}

body.login h1 {
	width: 360px;
	margin: 0 0 16px !important;
	padding: 0 !important;
	text-align: center;
}

body.login h1 a {
	display: block;
	background-image: none !important;
	width: auto;
	height: auto;
	text-indent: 0;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

body.login h1 a:hover {
	text-decoration: underline;
}

body.login form {
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
	border: none;
	padding: 30px 26px;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="password"] {
	direction: ltr;
	text-align: right;
	border-radius: 8px;
	border: 1px solid #d5dbe0;
	padding: 10px;
	font-size: 15px;
}

body.login label {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #8a97a3;
}

body.login .button-primary {
	width: 100%;
	background: #0f4c5c;
	border-color: #0f4c5c;
	border-radius: 8px;
	padding: 10px 0;
	height: auto;
	font-size: 15px;
	text-shadow: none;
	box-shadow: none;
}

body.login .button-primary:hover,
body.login .button-primary:focus {
	background: #0c3b47;
	border-color: #0c3b47;
}

body.login #backtoblog,
body.login #nav {
	display: none !important;
}

body.login .privacy-policy-page-link {
	display: none;
}

body.login #login_error {
	border-right: 4px solid #c0392b;
	background: #fff;
	padding: 12px 16px;
	margin: 0 0 16px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font-size: 14px;
	line-height: 1.8;
}

body.login #login_error strong {
	color: #c0392b;
}