diff --git a/src/css/style.css b/src/css/style.css index 97bf896..394b7ce 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -8,7 +8,8 @@ } .container-login h1 { - font-size: 100px; + font-size: 130px; + font-weight: 400; } .container-login form { @@ -18,15 +19,16 @@ .container-login form h2 { margin-bottom: 20px; - font-size: 30px; + font-size: 40px; text-transform: capitalize; } .container-login form input { margin-bottom: 10px; - width: 200px; - height: 30px; + width: 300px; + height: 40px; border-radius: 6px; + font-size: 20px; text-align: center; background-color: black; border: 1px solid white; @@ -39,20 +41,12 @@ .container-login form button { border-radius: 6px; - width: 200px; - height: 30px; + width: 300px; + height: 40px; margin-top: 40px; font-size: 30px } -.container-login form button:hover { - border-radius: 6px; - width: 200px; - height: 30px; - margin-top: 40px; - font-size: 30px; -} - .container-login form p { margin-top: 10px; } @@ -76,7 +70,8 @@ } .container-register h1 { - font-size: 100px; + font-size: 120px; + font-weight: 400; } .container-register form { @@ -85,16 +80,17 @@ } .container-register form h2 { - margin-bottom: 20px; + margin-bottom: 10px; font-size: 30px; text-transform: capitalize; } .container-register form input { margin-bottom: 10px; - width: 200px; - height: 30px; + width: 300px; + height: 40px; border-radius: 6px; + font-size: 20px; text-align: center; background-color: black; border: 1px solid white; @@ -107,20 +103,12 @@ .container-register form button { border-radius: 6px; - width: 200px; - height: 30px; - margin-top: 40px; + width: 300px; + height: 40px; + margin-top: 10px; font-size: 30px } -.container-register form button:hover { - border-radius: 6px; - width: 200px; - height: 30px; - margin-top: 40px; - font-size: 30px; -} - .container-register form p { margin-top: 10px; }