body {

    /*background-color: #d6d9db;*/
    background-image: url("../../images/fondo.2ed57dbc6cae.jpg");
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
    position:fixed;
    width:100%;
    height:100%;
    overflow-y: scroll;
    top:0;
    right:0;
    margin:0;
    font-family: 'Lato', sans-serif !important;
}

#id_contentLogin {
    background-color: rgba(153, 153, 153, .9);
    padding: 2.5%;
    border-radius: .3rem;
    text-align: center;
}

.mensaje-error {
    font-size: 1.1rem;
    color: red;
    margin-bottom: 15px;
}

.imgLogoLogin {
    width: 80%;
    margin-bottom: 31px;
}

input[type=submit] {
    width: 100%;
    background-color: #7b120e!important;
}

input[name] { color: #444;}
input[name]:focus { border-bottom: 1px solid #7b120e!important; outline: 0px;}

/*# --------------------Este producto es una aplicación software propiedad de NARANJO INTELLIGENT SOLUTIONS S.L.---------------------
  # ---------------------------------------------------------------------------------------------------------------------------------
  # Tanto este producto como los manuales y cualquier otro tipo de material entregado al cliente directa o indirectamente
  # por NARANJO INTELIGENT SOLUTIONS S.L., incluyendo sus correspondientes copyrights u otros derechos de propiedad industrial
  # o intelectual, son propiedad de  NARANJO INTELIGENT SOLUTIONS S.L. y están protegidos por las leyes de propiedad intelectual
  # (Real Decreto Legislativo 1/1996, de 12 de abril, por el que se aprueba el texto refundido de la Ley de Propiedad Intelectual)
  # y por las disposiciones comunitarias y tratados internacionales que le sean de aplicación.
  # ---------------------------------------------------------------------------------------------------------------------------------
  # ---------------------------------------------------------------------------------------------------------------------------------
  # Queda prohibida la copia, reproducción, alquiler, o distribución a terceras personas, con finalidad comercial o de otra índole
  # del  Software, ya sea parcial o en su totalidad, así como su uso en general de forma no acorde a la naturaleza del Software.
  # Cualquier uso de los Contenidos del Software debe hacerse con carácter estrictamente personal, privado, y sin fines comerciales
  # o lucrativos, a menos que NARANJO INTELIGENT SOLUTIONS S.L. indique explícitamente lo contrario. En ningún momento podrá ser
  # objeto de copia, alteración, o descompilación el código fuente mediante técnicas de ingeniería inversa, o cualquier otra técnica.
  # ---------*/