/* Override theme primary text color on primary button so it's always white */
body .btn-primary {
    color: #ffffff !important;
}