.subscription_process_holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subscription_options_holder {
	width:48%;
}

.subscription_options {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.subscription_options label {
	margin: 6px;
}
#email_password label,
#email_password input[type="text"], 
#email_password input[type="password"] {
	width:100%
}

#email_password label {
	font-weight: bold;
	margin:12px 0;
}

#email_password button:disabled, 
#email_password button:disabled:hover {
	cursor:not-allowed;
	background-color: transparent;
	color: #c36;
}

span.link {
	color:#c36;
	text-decoration: underline;
}

span.link:hover {
	cursor: pointer;
	text-decoration: none;
}

span.important {
	font-weight: bold;
}

div#messages {
	border:1px solid #c36;
	padding: 6px 12px;
	margin: 6px 0;
}

.subscription_options_holder h2 {
	font-size: 1.25em;
	font-weight: 700;
}

span.label,
span.newsletter-checkbox {
	display: inline-block;
	margin:6px 0;
}
span.newsletter-checkbox input[type='checkbox'] {
	margin-right: 6px;
}
