.ctAcessoRevendedor{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:50px 0 0 0;
}

.ctAcessoRevendedor div{
    width: 44%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:960px){
    .ctAcessoRevendedor div{
        width: 100%;
    }

    .ctAcessoRevendedor div:first-child{
        margin-bottom: 80px;
    }
    
}

.ctAcessoRevendedor div div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ctAcessoRevendedor div p,
.ctAcessoRevendedor div input,
.ctAcessoRevendedor div button{
    margin: 8px 0;
}