.login-header { font-size: 36px; margin-bottom: 50px; font-weight: 500; text-align: center; } .login-button-area { display: flex; justify-content: center; margin: 30px; } /* #login-button.show { height: 500px; width: 500px; box-shadow: 20px 20px 40px var(--window-shadow); padding: 80px; border-radius: 30px; } */ /* #login-button.show { background-color: var(--light-background); } #login-button .content { transition: all 0.1s ease-in-out } */ /* #login-button.show .content { opacity: 0; } */ #login-button { width: 150px; height: 40px; box-sizing: border-box; transform: translateY(0); transition: all 0.2s ease-in-out; border-radius: 50px; position: relative; z-index: 10; } .login-options-container { display: flex; flex-direction: column; align-items: center; margin-top: 40px; gap: 20px; } .login-email-input-with-submitted { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; } #password { transition: all 0.5s ease; transition-delay: 0.5s; } #password-container { transition: opacity 0.5s ease, transform 0.5s ease, margin 0.5s ease, width 0.5s ease; display: none; opacity: 1; transform: translateY(-20px); } #password-container.show { display: block; opacity: 1; transform: translateY(0); }