.jumbotron {
    text-align: center;
    margin: 60px 0;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.copyright {
		height: auto;
		padding: 1px 0;
		bottom: 0;
		position: absolute;
		box-sizing: border-box;
		background-color: #031400;
		width: 100%;
}
#login {
    max-width: 400px;
    padding: 19px 29px 14px 29px;
    margin: 0px auto 20px;
    background-color: #EFEBE9;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
#login:hover {
	box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
}
#logo {
	width: 80px;
	height: 80px;
	padding: 0;
	display: block;
	margin: 20px auto 0;
	border-radius: 50%;
}
.copyright p {
	color: white;
	margin-top: 5px;
	text-align: center;
}
.copyright a {
	color: #FFC107;
	text-decoration: none;
}
#login h2 {
    font-size: 32.5px;
    line-height: 40px;
	color: #031400;
	text-align: center;
    margin-bottom: 10px;
}
#register label.required {
	font-weight: bold;
}
