From 2a9faab3de7648344dcc1973a71ada8125c0afa3 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 27 Dec 2025 13:34:56 -0800 Subject: Add Google Authenticator --- static/styles.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index f147632..d214480 100644 --- a/static/styles.css +++ b/static/styles.css @@ -76,11 +76,16 @@ p.login-error { color: red; margin-top: 0px; } - +/* form.password-form { display: flex; align-items: center; } +*/ + +.password-form-row { + text-align: end; +} label.password-label { padding-right: 20px; @@ -92,4 +97,16 @@ input.password { border: 5px solid #ff69b4; border-radius: 15px; box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); + font-size: 18px; +} + +input.submit { + margin-top: 20px; + padding: 0; + background: #f5f5f5; + outline: none; + border: 5px solid #ff69b4; + border-radius: 15px; + box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); + font-size: 25px; } -- cgit v1.3.1