diff --git a/src/assets/imgs/background.png b/src/assets/imgs/background.png new file mode 100644 index 00000000..2b6bc525 Binary files /dev/null and b/src/assets/imgs/background.png differ diff --git a/src/pages/login/login.html b/src/pages/login/login.html index 5fbf94dd..e9be6313 100644 --- a/src/pages/login/login.html +++ b/src/pages/login/login.html @@ -5,15 +5,80 @@ Ionic pages and navigation. --> - - - Login - + - + - + + +
+ + + + +

Transitioning from the military to civilian environment is more than just a job change.

+
+

It's a life change.

+
+ +
+ +
+ + + + + EMAIL ADDRESS + + + + + + + + + + PASSWORD + + + + + + +
+
+ + + + + + + + + +
+
+ + + + +

If you don't have an account yet, you can register now.

+
+ +
+ + + + + + + + + +
+ +
\ No newline at end of file diff --git a/src/pages/login/login.scss b/src/pages/login/login.scss index 2b94c14b..650be043 100644 --- a/src/pages/login/login.scss +++ b/src/pages/login/login.scss @@ -1,3 +1,57 @@ page-login { + + #header { + display: flex; + padding: 65px; + justify-content: center; + align-items: center; + + background-position: 0px -250px; + background-size: 100% 500%; + background-image: url('../assets/imgs/background.png'); + } + + #title { + letter-spacing: 3px; + font-weight: bold; + font-family: proxima-nova; + font-size: 70px; + color: white; + } + + #lifechange { + font-weight: bold; + } + + .labels { + color: rgb(96,96,96); + font-size: 25px; + } + + .inputs { + border: 1px solid rgb(229, 230, 230); + background-color: rgb(248, 248, 248); + padding-left: 60px; + font-size: 25px + } + + .icons { + color: rgb(130,180,64); + font-size: 35px; + position: absolute; + top: 60px; + left: 20px + } + + #loginbutton { + background-color: rgb(130,180,64); + font-size: 25px + } + + #signupbutton { + background-color: rgb(42,61,79); + font-size: 25px + } } +