"<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        <title>Login</title>\n    \n<link href=\"/assets/4c0d8e05/css/bootstrap.css\" rel=\"stylesheet\">\n<link href=\"/css/site.css\" rel=\"stylesheet\">    </head>\n<body style=\"background-image: url('/assets/images/login_background.png');\">\n\n<div class=\"wrap\">\n    \n    <div class=\"container\">\n        <div class=\"site-login\">\n\n    <div class=\"row\" style=\"margin-top: 10%; \">\n        <div class=\"col-lg-4\"></div>\n        <div class=\"col-lg-4\" style=\"padding: 20px;\">\n            <img src=\"/assets/images/logo.png\" style=\"width: 100%; height: auto;\">\n            <h3 style=\"text-align: center; color: rgba(1,81,122,1);\">Login</h3>\n\t<div style = \"display:flex; flex-direction: column; align-items:center;\">\n            <form id=\"login-form\" action=\"/\" method=\"post\" role=\"form\">\n            <script src=\"https://accounts.google.com/gsi/client\" async defer></script>\n            <div id=\"g_id_onload\"\n                 data-client_id=\"696616970125-ds90f0jbbei7vcql6jhc3bpsfb59n7m6.apps.googleusercontent.com\"\n                 data-login_uri=\"https://workspace.noz-mhn.de\"\n                 data-auto_prompt=\"false\">\n            </div>\n            <div class=\"g_id_signin\"\n                 data-type=\"standard\"\n                 data-size=\"large\"\n                 data-theme=\"outline\"\n                 data-width=\"350\"\n                 data-text=\"sign_in_with\"\n                 data-shape=\"rectangular\"\n                 data-logo_alignment=\"center\"\n\t\t data-margin=\"auto\">\n            </div>\n            <div class=\"form-group\" style=\"margin: 20px auto; text-align: center;\">\n                <a class=\"btn btn-primary\" name=\"intranet-button\" href=\"https://intranet.noz-mhn.de/intranet/\">Zurück zum Intranet</a>            </div>\n\n            </form>\t</div>\n        </div>\n        <div class=\"col-lg-4\"></div>\n    </div>\n</div>\n    </div>\n</div>\n\n<script src=\"/assets/ed9aefff/jquery.js\"></script>\n<script src=\"/assets/af3d15b6/yii.js\"></script>\n<script src=\"/assets/af3d15b6/yii.activeForm.js\"></script>\n<script>jQuery(function ($) {\njQuery('#login-form').yiiActiveForm([], []);\n});</script></body>\n</html>\n"