diff --git a/register.html b/register.html
index 22597ab..2d3171c 100644
--- a/register.html
+++ b/register.html
@@ -31,12 +31,17 @@
border-bottom-right-radius: 20px;
}
- button[type="submit"] {
- margin-bottom: 4%;
- }
.btn-register {
width: 100%;
+ background-color: darkred;
+ border-color: darkred;
+ border-radius: 100px;
+ }
+
+ .btn-register:hover {
+ background-color: red;
+ border-color: red;
}
.hoversingup-1 a {
@@ -49,7 +54,7 @@
.hoversingup-1 a:hover {
background-color: transparent;
- color: white;
+ color: red;
text-decoration: underline;
}
@@ -212,6 +217,7 @@
Register
+