.body{
    background-color: lightblue;
}

#name_error,
#mobile_error,
#email_error,
#password1_error,
#password2_error,
#form_element-error{
    color: red;
    font-size: small;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



