.etiqueta_1 {
    display: inline-block;
    text-align: right; 
    padding-left: 10px; padding-right: 10px;
    min-width: 70px;
}
#divMensajes li{
    color: red;
    font-style: italic;
}
#divIngresarDatosUsuario p, #divIngresarCodigoSeguridad p, #divCambiarContrasena p{
    font-size: 12px;
}
body {
    padding-top: 20px;
    padding-left: 20px;
}
#divIngresarDatosUsuario div, #divIngresarCodigoSeguridad div, #divCambiarContrasena div{
    margin-bottom: 8px;
}
#divIngresarDatosUsuario table, #divIngresarCodigoSeguridad table, #divCambiarContrasena table{
    border-collapse: separate;
    border-spacing: 8px;
}
.caja_mediana   {
    width: 180px  ;
}  
.bar {
    height: 3px;
}
.pw-very-weak .bar {
    background: #d00;
    width: 30%;
}
.pw-very-weak .label {
    color: #d00;
}
.pw-weak .bar {
    background: #FE642E;
    width: 60%;
}
.pw-weak .label {
    color: #FE642E;
}
.pw-mediocre .bar {
    background: #0B6138;
    width: 80%;
}
.pw-mediocre .label {
    color: #0B6138;
}


.pw-strong .bar {
    background: #0B6138;
    width: 100%;
}
.pw-strong .label {
    color: #0B6138;
}


.pw-very-strong .bar {
    background: #0B6138;
    width: 100%;
}

.pw-very-strong .label {
    color: #0B6138;
}

#msg {
    font-weight: bold;
}
#msgExitoRes p {
    font-weight: bold;
    color: green;
    text-align: center;
    font-size: 13px;
    padding: 5px;   
    margin-bottom: 0px;
}
#msgExitoRes  ul {
    list-style-type: none;
    padding-left: 0px;
}
#msgExitoRes  li {
    padding: 5px;
    text-align: center;
}
#msgExitoRes  li  a{
    color: white;
    display: block;
    padding: 4px;
    /* font-weight: bold; */
    font-size: 14px;
    border-radius: 3px;
}
#msgExitoRes  li:nth-child(3)  a{ 
    font-size: 14px;
    background: #4CAF50;
}

#msgExitoRes  li:nth-child(1)  span{ 
    color: #FEFEFD;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
     font-size: 14px;
    background: #0E3B7E;
}
#msgExitoRes  li:nth-child(2)  span{ 
    color: #FEFEFD;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
     font-size: 14px;
    background: #0E3B7E;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
    #liapp {
        display: none;
    }
}
