.space-left-20 { margin-left: 20px; }
.space-right-20 { margin-right: 20px; }
.space-top-20 { margin-top: 20px; }
.space-bottom-20 { margin-bottom: 20px; }


section {
    background-color: #fff;
}

td input {
    border: none;
    background-color: transparent;
    width: auto;
    -webkit-appearance: none;
}

/**
 * Overlay
 */

.overlay {
    background-color: rgba(101, 0, 63, 0.9); /* transparência na cor defundo do elemento */
    color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.overlay:before {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.overlay .aguarde {
    border:1px solid #fff;
    border-radius:5px;
    left:calc(50% - 150px);
    margin: 0 auto;
    opacity: 1;
    padding: 15px;
    position: absolute;
    top:40%;
    width: 300px;
}

.overlay .aguarde img {
    margin-bottom: 20px;
}

.overlay .aguarde p {
    color: #fff !important;
    margin: 0;
}