diff --git a/static/css/login-style.css b/static/css/login-style.css index 5755eb5..f015d71 100644 --- a/static/css/login-style.css +++ b/static/css/login-style.css @@ -123,7 +123,7 @@ body { .login__submit { background: #fff; font-size: 14px; - margin-top: 20px; + margin-top: 30px; padding: 16px 20px; border-radius: 26px; border: 1px solid #D4D3E8; @@ -204,35 +204,4 @@ body { color: #000; font-size: 12px; font-family: serif; -} - - -.sign-up-btn { - justify-content: center; - background: #fff; - font-size: 14px; - margin-top: 10px; - padding: 16px 20px; - border-radius: 26px; - border: 1px solid #D4D3E8; - text-transform: uppercase; - font-weight: 700; - display: flex; - align-items: center; - width: 100%; - color: #4C489D; - box-shadow: 0px 2px 2px #5C5696; - cursor: pointer; - transition: .2s; -} - -.sign-up-btn:hover { - - background: #f19999; -} -.disabled-btn{ - color: #b7b5b5; - cursor: no-drop ; - box-shadow: 0px 2px 2px #575662; - font-weight: 100; } \ No newline at end of file