a, a:hover {
	color: #b25d64;
	font-weight: bold;
	text-decoration: none;
}

	a.btn:hover {
		font-weight: normal;
	}

.btn-primary {
	background-color: #000;
	border-color: #1a1a1a;
	background-image: -webkit-linear-gradient(top, #000 0%, #3f3f3f 100%);
	background-image: -o-linear-gradient(top, #000 0%, #3f3f3f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3f3f3f));
	background-image: linear-gradient(to bottom, #000 0%, #3f3f3f 100%);
	background-repeat: repeat-x;
	color: #fbc9ba;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff3f3f3f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

	.btn-primary:focus,
	.btn-primary.focus {
		background-color: #3f3f3f;
		background-position: 0 -15px;
		border-color: #a6a6a6;
		color: #fbc9ba;
	}

	.btn-primary:hover {
		background-color: #3f3f3f;
		background-position: 0 -15px;
		border-color: #5f5f5f;
		color: #fbc9ba;
	}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #fbc9ba;
		background-color: #333;
		border-color: #5f5f5f;
	}

		.btn-primary:active:hover,
		.btn-primary.active:hover,
		.open > .dropdown-toggle.btn-primary:hover,
		.btn-primary:active:focus,
		.btn-primary.active:focus,
		.open > .dropdown-toggle.btn-primary:focus,
		.btn-primary:active.focus,
		.btn-primary.active.focus,
		.open > .dropdown-toggle.btn-primary.focus {
			color: #fbc9ba;
			background-color: #5f5f5f;
			border-color: #a6a6a6;
		}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		background-image: none;
	}

	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
		background-color: #000;
		border-color: #1a1a1a;
	}

	.btn-primary .badge {
		color: #000;
		background-color: #fbc9ba;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
}

hr {
	border-bottom: 1px solid #ddd;
}

.container {
	margin-bottom: 20px;
}

#background {
	position: fixed;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 0;
}

.logo-header {
	background: #333333;
	margin: -40px -20px 0px -20px;
	padding: 10px;
	text-align: center;
}

.form-signin {
	margin: 20px auto;
}

	.form-signin a {
		color: #b25d64;
		font-weight: bold;
	}

.login-links {
	display: block;
	margin-top: 20px;
}

.form-signin .form-signin-heading {
	margin-bottom: 10px;
	margin-left: 20px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.form-signin .form-control:focus {
		z-index: 2;
	}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.account-wall {
	margin-top: 20px;
	padding: 40px 20px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	max-width: 525px;
}

	.account-wall p {
		font-size: 15px;
	}

.login-title {
	color: #555;
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.login-label {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.modal-header {
	background-color: #333;
	color: #fbc9ba;
}

	.modal-header button.close {
		color: #fbc9ba;
		opacity: .8;
	}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.need-help {
	margin-top: 10px;
}

.new-account {
	display: block;
	margin-top: 10px;
}

a.btn.cta1, input.btn.cta1 {
	display: inline-block;
	float: right;
	padding: 4px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: inherit;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fbc9ba;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #000;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.account-wall .fine-print {
	font-size: 10px;
	margin-top: 20px;
}

.toggle {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

	.toggle:hover {
		color: #222;
		text-decoration: none;
	}

.well {
	padding: 10px;
	margin-bottom: 20px;
}

	.well .links {
		color: #222;
		font-weight: bold;
		padding: 10px 0;
	}

		.well .links a {
			color: #b25d64;
		}

/*collapsible*/
.collapsible {
	border: hsl(0, 0%, 80%) solid 1px;
	width: 100%;
}

	.collapsible::before,
	.collapsible::after {
		content: "";
		display: table;
		height: 0;
	}

	.collapsible::after {
		clear: both;
	}

.collapsible-toggle {
	display: none;
}

.collapsible-header {
	background: #e5e5e5;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1em;
	padding: 0.5em;
	position: relative;
	width: 100%;
}

.collabsible-toggle-trigger {
	cursor: inherit;
	display: block;
	margin: 0;
	position: relative;
}

	.collabsible-toggle-trigger::after {
		content: "+";
		/*border-style: solid;
	border-width: 0.5em 0 0.5em 1em;
	border-color: transparent transparent transparent hsl(345, 6%, 13%); */
		font-weight: normal;
		font-size: 24px;
		height: 15px;
		position: absolute;
		right: 0;
		transition: all linear 0.1s;
		width: 15px;
	}

.collapsible-toggle:checked + .collapsible-header > .collabsible-toggle-trigger::after {
	content: "-";
	margin-right: -3px;
	margin-top: -2px;
	transform: scale(2,1);
	/*transform: rotate(-90deg); */
}

.collapsible-fallback-cta {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

.collapsible-toggle + .collapsible-header > .collapsible-fallback-cta {
	display: none;
}

.collapsible-body {
	box-sizing: border-box;
	background: #fefefe;
	height: 0;
	overflow: hidden;
	transition: all linear 0.8s;
}

.collapsible-toggle:checked ~ .collapsible-body {
	height: auto;
}

.collapsible-body-inner {
	border-top: hsl(0,0%,80%) solid 1px;
	padding: 0.5em;
}

	.collapsible-body-inner p {
		font-size: 0.85em;
	}

.has-error {
	color: #990000;
	margin-bottom: 20px;
	font-weight: bold;
}

.input-inline {
	display: inline;
}

.Error {
	color: black;
}

input[type=checkbox] {
	margin-right: 4px;
}

.checkbox-inline label {
	display: inline;
	font-weight: normal;
}

@media screen and (max-width: 480px) {
	#login-page body {
		background-image: url(../images/mobile-background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#background {
		display: none;
	}
}

@media sreen and (max-width: 400px) {
	.login-links {
		text-align: center;
	}

		.login-links a {
			margin-bottom: 10px;
		}

	a.btn.cta1 input.btn.cta1 {
		float: none;
	}
}
