body, html {
	height: 100%;
	/*
	background-repeat: no-repeat;
	background-image: url(../images/login/login_fondo.jpg);
	*/
}

.wrapper {
	margin-top: 50px;
	margin-bottom: 20px;
}

.form-signin {
	max-width: 420px;
	padding: 10px 38px 36px;
	margin: 0 auto;
	background-color: #eee;
	border: 3px dotted rgba(0,0,0,0.1);
	border-radius: 5px;
}

.form-signin-heading {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}

.formacion {
	max-width: 420px;
	padding: 10px;
	margin: 0 auto;
	background-color: #FF0004;
	border: 3px dotted rgba(0,0,0,0.1);
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
}

input[type="text"] {
	margin-bottom: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.logo-horizontal {
	width: 250px;
	height: 89px;
}

.margen-superior {
	margin-top: 10px;
	text-align: center;
}