.StatusIconRegistered {
    color: deepskyblue;
    background: transparent;
    /*box-shadow: 0px 0px 5px rgb(8 187 79 / 50%);*/
    border-radius: 10px;
    width: 0.7em;
    margin-right: 10px;
}

.StatusIconComplete {
    color: green;
    background: transparent;
    /*box-shadow: 0px 0px 5px rgb(8 187 79 / 50%);*/
    border-radius: 10px;
    width: 0.7em;
    margin-right: 10px;
}

.StatusIconPending {
    color: orange;
    background: transparent;
    /*box-shadow: 0px 0px 5px rgb(187 124 8 / 50%);*/
    border-radius: 10px;
    width: 0.7em;
    margin-right: 10px;
}

.StatusIconCancel {
    color: red;
    background: transparent;
    /*box-shadow: 0px 0px 5px rgb(187 8 8 / 50%);*/
    border-radius: 10px;
    width: 0.7em;
    margin-right: 10px;
}

.containerLogin {
    display: flex;
    height: 100%;
    /*background: url(../../img/back_login_tp_pink.png) no-repeat center center fixed;*/
}

.bodyLogin {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
/*    background: url('../../img/back_login_tp_pink.png') no-repeat center center fixed;*/    
    background-size: cover;
}

.loginBackground {
    /*    background: url(../../img/back_login_tp_pink.png) no-repeat center center fixed;
*/ /*background: url(../../img/bg/tpmployee-bg.png) no-repeat center center;*/
    /*background-size: contain;*/
    height: 100vh; /* Esto asegura que la altura sea 100% de la altura de la ventana del navegador */
    width: 100%; /* Esto asegura que la anchura sea 100% de la anchura del contenedor */
}

.login-form {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background: white;
    border-radius: 8px;*/
}


@media only screen and (max-width: 768px) {
    .loginBackground {
        background: url(../../img/back_login_tp_pink.png) no-repeat center center;
        /*background: url(../../img/bg/tpmployee-bg-small.png) no-repeat center center;*/
        background-size: contain;
        height: 100vh; /* Esto asegura que la altura sea 100% de la altura de la ventana del navegador */
        width: 100%; /* Esto asegura que la anchura sea 100% de la anchura del contenedor */
    }

    .left-column {
        display: none;
    }

    .right-column {
        margin: 0 auto !important;
        /* background: rgba(255, 255, 255, .8);*/
        padding: 3%;
        border-radius: 12px;
    }

    .login-form {
        max-width: 80%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        background: white;
        border-radius: 8px;
    }
}


.backWhiteborder {
    background-color: white;
    opacity: 0.9;
    border-radius: 30px;
    padding: 15px;
}

.left-column {
    flex: 1;
    background: url(../../img/bg/tpmployee-bg-small.png) no-repeat center center;
    background-size: cover;
}

.right-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(247, 247, 247, 0.9);*/ /* Fondo semi-transparente para resaltar el formulario */
/*    background:white;*/

}
