var invalidEmail = 'Invalid email address';
var passwordNotMatch = 'Instan-t Passwords do not match';
var incompleteTada = 'Instan-t Account data is not complete';
var usernameInvalidChars = "Invalid characters in username";
var passwordInvalidChars = "Invalid characters in password";
var passwordError = "The password can't be equal to the username and must have 3 or more characters";
var userOrPasswordBlank = 'Username and/or Password can not be blank';
var userNotBlank = "Username can not be blank";
var titleBarText = "Instan-t Express";
var forgotPasswordConfirm = "This action will reset your password and send it to the email address you provided during registration. Are you sure you want to proceed?";