body {
    background: #452f78;
}

*
{
	outline: none;
}

.jumbotron {
	width: 40rem;
	text-align: center;
	border-radius: 0.5rem;

	padding: 2rem;
	margin: 8rem auto;
	position: relative;
	background-color: #fff;
}

@media screen and (max-width: 500px){
	.jumbotron
	{
		width: 95%;
		margin-top: 30px;
		margin-bottom: 0px;
	}
}

.jumbotron form > p
{
	padding: 0 20px 10px;
	font-size: 14px;
}

.alert
{
	text-align: left;
}

input {
	width: 100%;
	margin-bottom: 1.4rem;
	padding: 1rem;
	background-color: #ecf2f4;
	border-radius: 0.2rem;
	border: none;
}

select {
	width: 100%;
	display: block;
	margin-bottom: 1.4rem;
	padding: 1rem;
	position: relative;

	color: #555;
	font-size: 14px;
	line-height: 1.42857143;

	background-color: #ecf2f4;
	background-image: none;
	border-radius: 0.2rem;
	border: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

h2 {
	margin-bottom: 3rem;
	font-weight: bold;
	color: #ababab;
}
.btn .glyphicon {
	font-size: 3rem;
	color: #fff;
}

.full-width {
	border: 0;
	width: 100%;
	border-radius: 0.2rem;
	background-color: #8eb5e2;
}

.jumbotron > ul
{
	left: 0;
	bottom: -35px;
	position: absolute;

	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;

	font-size: 0;
	text-align: center;
}

.jumbotron > ul li
{
	font-size: 14px;
	padding: 0 15px;
	border-left: 1px solid #FFFFFF;

	display: inline-block;
}

.jumbotron > ul li:first-child
{
	border-left: 0;
}

.jumbotron > ul li a
{
	color: #FFFFFF;
}

.jumbotron > ul li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}