html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 140px;
}

.navbar-brand>img {
	max-height: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.container {
	background-color: #ffffff;
}

.image_bottom_curved {
	border-radius: 0px 0px 15px 15px;
}

.step_1 {
	background-repeat: no-repeat;
	height: 148px;
	background-position: center center;
}

.step_2 {
	background-repeat: no-repeat;
	height: 148px;
	background-position: center center;
}

.step_3 {
	background-repeat: no-repeat;
	height: 148px;
	background-position: center center;
}

.step_4 {
	background-repeat: no-repeat;
	height: 148px;
	background-position: center center;
}

.step_button_text {
	position: absolute;
	top: 62%;
	left: 15%;
	width: 75%;
	cursor: text;
	height: 30px;
	padding-top: 8px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 140px;
	background-color: #f5f5f5;
}

.footer-container {
	border-radius: 15px 15px 0px 0px;
	background-color: #145173;
	height: 140px;
	color: #ffffff;
	line-height: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}


.lead {
	color : #1F5C99;
}

.error {
	padding-left: 10px;
	text-align: right; 
	font-size:small;  
	font-style: italic; 
	color: red;
}

.required {
	padding-left: 5px;
	font-size:14pt;  
	color: red;
}

.breadcrumb {background-color:white}

.icon-d {
	padding-left: 2px;
	padding-right: 2px; color : #cc0000;
	font-size: xx-small;
	color: #cc0000;
}	