/* Cadastre-se */
.btn_pessoa_active {
    color: #FFF;
    background-color: #b37e2b;
    border-color: #b37e2b;
}

.btn_pessoa_active:focus {
    color: #FFF;
    background-color: #b37e2b;
    border-color: #b37e2b;
}

.lista_tipo_pessoa_cadastre{
    padding: 0px;
}

.lista_tipo_pessoa_cadastre li{
    list-style: none;
    float: initial;
    padding: 9px 30px;
    font-size: 16px;
    background: #d6d6d6;
    color: #000;
    border-radius: 5px;
    cursor: pointer !important;
    display: inline-block;
}

.lista_tipo_pessoa_cadastre li:first-child{
    margin-right: 10px;
}

.lista_tipo_pessoa_cadastre .active{
    background: #b37e2b;
    color: #FFF;
}
/* End Cadastre-se */