@import "clientes.css";
@import "assinaturas.css";
@import "cadastrar-acesso.css";
.blue-default {
    color: #3c8dbc !important;
}

.erro {
    position: absolute;
    width: 100%;
    height: 50px;
    top: -80px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@keyframes show {
    0% {
        top: -80px;
        opacity: 0;
    }
    10% {
        top: 0;
        opacity: 1;
    }
    90% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: -80px;
        opacity: 0;
    }
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

.tab-pane .btn {
    margin-top: 15px;
}

input,
select {
    text-transform: uppercase !important;
}

input#email {
    text-transform: initial !important;
}

@media only screen and (max-width: 767px) {
    #geo {
        display: none;
    }
}