.loader{
    background: #fff;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.iconoContrasenia{
    border: 0px;
    position: absolute;
    left: 90%;
    top: 25%;
    z-index: 100;
    width: 10%;
    font-size: 20px;
    background-color: transparent;
    cursor: pointer;
}

.documentoCaducado {
    background-color: #ff6767;
    color: #000000;
    font-weight: bold;
}

.textoDocumentoCaducado {
    color: #ff6767;
}

.textoDocumentoProntoCaducar {
    color: #ffac71;
}

.documentoProntoCaducar {
    background-color: #ffac71;
    color: #000000;
    font-weight: bold;
}
