.login-page { height: 100%; display: flex; flex-direction: column; background: hsl(from var(--mud-palette-primary) h s 96%); } .container-top-logo > span { font-size: x-large; font-weight: 900; color: var(--mud-palette-primary) } .container-login > span { font-size: large; font-weight: 900; text-align: center; } .container-top-logo { height: 35vh; display: flex; align-items: center; justify-content: center; } .login-form-container { display: flex; flex-direction: column; gap: 1rem; } .container-login { background: var(--mud-palette-surface); border-top-left-radius: 16px; border-top-right-radius: 16px; height: 100%; display: flex; flex-direction: column; padding: 4px 16px 16px; box-shadow: 0 -2px 10px rgba(165, 165, 165, 0.5); } .login-footer { display: flex; align-items: center; justify-content: flex-end; } .login-footer span { font-size: 9px; color: var(--mud-palette-gray-darker); } .login-footer img { height: 15px; margin-left: 4px; }