diff --git a/Css-files/login-register.css b/Css-files/login-register.css index 1622df72..dd8344eb 100644 --- a/Css-files/login-register.css +++ b/Css-files/login-register.css @@ -149,7 +149,7 @@ body { border-radius: 15px; border: none; margin: 10px; /*Margin added so that they do not overlap*/ - background-color: #aa6a6a; + background-color: #be367a; color: rgb(190, 135, 135); font-size: 16px; cursor: pointer; @@ -158,7 +158,7 @@ body { .btn-login:hover, #google-login:hover { - background-color: #ac7070; /* Darker shade on hover */ + background-color: #c3709a; /* Darker shade on hover */ transform: translateY(-3px); /* Lift effect on hover */ } @@ -167,14 +167,6 @@ body { transform: translateY(1px); /* Slight press effect */ } -#google-login { - background-color: #ad6660; /* Google red color */ -} - -#google-login:hover { - background-color: #b8938f; /* Darker Google color on hover */ -} - /* Accessibility: Adding focus styles for inputs and buttons */ .textfield > input:focus { outline: 2px solid #a45b5b; /* Red outline for focused input */