diff --git a/public/css/styles.css b/public/css/styles.css index f7a34c1..e1022d7 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -35,6 +35,9 @@ body{font-family:'Inter',system-ui,sans-serif;background:var(--g50);color:var(-- /* FOOTER */ .app-footer{background:var(--g800);color:var(--g400);font-size:11px;text-align:center;padding:12px 24px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;line-height:1.6;} .footer-sep{color:var(--g600);} +.auth-screen{flex-direction:column;justify-content:center;} +.auth-footer{background:transparent;color:rgba(255,255,255,0.45);margin-top:24px;width:100%;} +.auth-footer .footer-sep{color:rgba(255,255,255,0.25);} /* HEADER */ .app-header{background:linear-gradient(135deg,var(--blue) 0%,var(--purple) 100%);color:white;padding:14px 24px;} diff --git a/public/index.html b/public/index.html index f27dbc9..efe6e2f 100644 --- a/public/index.html +++ b/public/index.html @@ -93,6 +93,13 @@ HIPAA Notice: Do not enter real PHI unless your organization has a BAA with all AI providers used. +