public function __construct($logo_url, $title, $section_one, $section_two, $section_after_login, $thanks, $signature, $help, $color_logo, $login, $section_three, $section_after_password, $password)
 {
     parent::__construct($logo_url, $title, $section_one, $section_two, $section_after_login, $thanks, $signature, $help, $color_logo, $login);
     $this->section_three = $section_three;
     $this->section_after_password = $section_after_password;
     $this->password = $password;
 }
 public function __construct($has_logo, $logo_url, $title, $section_one, $section_two, $section_after_login, $thanks, $signature, $help, $color_logo, $login, $redirect_url, $redirect_button, $color_button)
 {
     parent::__construct($has_logo, $logo_url, $title, $section_one, $section_two, $section_after_login, $thanks, $signature, $help, $color_logo, $login);
     $this->redirect_url = $redirect_url;
     $this->redirect_button = $redirect_button;
     $this->color_button = $color_button;
 }