body{background:url(/img/background.jpg) no-repeat center center fixed;background-size:cover;display:flex;align-items:center;justify-content:center;overflow:hidden}body::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6)}.login-wrapper{box-shadow:0 0 0 15px rgba(0,0,0,.4);border-radius:5px;background-color:var(--content-color);z-index:1;padding:25px;width:400px;min-height:200px}.login-wrapper div.logo{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.login-wrapper div.logo img{height:40px}.login-wrapper h1{margin-bottom:20px;text-align:center}.login-wrapper div.action{margin-top:25px;display:flex;align-items:center;justify-content:center}footer{position:fixed;bottom:0;color:#fff}footer .container{justify-content:center}
