-
Login
-
-
-
+
+
+
+ Log In
+
+
+
+
+
-
-
-
+
+
+ Forgot Password?
+
+
-
- Need an account? Sign up{' '}
-
- here
-
- !
-
+ New to speak for the trees?
+
+ Sign up{' '}
+
+ here!
+
+
+
-
- Forgot your password? Click{' '}
-
- here
- {' '}
- to reset it.
-
+
-
-
-
-
+
+ Welcome Back!
+
+ Dreamcatcher kogi taiyaki keytar. Swag typewriter craft beer
+ cronut pok pok gentrify flannel salvia deep v pork belly
+ pitchfork. Swag fashion axe fam. Occupy biodiesel jean shorts
+ affogato PBR&B freegan bushwick vegan four loko pickled.
+
+
+
>
);
diff --git a/src/containers/login/login.less b/src/containers/login/login.less
index e69de29b..1e437bf3 100644
--- a/src/containers/login/login.less
+++ b/src/containers/login/login.less
@@ -0,0 +1,78 @@
+.body-content-container {
+ font-family: Circular, 'Circular', sans-serif;
+ position: fixed;
+ padding: 8%;
+ height: 100%;
+ width: 100%;
+ background: white;
+ overflow: auto;
+}
+
+.Link {
+ color: #3a681a;
+}
+
+hr {
+ display: block;
+ width: 100%;
+ margin-top: 5%;
+ border-top: 1.58px solid white;
+}
+
+.input-container {
+ height: 481px;
+ padding: 30px 20px 20px 50px;
+ background: #e5e5e5;
+ box-shadow: 1.58105px 3.16211px 6.32421px rgba(0, 0, 0, 0.09);
+ border-radius: 6.32421px;
+ min-width: 500px;
+}
+
+.input-container h1 {
+ font-size: 30px;
+ line-height: 36px;
+}
+
+.input-container p {
+ font-family: Roboto;
+ text-transform: uppercase;
+ margin-bottom: 0px;
+ font-size: 10px;
+ color: #afaeae;
+}
+
+#inputs {
+ margin-top: 80px;
+}
+
+.leftInput {
+ margin-right: 25px;
+ margin-bottom: 35px;
+}
+
+.info-container {
+ padding: 70px 70px 20px;
+ height: 481px;
+ background: url('../../SFTTicon.png') no-repeat bottom right #d4edaa;
+ box-shadow: 1.58105px 3.16211px 6.32421px rgba(0, 0, 0, 0.09);
+ border-radius: 6.32421px;
+ min-width: 500px;
+}
+
+.info-container h1 {
+ font-weight: bold;
+ font-size: 44px;
+ line-height: 76px;
+ margin-bottom: 5px;
+}
+
+.info-container p {
+ font-size: 13px;
+ line-height: 28px;
+ color: #000000;
+ width: 380px;
+}
+
+#forgotPassword {
+ margin-bottom: 12%;
+}
diff --git a/src/containers/signup/Signup.tsx b/src/containers/signup/Signup.tsx
index 4f05e000..4a08c880 100644
--- a/src/containers/signup/Signup.tsx
+++ b/src/containers/signup/Signup.tsx
@@ -1,10 +1,12 @@
import React from 'react';
-import { Helmet } from 'react-helmet';
import './signup.less';
-import { Button, Form, Input, Typography } from 'antd';
+import { Button, Col, Form, Input, Row, Typography } from 'antd';
import { signup } from '../../auth/authAPI';
import { Link } from 'react-router-dom';
-const { Title, Paragraph } = Typography;
+import { Helmet } from 'react-helmet';
+
+const hSpan = 8;
+const fSpan = 17;
const Signup: React.FC = () => {
const onFinish = (values: any) => {
@@ -24,74 +26,131 @@ const Signup: React.FC = () => {
Sign Up
-