.mensaje-error {
    visibility: hidden;
    text-align: right;
}

    .warning{
    visibility: hidden;
    text-align: right;
}

.mensaje-error {
    /* label classes */
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    line-height: 1;
    color: #a94442;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    /*right: 0px;*/
    /*top: 70px;*/
    top: 70px;
    position: initial;
}

    .warning{
    /* label classes */
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    line-height: 1;
    color: orange;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    right: 20px;
    /*top: 70px;*/
    top: 70px;
    position: initial;

}