authenticate2.mohela.studentaid.gov Open in urlscan Pro
2600:1408:c400:16::17d4:f80e  Public Scan

Submitted URL: https://jc556f4p.r.us-east-1.awstrack.me/L0/https:%2F%2Fmyaccount.mohela.studentaid.gov%2Froute%2FInbox%3FDocID=66303883/1/010001938e20a7...
Effective URL: https://authenticate2.mohela.studentaid.gov/CALM2MOH/login.do?command=showLoginPage
Submission: On December 03 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

POST /CALM2MOH/login.do?command=showLoginPage

<form id="command" action="/CALM2MOH/login.do?command=showLoginPage" method="post">
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NQZ9SMS" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->
  <div class="l-page page-login">
    <header class="l-header">
      <div class="l-branding container">
        <div class="logo row">
          <div class="container calm-header">
            <div class="logo-section" tabindex="0" title="MOHELA Logo - go to your Login Page">
              <img id="Logo" onclick="window.location.href = 'https://mohela.studentaid.gov/'" class="image-section" src="/images/Moh_color.svg" alt="MOHELA Logo" title="Home">
            </div>
            <div class="vertical-line"></div>
            <div class="logo-fsa-section" title="Official Servicer of Federal Student Aid">
              <img class="fsa-image-section" src="/images/FSA-Logo.png" alt="Official Servicer of Federal Student Aid" title="Official Servicer of Federal Student Aid">
            </div>
          </div>
        </div>
      </div>
    </header>
    <div class="l-main" role="main">
      <div class="container">
        <div class="l-content">
          <!-- Step 1: Welcome Page -->
          <div class="row" id="welcomePage">
            <div class="pageTitle col-lg-12">
              <h1> Please Read Before Continuing </h1>
            </div>
            <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
              <div>
                <div style="text-align: center; font-weight: bold;">Warning</div>
                <p>You are accessing a U.S. Federal Government computer system intended to be solely accessed by individual users expressly authorized to access the system by the U.S. Department of Education. Usage may be monitored, recorded, and/or
                  subject to audit. For security purposes and in order to ensure that the system remains available to all expressly authorized users, the U.S. Department of Education monitors the system to identify unauthorized users. Anyone using
                  this system expressly consents to such monitoring and recording. Unauthorized use of this information system is prohibited and subject to criminal and civil penalties. Except as expressly authorized by the U.S. Department of
                  Education, unauthorized attempts to access, obtain, upload, modify, change, and/or delete information on this system are strictly prohibited and are subject to criminal prosecution under 18 U.S.C. § 1030, and other applicable
                  statutes, which may result in fines and imprisonment. For purposes of this system, unauthorized access includes, but is not limited to:</p>
                <ul>
                  <li>any access by an employee or agent of a commercial entity, or other third party, who is not the individual user, for purposes of commercial advantage or private financial gain (regardless of whether the commercial entity or
                    third party is providing a service to an authorized user of the system); and</li>
                  <li>any access in furtherance of any criminal or tortious act in violation of the Constitution or laws of the United States or any State.</li>
                </ul>If system monitoring reveals information indicating possible criminal activity, such evidence may be provided to law enforcement personnel.<p></p>
              </div>
              <div class="login-button">
                <p class="text-center">
                  <button class="green" type="button" id="Accept" value="Accept"
                    onclick="document.getElementById('loginForm').style.display = 'block'; document.getElementById('welcomePage').style.display = 'none'; this.parentNode.parentNode.style.display = 'none'; window.scrollTo(0,0);"> Accept </button>
                  <button class="red" type="button" id="Decline" value="Decline" onclick="window.location.href='https://mohela.studentaid.gov';"> Decline </button>
                </p>
              </div>
            </div>
          </div>
          <!-- Step 2: Login Form -->
          <div id="loginForm" style="display: none;">
            <div class="row">
              <div class="pageTitle col-lg-12">
                <h1> Log In </h1>
              </div>
            </div>
            <div class="row">
              <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
                <input type="hidden" name="command" value="login">
                <input type="hidden" name="returnUrl" value="https://myaccount.mohela.studentaid.gov/Account/Login">
                <input type="hidden" name="destAppName" value="EMS">
                <input type="hidden" id="clientTimeZoneAndScreenSize" name="clientTimeZoneAndScreenSize" value="default">
                <input type="hidden" name="csrfSecureRandomNumber" value="-5434825965264124333">
                <div class="form-item row">
                  <label class="col-md-3 col-sm-2 col-xs-12" for="user-id"> User ID </label> <input class="col-md-6 col-sm-10 col-xs-12" placeholder="User ID" id="user-id" name="UserID" value="" size="23" maxlength="62" type="text">
                </div>
                <div class="form-item row">
                  <label class="col-md-3 col-sm-2 col-xs-12" for="password"> Password </label> <input id="password" class="col-md-6 col-sm-10 col-xs-12" name="Password" value="" placeholder="Password" size="23" maxlength="32" type="password">
                </div>
                <div class="form-item row checkbox-remember">
                  <fieldset class="col-md-offset-3 col-md-8 col-sm-offset-4 col-sm-8 col-xs-12">
                    <input type="checkbox" id="remember" name="RememberUserId" value="Y">
                    <label for="remember">Remember My User ID</label>
                  </fieldset>
                </div>
                <div class="login-button">
                  <p class="text-center">
                    <button class="green" type="submit" id="Submit" value="Log In" onclick="javascript:calmSubmitWithTimeZone('./login.do?STEP=1','login','');return false;"> LOG IN </button>
                  </p>
                </div>
                <div class="forgot-buttons">
                  <p class="text-center">
                    <button class="forgotIDOrPwdBtnColor" type="button" onclick="javascript:calmSubmit('./ForgotUserID.do','showForgotUserIDPage','');return false;"> Forgot User ID </button>
                    <button class="forgotIDOrPwdBtnColor" type="button" onclick="javascript:calmSubmit('./ForgotPassword.do','forgotPasswordInit','');return false;"> Forgot Password </button>
                  </p>
                </div>
              </div>
            </div>
            <div class="row">
              <div class="col-lg-12 register-ad">
                <h2 class="sectionTitle"> Not registered yet? <a href="#" id="register" onclick="javascript:calmSubmit('./CreateNewAccount.do','createAccountInit','');return false;">
											Register for access now
										</a>
                </h2>
                <p class="text-center">
                  <button class="blue" type="button" onclick="javascript:calmSubmit('./CreateNewAccount.do','createAccountInit','');return false;"> Register Now <span class="icon-navient-big-arrow-right" aria-label="Arrow"></span>
                  </button>
                </p>
              </div>
            </div>
          </div>
        </div>
      </div>
      <footer class="l-footer">
        <div class="l-footer container">
          <div class="row">
            <div class="text-center">
              <p>You are accessing a MOHELA information system, which may contain government and financial information that is restricted to authorized users only. Unauthorized access includes, but is not limited to: any access by an employee or
                agent of a commercial entity, or other third party, who is not the individual authorized user, for purposes of commercial advantage or private financial gain (regardless of whether that commercial entity or third party is providing a
                service to an authorized user of the system); and any access in furtherance of any criminal or tortious act in violation of the Constitution or laws of the United States or of any State. Unauthorized access to or use of this system is
                prohibited and may constitute a violation of Title 18, Section 1030 of the United States Code or other federal, state or local laws and regulations. </p>
              <p>This session may be monitored to ensure appropriate usage and proper performance of applicable security features; and monitoring may result in the acquisition, recording, and analysis of all data being communicated, transmitted,
                processed, or stored by this session. Session activity may be provided as evidence to law enforcement officials. </p>
              <p>By logging on, I agree and consent to these terms and conditions. </p>
              <p>For your security, this site uses Transport Layer Security (TLS) to encrypt data during transmission. </p>
              <p>If your loans recently transferred from another federal student loan servicer, you will need to register a new account to gain access to your loan information through mohela.studentaid.gov. Please allow approximately 10 business days
                after MOHELA receives the transfer for your full account details to be available. Learn about the loan transfer process.</p>
            </div>
            <ul class="footer-menu">
              <li>
                <a href="https://mohela.studentaid.gov/About" target="_blank" title="Learn More About MOHELA (this link will open in a new window)">About Us <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to About Us" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/Terms" target="_blank" title="Terms of Use (this link will open in a new window)">Terms of Use <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to About Us" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/Privacy" target="_blank" title="Protecting Your Privacy (this link will open in a new window)">Privacy Policy <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to Privacy Policy" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/Security" target="_blank" title="Security (this link will open in a new window)">Security <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to Security" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/Accessibility" target="_blank" title="Accessibility (this link will open in a new window)">Accessibility <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to Accessibility" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/Contact" target="_blank" title="Contact Us (this link will open in a new window)">Contact Us <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to Contact Us" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/InfoCenter" target="_blank" title="Info Center (this link will open in a new window)">Info Center <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to Info Center" border="0"></span></a>
              </li>
              <li><a href="https://mohela.studentaid.gov/FAQs" target="_blank" title="FAQs (this link will open in a new window)">FAQs <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to FAQs" border="0"></span></a></li>
              <li>
                <a href="https://mohela.studentaid.gov/NewToMOHELA" target="_blank" title="New To MOHELA (this link will open in a new window)">New To MOHELA <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to New To MOHELA" border="0"></span></a>
              </li>
              <li>
                <a href="https://mohela.studentaid.gov/careers" target="_blank" title="Careers (this link will open in a new window)">Careers <span class="icon-navient-external"><img src="/images/clear.png" alt="Go to Careers" border="0"></span></a>
              </li>
              <div class="copyright col-lg-10 col-lg-offset-1">
                <p>Copyright © 2024 Higher Education Loan Authority of the State of Missouri(MOHELA). All Rights Reserved.</p>
              </div>
            </ul>
          </div>
        </div>
      </footer>
    </div>
  </div>
</form>

Text Content

PLEASE READ BEFORE CONTINUING

Warning

You are accessing a U.S. Federal Government computer system intended to be
solely accessed by individual users expressly authorized to access the system by
the U.S. Department of Education. Usage may be monitored, recorded, and/or
subject to audit. For security purposes and in order to ensure that the system
remains available to all expressly authorized users, the U.S. Department of
Education monitors the system to identify unauthorized users. Anyone using this
system expressly consents to such monitoring and recording. Unauthorized use of
this information system is prohibited and subject to criminal and civil
penalties. Except as expressly authorized by the U.S. Department of Education,
unauthorized attempts to access, obtain, upload, modify, change, and/or delete
information on this system are strictly prohibited and are subject to criminal
prosecution under 18 U.S.C. § 1030, and other applicable statutes, which may
result in fines and imprisonment. For purposes of this system, unauthorized
access includes, but is not limited to:

 * any access by an employee or agent of a commercial entity, or other third
   party, who is not the individual user, for purposes of commercial advantage
   or private financial gain (regardless of whether the commercial entity or
   third party is providing a service to an authorized user of the system); and
 * any access in furtherance of any criminal or tortious act in violation of the
   Constitution or laws of the United States or any State.

If system monitoring reveals information indicating possible criminal activity,
such evidence may be provided to law enforcement personnel.



Accept Decline


LOG IN

User ID
Password
Remember My User ID

LOG IN

Forgot User ID Forgot Password


NOT REGISTERED YET? REGISTER FOR ACCESS NOW

Register Now

You are accessing a MOHELA information system, which may contain government and
financial information that is restricted to authorized users only. Unauthorized
access includes, but is not limited to: any access by an employee or agent of a
commercial entity, or other third party, who is not the individual authorized
user, for purposes of commercial advantage or private financial gain (regardless
of whether that commercial entity or third party is providing a service to an
authorized user of the system); and any access in furtherance of any criminal or
tortious act in violation of the Constitution or laws of the United States or of
any State. Unauthorized access to or use of this system is prohibited and may
constitute a violation of Title 18, Section 1030 of the United States Code or
other federal, state or local laws and regulations.

This session may be monitored to ensure appropriate usage and proper performance
of applicable security features; and monitoring may result in the acquisition,
recording, and analysis of all data being communicated, transmitted, processed,
or stored by this session. Session activity may be provided as evidence to law
enforcement officials.

By logging on, I agree and consent to these terms and conditions.

For your security, this site uses Transport Layer Security (TLS) to encrypt data
during transmission.

If your loans recently transferred from another federal student loan servicer,
you will need to register a new account to gain access to your loan information
through mohela.studentaid.gov. Please allow approximately 10 business days after
MOHELA receives the transfer for your full account details to be available.
Learn about the loan transfer process.

 * About Us
 * Terms of Use
 * Privacy Policy
 * Security
 * Accessibility
 * Contact Us
 * Info Center
 * FAQs
 * New To MOHELA
 * Careers

   Copyright © 2024 Higher Education Loan Authority of the State of
   Missouri(MOHELA). All Rights Reserved.