/*
 * $LastChangedDate: 2022-03-08 16:16:45 +0100 (mar, 08 mar 2022) $
 * $LastChangedRevision: 25851 $
 * $LastChangedBy: asolsona $
 */
:root {
  --bg-color-header: #1478cc;
  --bg-color-focus: #Feb976;
}

body {
  margin: 0 auto;
  background-color: white;
  font-family: Verdana, Arial;
}

#idlogo_empresa {
  background: url(../img/logo_2.jpg) top center no-repeat;
  height: 90px;
  position: relative;
  top: 150px;
  margin: 0 auto;
}

#div_loguin {
  top: 60px;
  position: relative;
  margin: auto;
  max-width: 445px;
}


#laUsuario,
#usuario {
  top: 96px
}

#laPassword,
#password {
  top: 129px
}

#btAceptaLogin {
  top: 176px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#laUsuario,
#laPassword {
  width: 40%;
  position: absolute;
  text-align: right;
}

#usuario,
#password {
  left: 45%;
  position: absolute;
}

#div_errores {
  position: relative;
  top: 350px;
  color: red;
  text-align: center;
}

input {
  height: 100%;
  padding: 2px;
  border: solid 1px #1478cc;
  border: solid 1px var(--bg-color-header);
}

#div_politicas {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 25px;
  z-index: 2;
}

#div_politicasCookies {
  background-color: #1478cc;
  background-color: var(--bg-color-header);
  color: white;
  display: none;
}

#div_politicasCookies a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#div_politicasLinks a {
  text-decoration: none;
  font-weight: bold;
  color: #1478cc;
  color: var(--bg-color-header);
}

.mida120 {
  width: 120px;
  height: 18px;
}

.mida150_cb {
  width: 150px;
  height: 25px;
}

.font_texto3 {
  font-size: 13px
}

.font_input_normal:focus {
  background-color: #Feb976;
  background-color: var(--bg-color-focus);
}

button {
  background-color: #E6E6E6;
  border: none;
  cursor: pointer;
}

#txt_bemvindo {
  position: relative;
  top: 250px;
  margin: 0 auto;
  text-align: center;
  font-family: Verdana, Arial;
  font-size: 14px;
  display: block;
}
