body{
	background: #ebeeef;
}
#pane-cabeza{
	height: 140px; background-image: url(../img/pin.jpg);
	background-size: 100% auto;
	background-position: center;
	color: white;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 30px;
}

#pane-principal{
	border-radius: 10px;
	min-height: 450px;
}

#usuario, #contrasena, #email, #nombre{
	background-color: white;
	margin-bottom: 20px;
	border-color: white;
	border-bottom-color: #2dad3a;
	font-size: 12pt;
}
.frm-app{
	background-color: white;
	border-color: white;
	border-bottom-color: #2dad3a;
	font-size: 11pt;
	-webkit-box-shadow: none;
}