diff --git a/assets/css/signin.css b/assets/css/signin.css index 93a495c6..69523980 100644 --- a/assets/css/signin.css +++ b/assets/css/signin.css @@ -60,6 +60,26 @@ p { border-radius: 4px; box-sizing: border-box; } +.password{ + border: 1px solid #ccc; + border-radius: 4px; + display: flex; + justify-content: space-between; + align-items: center; + padding-right: 12px; + +} + +.password input{ + width: 80%; + padding: 10px; + box-sizing: border-box; + border: none; +} +.password input:focus{ + outline: none; +} + .signin-btn { width: 100%; diff --git a/signin.html b/signin.html index 2f0920d6..f3a04090 100644 --- a/signin.html +++ b/signin.html @@ -6,6 +6,7 @@
Don't have an account? Sign up here
+ + +