@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html {
	font: 400 15px / 24px 'acumin-pro', Arial, sans-serif !important;
}

body {
	font: 400 15px / 24px 'acumin-pro', Arial, sans-serif !important;
}

.btn-estilo-ezenweb {
	color: #fff;
	background-color: #e43012;
	border-color: #e43012;
	font-weight: 700 !important;
	font-family: 'Montserrat',Arial,sans-serif !important;
	border-radius:0px !important;
}

.link-container-estilo-ezenweb a {
	color: #3b3b3b !important;
	font-size: 12px;
	font-weight: 700 !important;
	text-decoration: none !important;
}


.link-estilo-ezenweb {
	text-decoration: none !important;
}

.link-weboficial {
	font-style: italic;
}

.link-texto-estilo-ezenweb {
	color: #111;
	font-weight: 700 !important;
	font-family: 'Montserrat',Arial,sans-serif !important;
	padding: 5px;
	transition:background- 0.5s,ease-in-out;
}

.link-texto-estilo-ezenweb:hover {
	background: #e43012;
	color:#0f0f0f;
}

input[type="text"], input[type="password"] {
	border-radius: 0px;
}

input[type="text"]:focus, input[type="password"]:focus {
	border-color: #111;
	box-shadow: none;
	border-radius: 0px;
}


.login-page {
/*   width: 360px; */
  padding: 11% 0 0;
  margin: auto;
}

.formularioLogin {
  padding: 10px 20px 0px 20px;
  background: #f8f9fa !important;
}

.formRecuperarPassword {
  padding: 10px 20px 30px 20px;
  background: rgba(255,255,255, 0.8) !important;
}

.seccionPoliticaCookiesLogin {
	padding: 10px 20px 10px 20px;
	background: #f8f9fa !important;
}

.seccionContacto {
	color: #3b3b3b !important;
	font-size: 12px;
	font-weight: 700 !important;
}

.seccionContactoMovil {
	color: #3b3b3b !important;
	font-size: 11px;
	font-weight: 700 !important;
}

.seccionContactoNombreCentro {
	color: #e43012 !important;
	font-size: 12px;
	
}

.seccionContacto a {
	color: #3b3b3b !important;
}

.form-logo {
  position: relative;
  z-index: 1;
  margin: 0 auto 15px;
  padding: 0px;
  text-align: center;
  float: none !important;
}

.barra-inferior {
	background: rgba(255,255,255, 0.8) !important;
}


/* .form input { */
/*   font-family: "Roboto", sans-serif; */
/*   outline: 0; */
/*   background: #f8f9fa; */
/*   width: 100%; */
/*   border: 0; */
/*   margin: 0 0 15px; */

/*   box-sizing: border-box; */
/*   font-size: 14px; */
/* } */
/* .form button { */
/*   font-family: "Roboto", sans-serif; */
/*   text-transform: uppercase; */
/*   outline: 0; */
/*   background: #333; */
/*   width: 100%; */
/*   border: 0; */
/*   padding: 15px; */
/*   color: #FFFFFF; */
/*   font-size: 14px; */
/*   -webkit-transition: all 0.3 ease; */
/*   transition: all 0.3 ease; */
/*   cursor: pointer; */
/* } */
/* .form button:hover,.form button:active,.form button:focus { */
/*   background: #424242; */
/* } */
/* .form .message { */
/*   margin: 15px 0 0; */
/*   color: #b3b3b3; */
/*   font-size: 12px; */
/* } */
/* .form .message a { */
/*   color: #4CAF50; */
/*   text-decoration: none; */
/* } */
/* .form .register-form { */
/*   display: none; */
/* } */
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

body {
	padding-bottom: 70px;
}