change form margin

This commit is contained in:
smanylov
2025-12-09 18:41:40 +07:00
parent b72df032fb
commit ba4cb38a9a
+5 -5
View File
@@ -35,7 +35,7 @@
}
.form-group {
margin-bottom: 20px;
margin-bottom: 18px;
}
.form-row {
@@ -75,7 +75,7 @@
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
margin-bottom: 18px;
}
.form-error {
@@ -126,13 +126,13 @@
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
margin-bottom: 20px;
margin-bottom: 18px;
margin: 20px 0 0 0;
}
.register-link {
text-align: center;
margin-top: 20px;
margin-top: 18px;
a {
color: #6366f1;
@@ -168,7 +168,7 @@
border: 1px solid #bae6fd;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
margin-bottom: 18px;
h4 {
color: #0369a1;