.Login{height:100vh;background-image:url(/images/login.jpg);display:grid;grid-template-columns:repeat(12,1fr);background-repeat:no-repeat;background-size:cover}.Login_container{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-column:5/9}.Login_hdl{margin-bottom:var(--space-small)}.Login_subHdl{font-size:var(--font-size-small);margin-bottom:var(--space-medium)}.Login_intro{font-size:var(--font-size-default);margin-bottom:var(--space-mlarge)}.Login_bottom{display:flex;justify-content:space-between;margin-top:var(--space-medium)}.Login_bottom .Link{height:-moz-fit-content;height:fit-content}.Login_buttons{display:flex;justify-content:flex-end;margin-top:var(--space-medium);gap:var(--space-small)}.Login_footer{margin-top:var(--space-small);font-size:var(--font-size-small)}.Login .Panel{margin-top:var(--space-mlarge)}.Login .Layout_links{background-color:var(--bosch-gray-20);position:absolute;left:0;bottom:0;width:250px}