
    <!-- this is where UI start  -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <link rel="stylesheet" href="app/css/login-layouts.css">
    <link rel="stylesheet" href="/site/css/fonts/metropolis/stylesheet.css">
    <style>
        body {
            background-color: #F7FAFC;
        }
    </style>
    <div class="row hide">
        <div class="col-sm-5 left-bg-img girl-bg hidden-xs">
            <a href="/"><img src="app/images/logo.svg" alt="Securly" title="Securly" class="logo"></a>

        </div>
        <div class="col-sm-7 right-bg-content">

            <section>
                <div class="form-section">
                    <h2>Login to continue</h2>
                    <span class="gray-tip">Please log in with your school email and password..</span>
                    <a href="https://uk-www.securly.com/loginssoAzure.php?reason=&categoryid=0&policyid=0&i2n=2416338498&url=Z2l0Zml0LnR2Lz9mZWVkPXJzczI=&rand=1654956287&type=1" class="btn google-button">Login with Google</a>
                    <a href="https://uk-www.securly.com/loginssoAzure.php?reason=&categoryid=0&policyid=0&i2n=2416338498&url=Z2l0Zml0LnR2Lz9mZWVkPXJzczI=&rand=1654956287&type=2" class="btn azure-button">Login with Microsoft Azure AD</a>
            </section>
        </div>
    </div>
<!-- New html layout -->
<div class="container aligned-container student-login-image">
    <div class="row">
        <div class="col-sm-6 form-col col-sm-push-6">
            <section>
                <div class="form-section box-design">
                    <h2>Login to continue</h2>
                    <span class="gray-tip">Please log in with your school email and password.</span>
                    <!-- S: REL-715 -->
                    <!-- <a href="/app/login?type=1" class="btn google-button">Login with Google</a> -->
                    <!-- <a href="/app/login?type=2" class="btn azure-button">Login with Microsoft Azure AD</a> -->
                    <!-- S: REL-715 -->
                    <a href="https://uk-www.securly.com/loginssoAzure.php?reason=&categoryid=0&policyid=0&i2n=2416338498&url=Z2l0Zml0LnR2Lz9mZWVkPXJzczI=&rand=1654956287&type=1" class="btn btnn btn-google">
                        <img src="/app/images/g-logo.png" alt="Google Icon"><span>Login with Google</span>
                    </a>
                    <a href="https://uk-www.securly.com/loginssoAzure.php?reason=&categoryid=0&policyid=0&i2n=2416338498&url=Z2l0Zml0LnR2Lz9mZWVkPXJzczI=&rand=1654956287&type=2" class="btn btnn btn-azure">
                        <img src="/app/images/ms-logo.png" alt="MS Azure Icon"><span>Login with Microsoft Azure AD</span>
                    </a>
                </div>
            </section>
        </div>
    </div>
</div>
        <!-- this is where UI end -->
    