
h1 {
	xcolor: #3484D2;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form .required label {
	font-weight: bold;
}

#top-banner {
	width: 100%;
	/*height: 80%;*/
}

#top-bar {
	height: 60px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-color: #e3e7eb;
	font-size: 32px;
}

#txt-request {
	position: absolute;
	top: 420px;
	left: 50px;
	color: #fff;
	font-size: 56px;
	z-index: 11;
}

.fll {
	float: left;
}
.rel {
	position: relative;
}
.hid {
	display: none;
}