diff --git a/css/signin_login_form.css b/css/signin_login_form.css new file mode 100644 index 0000000..1286c1b --- /dev/null +++ b/css/signin_login_form.css @@ -0,0 +1,84 @@ +.forms_sections { + display:flex; + flex-direction: column; +} +@media (min-width: 768px) { + .forms_sections { + display:flex; + flex-direction: column; + } +} + +@media (min-width: 1200px) { + .forms_sections { + display:flex; + flex-direction: row; + } +} +.form_container { + display: flex; + flex-direction: column; + flex-basis: 500px;; + align-items: center; + padding: 3em; + justify-content: center; + box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, + rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; +} + +.form_container h1 { + color: #e5989b; + text-align: center; + font-size: 2.6em; + text-shadow: 1px 1px black; + letter-spacing: 0.4em; + margin: 0.6em; +} +.form_container input { + width: 100%; + padding: 0.4em; + margin-top: 5px; + border: 1px solid #ccc; + border-radius: 5px; + font-size: 16px; + } +.form_container button { + margin: 1em 0; + background-color: #e5989b; + padding: 1em 3em; + border: 1px solid transparent; + border-radius: 4em; + color: #f5efff; + font-weight: 600; + cursor: pointer; + transition: 0.5s ease; +} + +.form_container button:hover { + background-color: #f5efff; + color: #e5989b; + border: 1px solid #3b3030; +} + +.signin_section, .login_section { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + width:auto; + padding: 3em; + +} +.signin_section { + background-color: #e5989b; +} +.login_section { + background-color: #8ff8a8; +} + + .form_container[id="sign_in_form"] h1, button:hover { + color: #8ff8a8; +} +.form_container[id="sign_in_form"] button { + background-color: #8ff8a8; +} diff --git a/login.html b/login.html index 3d048da..ef9541a 100644 --- a/login.html +++ b/login.html @@ -1,116 +1,53 @@ - - - - Home - - - - - - - - - - - - - - - -
- -
- - - - - - - +

Forgot your password?Reset your password

+ + +
+

Need an account?

+ +
+ + + + + \ No newline at end of file diff --git a/signin.html b/signin.html index 2af4988..c9a9f2e 100644 --- a/signin.html +++ b/signin.html @@ -1,175 +1,140 @@ - - - - SignIn - - - - - - - - - - - - - - - -
- +
+ +
- -
+ + +

Sign in

- - -
+ - - -
+ - - -
+ - - -
+ - - -
+ - -
+
+ +
+
- - - - - + + + + + + \ No newline at end of file