/*
 * $LastChangedDate: 2025-03-20 12:36:44 +0100 (jue, 20 mar 2025) $
 * $LastChangedRevision: 35062 $
 * $LastChangedBy: asolsona $
 */
:root {
  --bg-color-header: #34d32e;//color azul somosopticos #cdcfff
  --bg-color-focus: #cdcfff;
  --bg-color-input: #d4f9d3;
  --bg-color-red: #e8392d;//color rojo logo cecop
}

::-ms-clear {
  /*la cruz de iexplorer*/
  display: none;
}

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

#idlogo_empresa {
  background: url("../img/logo_15.png") no-repeat;
  height: 212px;
  width: 250px;
  position: relative;
  top: 50px;
  margin: 0 auto;
  background-size: contain;
  z-index: 1;
}

#div_loguin {
      top: 92px;
      position: relative;
      margin: auto;
      box-shadow: -9px 5px 7px 2px #c7c7c7;
      width: 300px;
      height: 300px;
      border-radius: 50%;
}

#laIdentifica {
  display: none
}

#laUsuario,
#usuario {
  top: 70px;
}

#laPassword,
#password {
  top: 129px
}

#btAceptaLogin {
  top: 200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--bg-color-header);
  cursor: pointer;
  color: white;
}

#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;
  background-color: #d9d9d9;
  background-color: var(--bg-color-input);
}

#div_politicas {
  display: none;
}

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

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

.font_texto3 {
  font-size: 13px
}

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