.login-layout{height:100vh}.login-layout .header{display:flex;justify-content:center;align-items:center;padding-top:1rem;background:#fff;border-bottom:1px solid #e5e5e5}.login-layout .header .logo{margin-bottom:.5rem}.login-layout .login-form{margin-bottom:auto}.login-layout .login-form .form{width:100%;max-width:25rem;padding:2rem;margin:5rem auto 0;background:#fff;border:1px solid #e5e5e5;border-radius:1rem}.login-layout .login-form .form .title{text-align:center;font-size:1.5rem;margin-bottom:1rem}.login-layout .login-form .form .login-form-button{width:100%;margin-top:1rem}.page-container .footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0;background-color:#fff}.page-container .footer-container .title{color:#555}.page-container .footer-container .description{color:#666}