diff --git a/assets/css/style.css b/assets/css/style.css index 3dfb44a..f6293de 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -15,7 +15,7 @@ body { height: 100vh; } -.form { +.login-mask { background-color: #fff; padding: 2em; border-radius: 5px; @@ -28,7 +28,7 @@ h1 { margin-bottom: 1em; } -.form-control { +.login-mask-control { margin-bottom: 1em; display: flex; flex-direction: column; diff --git a/assets/html/index.html b/assets/html/index.html index 3bddc31..a3c53a2 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -14,22 +14,24 @@