/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .btn-apply {
    color: #FFF !important;
    background: red !important;
    margin-top: 16px !important;
    min-width: 120px !important;
    padding: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius:40px !important;
}