#forma_cto {
    padding-top: 3em;
    padding-bottom: 3em;
}

.btn-send {
    font-weight: bolder;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
    font-weight: bold;
}

.tsm-section.tsm-cform {
    padding-top: 3em;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)), url("../../grs/images/index/bg_forma_cto.jpg");
    background-position: top;
}

#forma_cto .text-muted {
    padding-top: 1em;
}

#forma_cto .form-control {
    border-radius: 5px !important;
}

/* loader */
.loader-fm {
    display: none;
    bottom: 40em;
    justify-content: center;
    position: relative;
}

.loading-fm {
    border: 10px solid #c8c8c8;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top-color: #c8c8c8;
    border-left-color: #cd1e1f;
    animation: spin 2s infinite ease-in-out forwards;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
