html {
	background:url('1.jpg') no-repeat center center fixed;
	min-height:100%;
	background-size:cover;
}

body {
	background-color: transparent;
	font-size: 16px;
}

legend, label {
	font-weight: 400;
}

.blackbg {
	background-color: #FFF;
	opacity: 0.8;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

.white {
	color: #FFF;
}
.navbar-default {
	background-color: #FFF;
	border-color: #FFF;
}
