/*=============================================
FORMULARIO
=============================================*/
#formAcceso{ display: block;}
#formAcceso span{
  font-family: 'Gotham-Light';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #41402E;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 15px;
}
#formSinAcceso{ display: none;}
#formSinAcceso span{
  font-family: 'Gotham-Light';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #41402E;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 15px;
}

/* Estilo sin borde de caja y sin fondo*/
.campoUserPass {
  display: inline-block;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #41402E;
  width: 100%;
  height: 30px;
  font-family: 'Gotham-Light';
  font-size: 16px;
  line-height: 16px;
  color: #0f0f0f;
  text-align: left;
  outline: 0;
}
.campoUserPass:focus {
  outline:0px;
}

::placeholder {
  font-family: 'Gotham-Light';
  color: #41402E; /* gris */
  opacity: 1; /* Firefox */
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Gotham-Light';
  color: #41402E;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'Gotham-Light';
  color: #41402E;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
}

.botonUserPass{
  font-family: 'Gotham-Bold';
  color: #FFFFFF;
  background: rgba(65, 64, 46, 0.8);
  border-style: 1px solid;
  border-color: #41402E;
  border-radius: 0px;
  width: 130px;
  height: 35px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 2px;
  outline: 0;
}
.botonUserPass:hover {
  background: rgba(65, 64, 46, 0.5);
}

@media screen and (max-width: 999px){
  #formAcceso {display: none;}
  #formSinAcceso {display: block;}
}

/**************************/
.recordar{
  font-family: 'PFAgoraSerifPro-Regular';
  font-size: 16px;
  line-height: 18px;
  color: #0f0f0f;
  text-align: left;
  outline: 0;
  letter-spacing: 0px;  
}