.cont-back {
    margin-top: 2.7rem;
}

.page-login {
    background-color: #012901;
}

.faixa-login {
    position: fixed;
    width: 100%;
    height: 15rem;
    top: 10rem;
    background-color: #0d5131;
}

@media screen and (max-width:991px){
    .texto-faixa-login {
        display: none;
    }
}

/* ALERTA */
#alerta {
    position: fixed !important;
    right: 10px !important;
    top: 70px !important;
    z-index: 100000;
}

.copia {
    cursor: copy;
}

.copia:active {
    cursor: progress;
}

.btn-icon {
    padding: 0 .5rem;
}

.ret {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
