.login-container{position:relative;display:flex;min-height:100vh;overflow:hidden;background-color:hsl(var(--background))}.background-wrapper{position:absolute;inset:0;height:100%;width:100%}.login-main{position:relative;z-index:10;display:flex;flex:1 1 0%;align-items:center;justify-content:center;padding:1rem}.login-form-wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:28rem}.theme-toggle{position:absolute;right:1rem;top:1rem;z-index:20}.button-login{background-color:#fdc95c;color:#000}.button-login:hover{background-color:#d8ac4e}