First Implementation

This commit is contained in:
caroschulte02-alt
2026-05-13 21:52:25 +02:00
parent af1a7d8e16
commit 2258bf05eb
+4 -2
View File
@@ -125,15 +125,17 @@ body {
width: 100%;
padding: 12px;
margin-bottom: 20px;
border: 1px solid white;
border-radius: 4px;
border: 1px solid #d1d5db;
border-radius: 6px;
box-sizing: border-box;
font-size: 1rem;
background-color: white;
}
.login-input:focus {
outline: none;
border-color: #2563eb;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.checkbox-wrapper {