body {
	background-color: #F2F2F2;		
}

.container {
    margin: 0 auto;
    max-width: 680px;
}

.laborator-logo {
	position: relative;
	background: url(../assets/labi.png);
	display: block;
	text-indent: -99999px;
	background-size:178px;
	width: 178px;
	height: 34px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

.form-control, .btn {
	width: 100%;
	box-shadow:	none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

label {
	font-weight: normal;	
}

.btn:hover {
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	text-align: right;
	color: #000;
}

.footer a {
	color: #000;
}

.copyright {
	float: left;
	display: block;
	margin-top: 20px;
}

.text-muted {
    margin: 20px 0;
}

.jumbotron {
	background-color: #fff;
}

a.themeforest:hover {
	color: #82b541;
}

a.facebook:hover {
	color: #3b5998;
}

a.twitter:hover {
	color: #55acee;
}

a.youtube:hover {
	color: #cd201f;
}

@media screen and (max-width: 768px) {
	.jumbotron {
		padding-left: 30px;
		padding-right: 30px;
	}

	.jumbotron p {
		font-size: 15px;
	}
	
	.form-control {
		font-size: 15px;
	}
}