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

body {
  margin: 0 auto;
  background-color: white;
}

#idlogo_empresa {
  background: url(../img/logo_12.png) no-repeat;
  height: 100px;
  width: 400px;
  position: relative;
  top: 110px;
  margin: 0 auto;
}

#div_loguin {
    color: #000000 !important;
    position: relative;
    margin: auto;
    width: 380px;
    border: 10px solid black;
    height: 350px;
}

#laIdentifica {
  display: none
}

#laUsuario {
  top: 120px
}

#usuario {
  top: 150px
}

#laPassword {
  top: 180px
}

#password {
  top: 210px
}

#btAceptaLogin {
  top: 280px;
  position: absolute;
  left: 120px;
  margin: 0 auto;
}

#laUsuario,
#laPassword,
#usuario,
#password {
  left: 130px;
  position: absolute;
}

#div_errores {
  position: relative;
  top: 380px;
  color: #ff0000;
  text-align: center;
}

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

button {
  cursor: pointer
}

#div_politicas {
  display: none
}

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

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

.font_texto2,
.font_texto3,
.font_boton {
  font-family: Courier
}

.font_texto3 {
  font-size: 13px
}

#div_loguin label {
  color: #d0a44c;
  
}

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

