- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
[_phoneNum resignFirstResponder];
_phoneNum.keyboardType = UIKeyboardTypeNumberPad;
[_password resignFirstResponder];
}