/* .disabled {
    background: gray;
} */

.loginBox {
    position: relative;
}

/* LOADING */
#divLoading {
    top: 0;
    left: 0;
    border-radius: 1.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(30, 30, 30, 0.35);
    z-index: 9999;
    display: none;
}

#divLoading img {
    width: 50px;
    height: 50px;
}