body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#alert {
	color: #f00;
}

img#id-card {
	width: 100%;
}

/* Increasing color contrast
-------------------------------------------------- */
a {
	color: #005088 !important;
}
.btn-primary, .btn-primary:disabled {
	background-color: #005088 !important;
	border-color: #005088 !important;
}
.btn-outline-primary {
	color: #005088 !important;
	border-color: #005088 !important;
}
.btn-outline-primary:hover {
	background-color: #005088 !important;
	border-color: #005088 !important;
}
.btn-outline-primary:disabled {
	color: #005088 !important;
	border-color: #005088 !important;
}
.footer {
	background-color: #e9ecef !important;
}
.text-muted {
	color: #424242 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}

/* Sign-in styles
-------------------------------------------------- */
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* Narrow jumbotron styles
-------------------------------------------------- */
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
	padding-right: 1rem;
	padding-left: 1rem;
}
/* Custom page header */
.header {
	padding-bottom: 1rem;
	border-bottom: .05rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 3rem;
}
/* Customize container */
@media (min-width: 48em) {
	.container {
		max-width: 46rem;
	}
}
.container-narrow > hr {
	margin: 2rem 0;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: .05rem solid #e5e5e5;
}
/* Supporting marketing content */
.marketing {
	margin: 3rem 0;
}
.marketing p + h4 {
	margin-top: 1.5rem;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
	/* Remove the padding we set earlier */
	.header,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 2rem;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}