.login_container { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; .login { width: 540px; padding-top: 24px; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 0 2px 1px #ccc, inset 0 0 3px 2px #ccc;; h3 { text-align: center; } } }