.container-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: none;
    flex-direction: column;
    text-align: center;
}

.modal-container {
    margin: auto;
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.modal-container img {
    width: 200px;
    margin-bottom: 20px;
}

.container-loading p {
    color: #888;
    font-weight: lighter;
    font-size: 15px;
}