html {
	background: url("../images/fondoentrada.jpg") no-repeat;
	background-size: 60%;	
	/* Full height */
	height: 90%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

@media (max-width: 868px){
	html{
		background-size: 90%;
	}	
}

body {
	background-color: transparent;
}

input.mainButton {
	color: #f0f0f0;
	border: 1px solid #0071B1;
	background: #0071B1;
	border-bottom-color: #044269;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
	padding: 0 15px;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.33333;
	white-space: nowrap;
	overflow: visible;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	height: 27px;
}

input.mainButton:hover {
	text-shadow: none;
	border-color: #2B84B8;
	border-bottom-color: #044269;
	-webkit-box-shadow: inset 0 -1px 0 #0071B1;
	box-shadow: inset 0 -1px 0 #044269;
	background-color: #2B84B8;
	background-image: -webkit-linear-gradient(top, transparent, transparent);
	background-image: linear-gradient(top, transparent, transparent);
}

input.mainButton:focus {
	background-color: #2B84B8;
}

input.mainButton:active {
	background: #044269;
	border-color: #044269;
}

#registration-form .logo {
	float: left;
	margin: 0px;
	height: 100px;
	width: 100%;
	min-width: 250px;
	padding: 10px 35px;
	background-size: 100% 100%;
	/*background-color: white;*/
	background: url("../images/logo_client.png") no-repeat;
}

#registration-form {
	max-width: 800px;
	margin: 3% auto;
}

#registration-form .image {
	float: left;
	background-image: url("desk.jpg");
	height: 500px;
	width: 50%;
	background-size: cover;
	background-position: 25%;
}

#registration-form .frm {
	float: left;
	height: auto;
	width: auto;
	min-width: 250px;
	padding: 0 35px;
	background-size: 100% 100%;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFFF,
		endColorstr=#99FFFFFFF);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	zoom: 1;
	font-size: 80%;
}

#registration-form h3 {
	font-size: 15px;
	font-weight: bold;
}

#registration-form .form-control {
	width: auto;
	padding: 1px 10px;
	height: auto;
	margin-top: 5px;
}

#sfpie {
	clear: both;
	margin-top: 10px auto;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	bottom: 0;
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 700px) {
	#registration-form .image {
		width: 30%;
		background-position: 60%;
	}
	#registration-form .frm {
		width: 70%;
	}
	#registration-form .form-control {
		width: 100%;
	}
	#sfpie {
		width: 100%
	}
}

@media screen and (max-width: 500px) {
	#registration-form .frm {
		width: 100%;
	}
	#registration-form h1 {
		text-align: center;
	}
	#registration-form .btn {
		width: 100%;
		margin-top: 20px;
	}
	#sfpie {
		width: 100%;
	}
}

@media screen and (max-height: 500px) {
	#sfpie {
		position: relative;
	}
}
}