html, body{
	height: 100%;
}


body {
	font-family: 'Ubuntu Condensed', sans-serif;
}

.vertical-align {
    align-items: center;
    height: 100%;
}

#registro{
	display: none;
}

#recuperarContrasena{
	display: none;
}



.successValidation{
	color: #1e8cce;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 17px;
}

.errorValidation{
	color: red;
	margin-top: 5px;
	margin-left: 10px;
}

.successInputColor{
	background-color: rgba(65, 216, 0, 0.16);
}

.errorInputColor {
	background-color: rgba(185, 6, 6, 0.6);
}

#mensajeError{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: red;
	padding: 20px;
	opacity: 0;
	padding: 20px 10px 20px 20px;
}

.iconoError{
	opacity: 0;
	font-size: 20px;
	color: red;
	padding-top: 17px;
}

body {
	background-image: url(../img/indexPortada/fondo.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
    background-attachment: fixed;
	padding-top: 20px;
	background-size: cover;
}

#formLogin {
	font-size: 17px;
}

#formLogin {
	font-weight: bold;
	color: #3A5F67;
}

#formLogin label{
	margin-bottom: 0px;
}

#formLogin input {
	box-shadow: 2px 2px #888888;
	border-radius: 0px;
}


#rememberIpt {
	font-weight: bold;
}

.submitRegistro {
	margin-top: 20px;

}

#errorContainer {
	float: left;
	font-weight: normal;
}

#mensajeError {
	padding-left: 0px;
	text-align: left;
	font-weight: normal;

}

.tituloLogin {
	margin-top: 66px;
	float: left;
    text-align: left;
}


.btnEnviar {
  background: #3A5F67;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
  font-size: 17px;
  padding: 5px 32px 5px 32px;
  text-decoration: none;
  border-radius: 0px;

}

.btnEnviar:hover {
  background: #ffffff;
  color: #3A5F67;
}


.btnRegistrarse {
  background: #3A5F67;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
  font-size: 17px;
  padding: 5px 32px 5px 32px;
  text-decoration: none;
  border-radius: 0px;
  float: right;
  width: 160px;

}

.btnRegistrarse:hover {
  background: #ffffff;
  color: #3A5F67;;
}

button {
	box-shadow: 1px 1px #8a7a7a;
	border-radius: 0px;
}

#formRegistro{
	font-size: 17px;
}

#formRegistro label{
	margin-bottom: 0px;
	color: #3A5F67;
	font-weight: bold;
}

#formRegistro input {
	box-shadow: 2px 2px #888888;
	border-radius: 0px;
	border: 0px;
}

#formRegistro p {
	margin-top: 20px;
}

#recuperarContrasena button {
	border: 0px;
}

#recuperarContrasena label{
	margin-bottom: 0px;
	color: #3A5F67;
	font-weight: bold;
}

#recuperarContrasena input {
	box-shadow: 2px 2px #888888;
	border-radius: 0px;
	border: 0px;
	margin-bottom: 15px;
}

.img-center {
	margin: 0 auto;
}

#submitRecu {
	padding: 6px 12px 6px 12px;
	float: right;
	margin-bottom: 10px;

}
    
#formularioLoginRecu {
	padding: 6px 12px 6px 12px
}



@media ( min-width: 1450px) { 
	.container {
    		width: 1470px;
		}
	}

