.lr-entry-form-wrapper {
	direction: rtl;
	text-align: right;
	max-width: 480px;
	margin: 0 auto;
	font-family: inherit;
}
.lr-entry-form p { margin-bottom: 14px; }
.lr-entry-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}
.lr-entry-form input[type="text"],
.lr-entry-form input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 15px;
}
.lr-entry-form button {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}
.lr-entry-form button:hover { background: #1a5a8a; }
.lr-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
}
.lr-success { background: #eafaf0; border: 1px solid #46b450; color: #205020; }
.lr-error { background: #fdf0f0; border: 1px solid #eab2b2; color: #a94442; }
