/* CSS Document */

img.logo {
	max-width: 300px;
	margin-bottom: 30px;
}

.form article {
	margin: 0 auto;
	width: 300px;
}

.form h3 {
	margin-top: 0px;
}

.form .btn {
	font-weight: 300;
	margin-top: 20px;
}

.nf-form-fields-required {
	display: none;
}

.ninja-forms-field {
	padding: 10px;
	font-size: 18px;
}

.ninja-forms-field[type="button"], a.showpass-btn {
	display: inline-block;
	background: #dd3333;
	color: white !important;
	border: 0px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
}

.ninja-forms-field[type="button"]:hover, a.showpass-btn:hover {
	background: #990000;
	text-decoration: none;
}