.bwf-botao-whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
}

.bwf-formulario{
    position: fixed;
    right:20px;
    bottom: 0;
    background-image: url(../img/bma-whats-form-fundo.png);
    width: 320px;
    height: 309px;
    z-index: 999;
    border: 1px solid white;
    border-radius: 22px 22px 0 0;
}

.bwf-digitando, .bwf-msg-padrao{
    margin-top: 55px;
}

.bwf-campos{
    position: absolute;
    left:0;
    bottom:0;
    width: 277px;
    padding:10px;
}

.bwf-campos input{
    padding: 4px 10px;
    margin-bottom: 6px;
    font-family: Tahoma;
    color: #6f6f6f;
    font-size:15px;
}

.bwf-bt{
    position: absolute;
    right: -35px;
    bottom: 15px;
    width: 36px;
    border: 0;
    height: 35px;
    background-image: url(../img/bma-whats-form-botao.png) !important;
}

.bwf-close{
    position: absolute;
    width: 30px;
    height: 29px;
    top: 10px;
    right: 10px;
}