diff --git a/style/login.css b/style/login.css index eeaca8e..b3cb1ad 100644 --- a/style/login.css +++ b/style/login.css @@ -14,7 +14,7 @@ .registerbox{ width: 320px; - height: 450px; + height: 470px; background: #000; color: #fff; top: 50%; @@ -60,14 +60,14 @@ border: none; outline: none; height: 40px; - background: #fb2525; + background: #3300CC; color: #fff; font-size: 18px; border-radius: 20px; } .loginbox input[type="submit"]:hover, .registerbox input[type="submit"]:hover { cursor: pointer; - background: #ffc107; + background: #000099; color: #000; } .loginbox a, .registerbox a { @@ -78,5 +78,5 @@ } .loginbox a:hover, .registerbox a:hover { - color: #ffc107; + color: #000099; } \ No newline at end of file