.label {
    color: #333333!important;
}

.loading {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.loading div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    z-index: 99999999;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    background-size: 33px auto;
}

.loading div img {
    border-radius: 5px;
}