diff --git a/custom_portal.css b/custom_portal.css index 8c968d3..b60e4f4 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -118,13 +118,18 @@ body { margin: 0 5% 0 45%; height: 100%; } - +.login-form .btn { + height: 52px; + margin: 8px 0; + padding: 0; +} .form-group { display: grid; grid-template-columns: 52px 90%; /* width: 100%; */ height: 52px; - margin: 7px 0; + margin: 8px 0; + padding: 0; overflow: hidden; }