Update signup.html
Browse files- signup.html +4 -4
signup.html
CHANGED
|
@@ -63,7 +63,7 @@
|
|
| 63 |
.login-card {
|
| 64 |
width: 100%;
|
| 65 |
max-width: 420px;
|
| 66 |
-
padding: 40px 30px;
|
| 67 |
border-radius: 40px;
|
| 68 |
background: rgba(255, 255, 255, 0.05);
|
| 69 |
backdrop-filter: blur(25px);
|
|
@@ -80,7 +80,7 @@
|
|
| 80 |
|
| 81 |
.login-card h2 {
|
| 82 |
font-weight: 700;
|
| 83 |
-
font-size: 30px;
|
| 84 |
margin-bottom: 5px;
|
| 85 |
background: linear-gradient(to right, #fff, #c4b5fd);
|
| 86 |
-webkit-background-clip: text;
|
|
@@ -96,7 +96,7 @@
|
|
| 96 |
/* --- INPUT FIELDS --- */
|
| 97 |
.input-group {
|
| 98 |
position: relative;
|
| 99 |
-
margin-bottom: 15px;
|
| 100 |
text-align: left;
|
| 101 |
}
|
| 102 |
|
|
@@ -289,7 +289,7 @@
|
|
| 289 |
</div>
|
| 290 |
|
| 291 |
<div class="links">
|
| 292 |
-
Already have an account? <a href="
|
| 293 |
</div>
|
| 294 |
</div>
|
| 295 |
</div>
|
|
|
|
| 63 |
.login-card {
|
| 64 |
width: 100%;
|
| 65 |
max-width: 420px;
|
| 66 |
+
padding: 40px 30px;
|
| 67 |
border-radius: 40px;
|
| 68 |
background: rgba(255, 255, 255, 0.05);
|
| 69 |
backdrop-filter: blur(25px);
|
|
|
|
| 80 |
|
| 81 |
.login-card h2 {
|
| 82 |
font-weight: 700;
|
| 83 |
+
font-size: 30px;
|
| 84 |
margin-bottom: 5px;
|
| 85 |
background: linear-gradient(to right, #fff, #c4b5fd);
|
| 86 |
-webkit-background-clip: text;
|
|
|
|
| 96 |
/* --- INPUT FIELDS --- */
|
| 97 |
.input-group {
|
| 98 |
position: relative;
|
| 99 |
+
margin-bottom: 15px;
|
| 100 |
text-align: left;
|
| 101 |
}
|
| 102 |
|
|
|
|
| 289 |
</div>
|
| 290 |
|
| 291 |
<div class="links">
|
| 292 |
+
Already have an account? <a href="login.html">Log In</a>
|
| 293 |
</div>
|
| 294 |
</div>
|
| 295 |
</div>
|