WELCOME TO

Auron Capital Bank

Enter your valid inforamtion and create your account

(function ($) { "use strict"; $(this).is(":checked") ? $("#create-account-btn").prop('disabled', false) : $("#create-account-btn").prop('disabled', true); $(document).on('click','#agree', function(){ $(this).is(":checked") ? $("#create-account-btn").prop('disabled', false) : $("#create-account-btn").prop('disabled', true); }); })(jQuery);