controlroom-uat.test.irevolution-group.com Open in urlscan Pro
212.83.157.220  Public Scan

URL: https://controlroom-uat.test.irevolution-group.com/
Submission: On September 23 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="ng-pristine ng-invalid ng-invalid-required">
  <div class="cr-login">
    <div class="cr-login__left" style="background: url(img/image-fond.jpg) 0 0 no-repeat; background-size: cover;">
      <section class="cr-login__left__content">
        <div class="text">
          <img src="img/Logo-cr-white.png" alt="CR" class="logo">
          <!-- <h1 class="slogo"> Control Room, a collaborative solution empowering clinical operations teams to efficiently share information, manage risk and make informed decisions that support our business.</h1> -->
          <a href="https://sanofi.sharepoint.com/:b:/r/sites/cs_ControlRoomSupport/EarlyAdoptor%20Corner/Online%20help/COMING%20SOON.pdf?csf=1&amp;web=1" target="_blanc">
                        <div class="learn-more">
                            Learn more
                        </div>
                    </a>
        </div>
        <div class="version">
          <p> © 2021 - Version 3.3.1 </p>
        </div>
        <div class="overlay-effects"></div>
      </section>
    </div>
    <div class="cr-login__right">
      <section class="cr-login__right__content">
        <!----><ng-include src="'components/partials/login/login.html'"><!-- <link rel="stylesheet" href="../../../css/quill.bubble.css">
<div ng-controller="LoginCtrl">

    <div class="row" style="text-align: center">
        <span>
            <img src="img/{{configFront.customizing.logo.login.name}}" width="" class="logo"
                ng-style="{'width':'auto','margin-bottom':'50px','height':configFront.customizing.logo.login.height}" />
        </span>
    </div>


    <div class="row no-margin login-panel">
        <div class="col-md-12 text-center">
            <a class="btn login-button btn-lg" ng-click="goToSamlLogin()" target="_blank">
                {{'Log in with SSO'|translate}}
            </a>

        </div>
    </div>
    <div class="or-auth-collapse">
        <span ng-click="showLoginForm()"><i
                class="fa fa-left icon-lock fa-lg"></i>({{"For non-SSO Users"|translate}})</span>
    </div>
    <p ng-if="ssoUserNotFound" class="error-well">You don't have access to this application</p>

    <form class="row login-panel" ng-submit="login()" role="form">
        
        <div uib-collapse="!isCollapsedLogin">
            <div class="col-md-12 login-block">
                <div class="form-group form-group-default">
                    <label>{{'Email Address'|translate}}</label>
                    <input class="form-control" data-ng-model="user.email"
                        placeholder="{{'Only lowercase letters'|translate}}" autocomplete="on">
                </div>
                <p ng-if="required.email" class="error-well">{{"This field is required."}}</p>
                <div class="form-group form-group-default">
                    <label>{{'Password'|translate}}</label>
                    <input class="form-control" type="password" data-ng-model="user.password"
                        placeholder="{{'Enter your password'|translate}}" autocomplete="on">
                </div>
                <div class="col-md-12 login-footer">
                    <div class="row vertical-align text-center">
                        <div class="col-md-12">
                            <button class="btn login-button" type="submit">
                                {{'Login'|translate}}
                            </button>
                        </div>
                    </div>
                </div>

                <p ng-if="required.email" class="error-well">{{"This field is required."}}</p>
                <p ng-if="error" class="error-well">{{error}}</p>
                <p ng-if="success" class="success-well">{{success}}</p>
                <br>
            </div>

        </div>
    </form>

    <div class="col-md-12 tour-area" ng-if="configFront.customizing.homePage.quickTour">
        <a href="{{configFront.customizing.homePage.quickTour}}" target="_blank">
            <button class="btn btn-add btn-full-w">{{'Take a quick tour'|translate}}</button>
        </a>
    </div>

</div> -->
          <div class="cr-login__right__form" ng-controller="LoginCtrl">
            <div class="row">
              <div class="col-md-12">
                <header class="cr-login__right__form__header">
                  <h6 class="sub-title" style="    margin-bottom: 8px;">WELCOME TO</h6>
                  <h2 class="title">Control Room for Clinical Studies</h2>
                  <p class="description">Control Room, a collaborative solution empowering clinical operations teams to efficiently share information, manage risk and make informed decisions that support our business.</p>
                  <button class="btn-sign-sso" ng-click="goToSamlLogin()" target="_blank"> Single Sign-On (SSO) </button>
                  <h6 class="login-line">
                    <span>Or login with</span>
                  </h6>
                </header>
                <div class="form-group">
                  <input name="login" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="user.email" placeholder="E-mail address" autocomplete="on" required="">
                  <!---->
                </div>
                <div class="form-group position-relative">
                  <input name="password" type="password" class="form-control login-password-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-ng-model="user.password" placeholder="Enter your password" autocomplete="on"
                    required="">
                  <i class="zmdi zmdi-eye eye-password" ng-click="passwordHidden = !passwordHidden"></i>
                  <div class="row">
                    <!-- <div class="col-md text-left">
                            <p class="text-danger mb-0" translate [hidden]="!errorMsg['notFound'].show">
                                We could not find your username or email address
                            </p>
                            <p class="text-danger mb-0" translate [hidden]="!errorMsg['invalid'].show">
                                Invalid Password
                            </p>
                            <p class="text-danger mb-0" translate [hidden]="!errorMsg['inactive'].show">
                                This user account is disabled
                            </p>
                        </div>  -->
                    <!-- <div class="col-md text-right">
                            <a href="#" class="forgotten-password">Forgot password ?</a>
                        </div> -->
                  </div>
                  <!---->
                  <!---->
                  <!---->
                </div>
                <div class="form-group">
                  <button type="submit" class="btn btn-login btn-block"> Login </button>
                </div>
                <!---->
                <div class="col-md-12 tour-area" ng-if="configFront.customizing.homePage.quickTour">
                  <a href="https://sanofi.sharepoint.com/sites/control-room-booth/SitePages/DocumentLibrary.aspx" target="_blank">
                    <button class="btn btn-add btn-full-w">Take a quick tour</button>
                </a>
                </div><!---->
                <footer class="cr-login__right__form__ux" style="    padding: 12px;">
                  <i class="zmdi zmdi-info-outline"></i>
                  <p> For the best user experience, we recommend Microsoft Edge or Google Chrome. </p>
                </footer>
              </div>
            </div>
            <div class="cr-contact">
              <p>Need help? <a href="https://sanofi.sharepoint.com/sites/control-room-booth/SitePages/Contact.aspx" target="_blanc">Contact us</a></p>
            </div>
          </div>
        </ng-include>
      </section>
    </div>
  </div>
</form>

Text Content

Learn more

© 2021 - Version 3.3.1



WELCOME TO


CONTROL ROOM FOR CLINICAL STUDIES

Control Room, a collaborative solution empowering clinical operations teams to
efficiently share information, manage risk and make informed decisions that
support our business.

Single Sign-On (SSO)

OR LOGIN WITH

Login
Take a quick tour

For the best user experience, we recommend Microsoft Edge or Google Chrome.

Need help? Contact us

© 2020 - Version :3.3.1