the success message does not contain proper background due to non-existent class ( alert alert-message ) being called.
instead of <div class="alert alert-message"> it needs to be <div class="alert alert-success">
see
http://getbootstrap.com/components/#alerts for definition of valid alert class's.