formatting

This commit is contained in:
Niklas Korz 2023-12-31 12:37:12 +01:00
parent 681440eb4d
commit 13d7ebb061

View file

@ -53,20 +53,24 @@
width: 100%; width: 100%;
max-width: 400px; max-width: 400px;
} }
.login-container h1 { .login-container h1 {
font-size: 2em; font-size: 2em;
color: #202020; color: #202020;
margin-bottom: 20px; margin-bottom: 20px;
text-align: center; text-align: center;
} }
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: 15px;
} }
.form-group label { .form-group label {
display: block; display: block;
color: #606060; color: #606060;
margin-bottom: 5px; margin-bottom: 5px;
} }
.form-group input { .form-group input {
width: 100%; width: 100%;
padding: 15px; padding: 15px;
@ -75,6 +79,7 @@
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
font-size: 16px; font-size: 16px;
} }
button { button {
background-color: #0078d4; background-color: #0078d4;
color: white; color: white;
@ -87,6 +92,7 @@
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s; transition: background-color 0.3s;
} }
button:hover { button:hover {
background-color: #005ea6; background-color: #005ea6;
} }