::-moz-selection {
    background: #ff437a;
}

::selection {
    background: #ff437a;
}

.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:#ff437a;
}

.form_container .submit_msg {
    background: rgba(255, 67, 122, 1)
}

.form_container .submit_msg:hover {
    background: rgba(255, 67, 122, 0.5);
}

#notifywhenready input[type=submit], #notifywhenready button[type=submit] {
    background: #ff437a;
    border: 5px solid #ff437a;
}

#notifywhenready input[type=submit]:hover, #notifywhenready button[type=submit]:hover {
    background: #fff;
    border-color: #ff437a;
    color: #ff437a;
}
