diff --git a/css/style.css b/css/style.css index dd6063e..2807adf 100644 --- a/css/style.css +++ b/css/style.css @@ -111,25 +111,15 @@ button { font-family: 'Roboto Condensed', sans-serif; } -.login-button { - /* width: 50%; - color: #252537; - padding: 0.9rem 1rem; - background: #fff; - border-radius: 5px; - font-size: 0.9rem; - left: 50%; */ +.login-button, .submit-button { width: 100%; padding: 0.98rem; border: none; background-color: rgb(129, 113, 222); font-size: 0.9rem; - font-family: 'Roboto Condensed', sans-serif; - - - } + .submit-button { width: 100%; display: flex; @@ -174,12 +164,10 @@ button { button:hover { transform: translatey(3px); box-shadow: none; -} - -button:hover { animation: ani9 0.4s ease-in-out infinite alternate; } + @keyframes ani9 { 0% { transform: translateY(3px); diff --git a/forgot.html b/forgot.html index 88c471a..2c692fc 100644 --- a/forgot.html +++ b/forgot.html @@ -29,11 +29,12 @@