// JavaScript Document

// GENERAL
var MSG_SENDING = "Sending";
var MSG_SENDING_WAIT = "Sending, please wait ...";
var MSG_REQUIRED = "Field is required";

var MSG_LOGIN_COMPLETE_MAIL = "Complete the mail";
var MSG_LOGIN_COMPLETE_PASS = "Complete the password";
var MSG_LOGIN_FAIL = "Email/Password incorrect!";
var MSG_LOGIN_SUCCESS = "Successful login! Please wait...";


