input.error, textarea.error, select.error {
    background: #f9eeee !important;
    border: 1px dashed red !important;
}
.macrocoin {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/assets/components/investclub/img/coin_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 -3px 0;
}