body.gradient {
    background-color: #86acb1;
}
a, p, span, label, .top h1, .top p, .modal-body, .rating-word,
.comment textarea, .input, .input input, .success-msg a {
    color: #ffffff;
    border-color: #ffffff;
}

.rating-word.error {
    color: #c52323;
}

.input input.error, .comment textarea.error {
    border-color: #c52323;
}

textarea::-webkit-input-placeholder {color: #ffffff !important;} 
textarea::-moz-placeholder {color: #ffffff !important;}
textarea:-moz-placeholder {color: #ffffff !important;} 
textarea:-ms-input-placeholder {color: #ffffff !important;}

.input input.error::-webkit-input-placeholder {color: #c52323 !important;}
.input input.error::-moz-placeholder {color: #c52323 !important;}
.input input.error:-moz-placeholder {color: #c52323 !important;} 
.input input.error:-ms-input-placeholder {color: #c52323 !important;}

textarea.error::-webkit-input-placeholder {color: #c52323 !important;}
textarea.error::-moz-placeholder {color: #c52323 !important;}        
textarea.error:-moz-placeholder {color: #c52323 !important;}
textarea.error:-ms-input-placeholder {color: #c52323 !important;}

input::-webkit-input-placeholder {color: #ffffff !important;}
input::-moz-placeholder {color: #ffffff !important;}       
input:-moz-placeholder {color: #ffffff !important;}
input:-ms-input-placeholder {color: #ffffff !important;}

.radio-buttons__text_radio, .radio-checkboxes-buttons__text_checkbox {
    border-color: #ffffff !important;
}

span.voter-item-name.error, span.voter-item-list-name.error, 
span.form-checkboxes-field-name.error, span.form-radio-field-name.error {
    color: #c52323;
}
.vote-default-layer-text_btn:hover,
.vote-default-layer-text_btn.active 
{
    background: #ffffff;
}
.vote-default-layer-text_btn {
    color: #ffffff;
    border-color: #ffffff;
}
.modal-body {
}
.button-submit {
    border-color: #ffffff;
}
