html{
    font-size: 14px;
}
body {
    font-family: roboto !important;
}
img{
    width:100%;
}

/* HT. Agregar imagen */
.ContentBanner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}

.bgLoginEimSoc {
    background-color: #1191cc;
    height: 100vh;
}
.logoEIMBg {
    background: url(../img/fondo_logoEIM.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ConteTableLg {
    display: table;
    height: 100%;
    width: 100%;
}
.tVerticalMDD {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.TextIngresa{
    padding-bottom: 15px;
}
.contaLogin {
    background: #fff;
    text-align: center;
    padding: 15px;
    width: 300px;
    margin: 0 auto;
    border-radius: 20px;
}
.contaiLogo img {
    max-width: 60px;
}
.tituLogin1 {
    color: #24244f;
    font-size: .9rem;
}
.tituLogin2 {
    text-transform: uppercase;
    color: #24244f;
    padding-bottom: 20px;
    font-size: .9rem;
    font-weight: 600;
}
.ConteTableLg label {
    margin-bottom: 0;
    font-size: .85rem;
}
.btn-ingresarLg {
    width: 100%;
    background: #1191cc;
    border: 0;
    margin-bottom: 30px;
}
.olvCodMan {
    margin-top: -27px;
    padding-bottom: 20px;
}
.linkeimlg {
    color: #24244f;
    font-size: .8rem;
}
.notpass{
    color: #d0171a;
    font-size: 8rem;
    text-align: center;
}
.yespass{
    color: #78e351;
    font-size: 8rem;
    text-align: center;
}
.conteModal{
    text-align: center;
}
.TituAccesoX{
    text-transform: uppercase;
    margin-top: -18px;
    font-weight: 600;
    color: #24244f;
}
.comunicateAdmi{
    text-transform: uppercase;
}
.btnCerrarModal{
    margin-top: 15px;
    background: #1191cc;
    border: 0;
    width: 200px;
    border-radius: 7px;
    text-transform: uppercase;
}
.modal-dialog{
    margin-top: 150px;
}
.modal-content{
    border-radius: 15px;
}
.textsocioCone{
    color: #24244f;
    font-size: 1.1rem;
    padding-top: 70px;
    padding-bottom: 15px;
}
.textUser{
    color: #24244f;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 50px;
}

input::placeholder {
    color:#eaeaea !important;
    font-size: 0.8em;
    
}

  /* Media Query */
  @media (max-width: 767px) {
    .ContentBanner {
        padding: 15px;
    }
  }