
 
.jumbotron {
	text-align: center;
	width: 30rem;
	border-radius: 0.5rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: 3rem auto;
	background-color: #fff;
	padding: 1rem;
}

.jumbotron .fa-calendar {
	font-size: 10rem; 
	color: #f96145;
}
 
a:hover { text-decoration: none; }

input {
	width: 100%;
	margin-bottom: 1.4rem;
	padding: 1rem;
	background-color: #ecf2f4;
	border-radius: 0.2rem;
	border: none;
}


h2 {
	margin-bottom: 3rem;
	font-weight: bold;
	color: #ababab;
}
h3{
	margin-bottom: 3rem;
	font-weight: bold;
	color: #ababab;
}
.btn {
	border-radius: 0.2rem;
}
.btn .fa { 
	color: #fff;
}

.form-captcha {
	width: 100%; 
	padding: 1rem;
	margin-bottom: 0px;
	background-color: #ecf2f4;
	border-radius: 0.2rem;
	border: none;
}

.full-width {
	background-color: #8eb5e2;
	width: 100%;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.box { 
	bottom: 0;
	left: 0;
	margin-bottom: 3rem;
	margin-left: 3rem;
	margin-right: 3rem;
}

 