.sign-up-option {
	text-align: center;
}

#login-container {
	margin: 0 auto;
	max-width: 600px;
}

#login-container.guest {
	max-width: 900px;
}

#login-container fieldset {
	border: none;
}

#login-container .field {
	margin-bottom: 15px;
}

#login-container .input input[type=text],
#login-container .input input[type=email],
#login-container .input input[type=password] {
	/*border: 1px solid #ebebeb;*/
	/*padding: 5px 10px;*/
	max-width: 100%;
	vertical-align: top;
	width: 100%;
}

#login-container .input input.password {
	width: calc(100% - 30px);
}

.password-toggle {
	background: url(../images/password-hidden.svg) center no-repeat #fff;
	background-size: 66%;
	border: 1px solid #595757;
	border-left: none;
	cursor: pointer;
	display: inline-block;
	height: 47px;
	width: 30px;
}

.password-toggle.visible-value {
	background-image: url(../images/password-visible.svg);
}

#login-container .submit {
	margin-top: 25px;
}

#account-form div.selectric {
	border: 1px solid #595757;
}

#account-form div.selectric .button:before {
	border-color: #595757;
	border-left: none;
}

#account-form legend {
	font-family: 'Nontserrat', sans-serif;
	font-size: 140%;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.checkbox {
	display: block;
	position: relative;
	margin-bottom: 10px;
	min-height: 22px;
	vertical-align: middle
}

div.checkbox.inline {
	margin-bottom: 0;
}

div.checkbox.inline-sm {
	margin-bottom: 0;
}

/*div.checkbox:not(:last-child) {
	margin-bottom: 5px;
}*/

div.checkbox input[type=radio],
div.checkbox input[type=checkbox] {
	outline: none !important;
	opacity: 0;
	left: 0;
	position: absolute;
}

div.checkbox label {
	display: block;
	font-weight: normal;
	line-height: 20px;
	margin-left: 25px;
	padding: 0;
	text-align: left;
	text-transform: none;
	/*text-indent: -9999px;*/
}

div.checkbox.hasLabel label {
	margin-left: 20px;
	text-align: left;
	text-indent: 0;
}

div.checkbox label:before {
	background: none;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07) inset, 0 1px 3px #bbb inset;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear 0s;
	vertical-align: middle;
	width: 20px;
}

div.checkbox label::after {
	background-image: url( ../images/checkbox.png );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	height: 10px;
	content: "";
	cursor: pointer;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 5px;
	width: 10px;
}

div.checkbox input[type=radio]:checked + label:before,
div.checkbox input[type=checkbox]:checked + label:before {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset, 0 0 0 16px #ee3b36 inset;
}

div.checkbox input[type=radio]:checked + label:after,
div.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/*amounts*/

div.checkbox.amount label {
	text-indent: -9999px;
	margin-left: 0;
	height: 40px;
	line-height: 37px;
}

div.checkbox.amount label:before {
	background: #fff;
	border: 1px solid #595757;
	border-radius: 0;
	box-shadow: none;
	color: #231f20;
	content: attr( data-amount );
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	text-indent: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.checkbox.amount label:after {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	height: 30px;
	opacity: 0!important;
}

div.checkbox.amount input[type=radio]:checked + label:before,
div.checkbox.amount input[type=checkbox]:checked + label:before {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 0 0 21px #ee3b36 inset;
	border-color: #ee3b36;
	color: #ffffff;
}

input[type="text"].amount {
	border-radius: 2px!important;
	border: 2px solid #ccc!important;
	height: 40px;
	padding: 6px 10px!important;
	text-align: center;
}

div.price-spacer {
	height: 10px;
}

input#donation_amount_other {
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07) inset, 0 1px 3px #bbb inset;
	font-weight: bold;
	left: 0;
	line-height: 35px;
	padding: 0 5px 0 15px;
	position: relative;
	max-width: 100px;
	vertical-align: middle;
	z-index: 1;
}

.form-error:empty,
.message-center:empty {
	display: none;
}

#account-form input#credit_card_expiry_month,
#account-form input#credit_card_expiry_year {
	max-width: 130px;
	vertical-align: middle;
}