h1 { background:none;border:none;}

input, button {
	font-size:18pt;
	min-width:24px;
}
button {
	border-radius: 14px;
}
label { 
	  font-weight: bold;
  }


#login_empresa {
		background:white url(company.png) no-repeat;
		background-size: contain;
		padding-left:22px;
		width:180px;
		border:1px solid black;
}#login_user {
		background:white url(user.png) no-repeat;
		background-size: contain;
		padding-left:22px;
		width:180px;
		border:1px solid black;
}
#login_pass {
		background:white url(key.png) no-repeat;
		background-size: contain;
		padding-left:22px;
		width:180px;
		border:1px solid #2E4F2F;
}

#login_emp {
}

#contenido{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #f00;
	text-align: center;
	vertical-align: middle;
	margin-top: -175px;
	margin-left: -250px;
	position: absolute; 
	top: 50%;
	left: 50%;
	height: 294px;
	
	background:url(bg_login.gif) no-repeat center;
}

#contenido table { color: black; }
#contenido a { color: black; }
#contenido a:hover { color: yellow; }