diff --git a/app/static/style.css b/app/static/style.css index 389860e..64c1d14 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1162,9 +1162,12 @@ button { .login-request-btn { display: block; + width: 100%; + box-sizing: border-box; text-align: center; margin-top: 1.1rem; padding: 0.68rem 1.2rem; + cursor: pointer; border-radius: 10px; border: 1px solid rgba(42,130,210,0.22); background: transparent;