/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .registration_form{
    width: 60%;
 }
 .row_half{
    width: 48%;
    display: inline-block;
 }
 .inline_row{
    margin-top: 10px
 }
 .row_half_last{
    margin-left: 3%
 }
 .success{
    color:green
 }
 .error{
    color:red
 }