CINXE.COM

AAD.org Login

<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="stylesheet" type="text/css" media="screen" href="https://assets.aad.org/css/main.css" id="main-css" /> <link rel="stylesheet" type="text/css" media="print" href="https://assets.aad.org/css/print.css" id="print-css" /> <style> .bg-color-accent:hover { background-color: #dee3ec } </style> <title>AAD.org Login</title> </head> <body> <div id="app" class="page-with-vendor-header"> <header class="header-members header-desktop"> <section class="row header-topbar"> <section class="col-auto header-topbar-col"> <a href="https://www.aad.org"> <svg class="header-AAD-logo"> <use xlink:href="#aad-logo-white"></use> </svg> </a> </section> <section class="col-auto header-topbar-col"> <a href="https://www.aad.org" class="btn btn-header-members btn-header-home"> <svg class="header-icon" id="header-home"> <use xlink:href="#home"></use> </svg> AAD.org Home </a> </section> </section><hr class="header-members-divider"> </header> <header class="header-members header-mobile"> <section class="row justify-content-between header-topbar-mobile"> <section class="col-auto"> <a href="https://www.aad.org"> <svg class="header-AAD-logo-mobile"> <use xlink:href="#aad-logo-circle-white"></use> </svg> </a> <a href="https://www.aad.org" class="btn btn-sm btn-header-members btn-header-home-mobile"> <svg class="header-icon" id="header-home"> <use xlink:href="#home"></use> </svg> AAD.org Home </a> </section> </section> </header> <section class="content"> <div class="row"> <div class="col-md-12 mt-4"> <div class="bg-color-accent p-4"> <h2 class="">Sign In</h2> <hr class="dark-hr-low-margin"/> <form action="/" method="post"> <input type="hidden" id="Input_ReturnUrl" name="Input.ReturnUrl" value="" /> <div class="form-row"> <div class="form-group col-md-6 col-xs-12"> <label for="Input_Username">Email or Member ID</label> <input class="form-control" placeholder="Username" autofocus type="text" data-val="true" data-val-required="The Username field is required." id="Input_Username" name="Input.Username" value=""> </div> <div class="form-group col-md-6 col-xs-12"> <label for="Input_Password">Password</label> <input type="password" class="form-control" placeholder="Password" autocomplete="off" data-val="true" data-val-required="The Password field is required." id="Input_Password" name="Input.Password"> </div> <div class="form-group col-12"> <div class="form-check"> <input class="form-check-input" type="checkbox" data-val="true" data-val-required="The RememberLogin field is required." id="Input_RememberLogin" name="Input.RememberLogin" value="true"> <label class="form-check-label" for="Input_RememberLogin"> Keep me logged in on this computer </label> </div> </div> <div class="form-group col-12"> <button class="btn btn-primary btn--fullatmobile" name="Input.Button" value="login">Login</button> </div> </div> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8NWi3ke2Re5AupFqmj1G_4AkPHSQozia0THFAh7AURfl5Uw7Z6fyS8t1RJXJaFSs5dN9OfQ7ftH8f4t-4Sw1wGv1rDXAEAfoBoEr9F1ifutv0xEZ_AmHCaqwMrIzGttRGdCxe0P72qVD-NjKeghQ4jk" /><input name="Input.RememberLogin" type="hidden" value="false"></form> <div class="col"> <hr class="dark-hr-low-margin"/> <a href="https://identity.aad.org/reset?returnUrl=">Forgot your password or User ID?</a> </div> </div> </div> <!-- ## Registration ## --> <div class="col-md-12 mt-4 mb-4" id="create-account"> <div class="bg-color-secondary p-4"> <h2 class="text-color-white">Create Non-Member Account</h2> <hr class="light-hr-low-margin"/> <p>Create a non-member account if you are applying for membership or need to interact with AAD systems. Non-member accounts do not have access to the member-only sections of our website.</p> <!--<asp:Label class="alert alert--red col-xs-12" runat="server" ID="pnlRegistrationError" Visible="False"></asp:Label>--> <form action="/Register/Index" method="GET"> <input id="returnUrl" name="returnUrl" type="hidden" value="" /> <input id="domain" name="domain" type="hidden" value="https://identity.aad.org" /> <div class="h-bgGreyLighter"> <div class="islet"> <div class="formBody row"> <div class="formRow form-group col-md-6"> <label for="inp-register-userName">Email address</label> <input type="text" class="form-control" name="email" id="inp-register-userName"/> </div> </div> <div class="formFooter"> <div class="formSubmit"> <button type="submit" class="btn btn-primary-solid btn-mobile-full"> Continue </button> </div> </div> </div> </div> </form> </div> </div> </div> </section> <script src="/js/load-svg.js?cb=20221201"></script> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10