html{margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin: 0; padding: 0;border: 0; font-size: 100%;line-height:137%;font: inherit; }

body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  background-color: #040404;
  text-align:center;
  line-height: 100%;
}
#wrap_login{
  height:100%;
  width:100%;
  overflow: hidden;
  position:relative;
}

#login_div {
  background: url(../img/bkg-login-2021.png) no-repeat center top #040404;
  position:absolute;
  width:1920px; /* OLD 1680px */
  height:1500px;
  margin:0;
  padding:0;
  top:50%;
  left:50%;
  margin:-290px 0 0 -960px; /* OLD -290px 0 0 -840px; */
}
input{
  height: 18px;
}
#caja_login{
  width:320px;
  margin:280px auto 0 auto;
  text-align:center;
}
#caja_login #usuario{
  width:89px;
  color:#000;
  font-size: 11px;
  outline:none;
  border:none;
  background:none;
  text-align: center;
  font-family:Verdana;
  margin-left: 31px;
}
#caja_login #password{
  width:95px;
  color:#000;
  font-size: 11px;
  outline:none;
  border:none;
  background:none;
  text-align: center;
  font-family:Verdana;
  margin-left: 29px;
}
#caja_olvido{
  width          :120px;
  margin         :50px auto 0 auto;
  overflow       : visible;
  color          :#ff9900;
  font-size      : 11px;
  font-family    : verdana;
  text-decoration: none;
  cursor: pointer;
}
#caja_error{
  width      :200px;
  margin     :8px auto 0 auto;
  overflow   : visible;
  color      :#999;
  text-align :center;
  font-size  : 11px;
  font-family: Verdana;
  display    :none;
}
#recovery{
  width      :200px;
  margin     :8px auto 0 auto;
  overflow   : visible;
  color      :#999;
  text-align :center;
  font-size  : 11px;
  font-family: Verdana;
  display    :none;
}

/*
* NEW PASS
*/
#newPass{
  background   : #000;
  border-radius: 15px; 
  box-shadow   : 0px 0px 16px #553300;
  height       : 170px; 
  left         : 690px; 
  position     : absolute; 
  top          : 220px; 
  width        : 320px; 
  z-index      : 10;
}
#newPass label{
  color    :#fff;
  display  :inline;
  float    :left;
  font-size:12px;
  margin-left: 18px;
}
#newPass h2{
  color     :#FF9900;
  margin-top:20px;
  font-family: verdana;
  font-weight: bold;
}
.btnStd{
  background:#9F9F9F;
  border-radius:3px;
  cursor: pointer;
  float:left;
  height: 23px;
  margin-top: 5px;
  width: 93px;
}
.btnStd p{
  color:#fff;
  float:left;
  font-size:11px;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
  width:100%;
}
.btnStd:hover{
  background:#7A7A7A;
  cursor: pointer;
  height: 23px;
  margin-top: 5px;
  width: 93px;
  border-radius:3px;
}
#login_form .btnEnter{
  width: 34px;
  height: 34px;
  cursor:pointer;
  background:url('../img/btnEnter.png') no-repeat left top;
  margin-top: -8px;
  float: right;
  border: none;
}