
#formLogin input, #formRecu_pass input[type="text"] {
    border: none;
    border-bottom: 1px solid #aaa;
    color: #777;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#formLogin span.input-group-addon {
    border: none;
}


.aviso {
	color: #ee9393;
}


#formRecu_pass {
  display: none;
}

span.error {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}

.boton_recuperar {
  cursor: pointer; 
}

#boxAviso{
  display: none;
  margin-top: 40px;
}

.content-sm {
  padding-bottom: 80px !important;
  margin-top: -50px !important;
}


@media (max-width: 768px) {
  .content-sm {
    padding-bottom: 110px !important;
    margin-top: -50px !important;
  }
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
////////////////////////////////////              BOX  FORMULARIO RESET PASSWORD              ////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/
.aviso_popup {
    position: fixed;                                 display: none;     /*          */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.65);
    z-index: 100000;
}
.aviso_popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.box_aviso_popup  {
  width : 50%;
  max-height : 80%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;

  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow-y: auto;
  background: rgba(255,255,255,1);
  z-index: 100001;
  border: 1px solid #fff;
  /*background:   url(../imagenes/oficina-virtual/bg_box_linea2.png)  repeat top  left;*/
}
.box_aviso_popup  .box_aviso_popup_contenido  {
  width : 100%;
  height : 100%;
  color: #333;
  padding: 20px;
  position: relative;
  /*border: 1px solid #a9a9a9;*/
  background: #fff;
  max-height: 350px;
}
@media (max-width: 991px){
    .box_aviso_popup  {
        width: 85%;
        max-height : 90%;
        padding: 10px;
    }
    .box_aviso_popup  .box_aviso_popup_contenido  {
        padding: 10px;
    }
}

.box_aviso_popup  .box_aviso_popup_contenido  h6  {
  font-size: 16px;
  margin: 0 auto 20px;
  color: #822d85;
}
