
.remember-me {
	text-align: right;
	font-size: 14px;
	color: #436C7C;
	padding-right: 3px;
}

	.remember-me input[type=checkbox] {
		margin-left: 10px;
		position: relative;
		top: 1px;
		/* increases box size to 15.99px, this is the simple solution without creating a custom set of styles */
		transform: scale(1.23);
	}

.auth-links {
	/* This plus the bottom auth-link adds up to 30px. */
	padding-bottom: 17px;
}

.auth-link {
	padding-bottom: 13px;
}

	.auth-link a {
		font-size: 14px;
		color: #436C7C;
		text-decoration: underline;
	}
