!7 p { aShow(aVerticalStack( aBold(aFontSize(24, aCenteredTextView("Log in to your assistant"))), aVerticalSpacer(50), aFontSize(20, aCenteredTextView("User name or email:")), aCenterTextView(aTextInput("Johnnie")), aVerticalSpacer(25), aFontSize(20, aCenteredTextView("Password:")), aCenterTextView(aPasswordInput("TEST")), aVerticalSpacer(30), aButton("Log in"))); }