body {
	font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #404040;
	background: #005e9a;
	background-image:url("bg-tapman.jpg");
	background-repeat: no-repeat;
  	background-size: cover;
	background-attachment:fixed;
}

.logo-header {
	position: relative;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 12px "Verdana";
	color: #FFFFFF;
	text-align: center;
}

@media (min-width: 768px) {
	.logo-header {
		position: relative;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		font: 12px "Verdana";
		color: #FFFFFF;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.logo-header {
		position: relative;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		font: 14px "Verdana";
		color: #FFFFFF;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.logo-header {
		position: relative;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		font: 18px "Verdana";
		color: #FFFFFF;
		text-align: center;
	}
}

.login {
	position: relative;
	padding: 20px 20px 20px;
	background: white;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
