/**
 * Copyright (c) 2012 www.itthinx.com
 *
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt.
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * This header and all notices must be kept intact.
 */
.login-form form {
	font-size: 1em;
}
.login-form p {
	margin-bottom: 4px;
}
.login-form p.login-remember {
	font-size: 0.8em;
}
.login-form form label {
	display: block;
}
.login-form form input[type="text"],
.login-form form input[type="password"] {
	padding: 2px 3px;
	border-radius: 3px;
}
.log-in span.subscription-title {
	font-style: italic;
}
