
.dialog_me input {
    background-color: rgb(239, 239, 239) ;
    color: rgb(159, 159, 159);
}

.dialog_me {
    background: rgb(255, 255, 255);
    background-image: url(/static/css/white/img/whiteV_blockBG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dialog_me h3 {
    color: #000000
}

.dialog_me path {
    stroke: #000000
}

.button_non_bg {
    color: #000000
}

.checkbox_tg {
    color: #000000
}

.block_content {
    background-color: rgb(239, 239, 239) !important;
    color: #000000
}