@charset "UTF-8";
/* CSS Document */

.registration {
	float: right;
	margin-bottom: 20px;
}

.registration a {
	background: #FF0000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-family: Arial, Calibri, sans-serif;
	font-size: 13px;
	margin-right: 10px;
	padding: 5px 10px;
	text-tranform: uppercase;
}

.registration a:hover {
	background: #d50000;
	text-decoration: none;
}

.woocommerce-account h2 {
	border-bottom: none;
	font-family: Arial, Calibri, sans-serif;
	margin: 0;
}

.woocommerce form.login label {
	font-family: Arial, Calibri, sans-serif;
}

.woocommerce form.login p.lost_password {
	font-family: Arial, Calibri, sans-serif;
	font-size: 11px;
}

.woocommerce form.login p.lost_password a {
	color: #ff0000;
}

.premium-content {
	background: #eee;
	color: #999;
}

/* Quiz */
.gform_wrapper .top_label .gfield_label {
	font-size: 16px;
	text-transform: uppercase;
}

.gform_wrapper .gfield_description {
	font-style: italic;
}

.gform_wrapper li, .gform_wrapper form li {
	margin: 10px 0;
}

.login-submit input {
	border: none;
	color: #fff;
}


