::-moz-selection {
    background: #ff0070;
}

::selection {
    background: #ff0070;
}

.welcome-action .notify, .sidePanel-container h3,
.sidePanel-container h4, .sidePanel-container h4,
.sidePanel-container p, .get_in_touch_block .title,
#notifywhenready input[type=email] {
    color:#ff0070;
}

.form_container .submit_msg {
    background: rgba(255, 0, 112, 1)
}

.form_container .submit_msg:hover {
    background: rgba(255, 0, 112, .5)
}

#notifywhenready input[type=submit] {
    background: #ff0070;
    border: 5px solid #ff0070;
}

#notifywhenready input[type=submit]:hover {
    background: #fff;
    border-color: #ff0070;
    color: #ff0070;
}
