public void OnClick_ForgotPass()
 {
     Loading(true);
     SGFirebase.AuthResetPass(emailForgot.text);
     authAttemptForgot = true;
     timecount         = 0f;
 }