
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>
  <meta charset="utf-8" content="text/html" http-equiv="Content-Type" />
  <title>
    FreeWheel System Login Page
  </title>
  <link rel="stylesheet" type="text/css" , href="./css/login.css" />
  <link href="//staticui.freewheel.tv/favicon.ico?v=6.23" rel="shortcut icon" type="image/vnd.microsoft.icon">
</head>

<body class="loginBody">
  <div class="outer-login">
    <div class="login-content">
      <div class="login-work-area">
        <div class="logo-wrapper">
          <img class="login-logo" src="images/logo-freewheel.svg" alt="Freewheel" />
        </div>
        
        <div class="message-holder"></div>
        
        <div class="login-form">
          <form id="login_form" autocomplete="off" action="/auth/signin" method="post">
            <input name="source" type="hidden" value="MRM" />
            <input name="sso_return_to" type="hidden" value="https://mrm.freewheel.tv/app" />
            <div class="field">
              <label class="inputLabel">
                <input id="login" name="login" type="text" required></input>
                <span>Login Name</span>
              </label>
            </div>
            <div class="field">
              <label class="inputLabel">
                <input id="password" name="password" type="password" required></input>
                <span>Password</span>
              </label>
            </div>
            <div class="form-footer">
              <button class="login-button" type="submit">Log in</button>
              <a class="forgot-password" href="/system/user_setup/users/forgot_password_login?v=6.23">Having problems logging in?</a>
            </div>
          </form>
        </div>
      </div>
      <div>
        <img class="circle" src="images/il-circle-violet-gradient.svg" alt="circle" />
        <img class="login-img" src="images/login-picture-01.jpg" alt="login_image" />
        <span class="slogan">
          welcome to freewheel’s platform
        </span>
      </div>
    </div>
    <div class="login-footer">
      <div class="footer-left">
        <span>
          © 2026 FreeWheel Media Inc.
        </span>
        <a
          href="https://www.freewheel.com/privacy-policy"
          target="_blank"
        >
          Privacy Policy
        </a>
        <a
          href="https://www.freewheel.com/terms-conditions"
          target="_blank"
        >
          Terms and Conditions
        </a>
        <a
          href="https://www.freewheel.com"
          target="_blank"
        >
          FreeWheel.com
        </a>
      </div>
      <div class="footer-right">
        <a
          href="https://www.facebook.com/freewheeltv/"
          target="_blank"
        >
          <img src="images/facebook-circle.svg" width="20" height="20" />
        </a>
        <a
          href="https://twitter.com/FreeWheel"
          target="_blank"
        >
          <img src="images/twitter-circle.svg" width="20" height="20" />
        </a>
        <a
          href="https://www.linkedin.com/company/freewheel/"
          target="_blank"
        >
          <img src="images/linkedin-circle.svg" width="20" height="20" />
        </a>
        <a
          href="https://vimeo.com/freewheeltv"
          target="_blank"
        >
          <img src="images/vimeo-circle.svg" width="20" height="20" />
        </a>
        <a
          href="https://www.instagram.com/teamfreewheel/"
          target="_blank"
        >
          <img src="images/instagram-circle.svg" width="20" height="20" />
        </a>
      </div>
    </div>
  </div>
</body>

</html>
