1
1
.login-page {
2
2
height : 100vh ;
3
3
display : flex;
4
+ flex-wrap : wrap;
4
5
justify-content : center;
5
6
align-items : center;
7
+ background-repeat : no-repeat;
8
+ background-position : 0% 100% ;
9
+ background-size : 100% ;
10
+ background-image : url ("../../assets/login-bg.svg" ),
11
+ linear-gradient (110.27deg , # 3e00a3 0% , # 05000e 100% );
12
+ }
13
+ .tagline {
14
+ font-family : Noto Sans;
15
+ font-size : 30px ;
16
+ font-style : normal;
17
+ font-weight : 700 ;
18
+ line-height : 41px ;
19
+ letter-spacing : 0em ;
20
+ text-align : left;
21
+ margin : 120px auto auto 100px ;
6
22
}
7
23
8
- .login-box {
9
- height : 90vh !important ;
24
+ .tagline p {
25
+ display : block;
26
+ font-size : 60px ;
27
+ margin : 5px 0 ;
28
+ line-height : 82px ;
29
+ }
30
+ .tagline p span {
31
+ color : # df9ffe ;
10
32
}
11
33
12
- .login-img-div {
13
- display : flex;
14
- justify-content : center;
15
- align-items : center;
16
- background-color : # eeeeee !important ;
17
- border-top-right-radius : 4px ;
18
- border-bottom-right-radius : 4px ;
34
+ .text-field {
35
+ background-color : # 2c0078 ;
36
+ border-radius : 12px ;
37
+ color : # fff ;
38
+ margin : 8px 0 !important ;
19
39
}
20
40
21
- .login-form {
22
- width : 100% ;
23
- margin-top : 30px ;
24
- margin-bottom : 20px ;
41
+ .text-field input {
42
+ color : # fff ;
43
+ outline : none;
44
+ border : none;
45
+ border-radius : 12px !important ;
25
46
}
26
47
27
- .login-label {
28
- font-weight : 500 ;
29
- margin-bottom : 0 ;
30
- color : rgb (85 , 85 , 85 );
48
+ option {
49
+ height : 20px ;
50
+ padding : 10px 15px ;
31
51
}
32
52
33
- .form-field {
34
- margin : 20px 0 ;
53
+ .text-field div {
54
+ border-radius : 12px !important ;
55
+ color : white;
35
56
}
36
57
37
58
.login-btn {
38
- cursor : pointer;
39
59
width : 100% ;
40
- padding : 4 % 0 ;
41
- border : none ;
42
- border-radius : 5 px ;
60
+ background : linear-gradient ( 91.9 deg , # d59fff 0 % , # 6a8bff 100 % ) ;
61
+ border-radius : 12 px ;
62
+ padding : 12 px 100 px ;
43
63
color : white;
44
- font-weight : bold ;
45
- background-color : # 2D076A ;
46
- letter-spacing : 2 px ;
47
- margin-top : 10 px ;
64
+ font-size : 18 px ;
65
+ outline : none ;
66
+ border : none ;
67
+ margin-top : 16 px ;
48
68
}
49
69
50
- .sign-up-div {
51
- display : flex;
52
- justify-content : center;
53
- align-items : center;
54
- height : 100px ;
70
+ .login-nav {
55
71
width : 100% ;
72
+ display : flex;
73
+ padding : 10px 100px 10px 52px ;
74
+ justify-content : space-between;
75
+ align-items : center;
56
76
}
57
77
58
- .singup-btn {
59
- cursor : pointer;
60
- width : 60% ;
61
- padding : 4% 0 ;
62
- border : 1px solid # 2D076A ;
63
- border-radius : 30px ;
64
- color : # 2D076A ;
65
- font-weight : bold;
66
- background-color : transparent;
67
- letter-spacing : 2px ;
68
- margin-top : 10px ;
69
- transition : 0.2s all ease-in-out;
78
+ .login-nav .signin-btn {
79
+ display : inline-block;
80
+ background-color : # D59FFF ;
81
+ border-radius : 20px ;
82
+ padding : 5px 20px ;
83
+ color : white;
84
+ font-size : 18px ;
85
+ margin-left : 24px ;
86
+ font-weight : 700 ;
87
+ text-decoration : none;
88
+ margin-right : 10px ;
70
89
}
71
90
72
- .singup-btn : hover {
73
- color : white;
74
- background-color : # 2D076A ;
91
+ .login-nav span > span {
92
+ margin : 0 25px ;
93
+ }
94
+
95
+ .login-nav span > span ::after {
96
+ content : '' ;
97
+ width : 20px ;
98
+ height : 5px ;
99
+ background-color : # D59FFF ;
100
+ display : inline-block;
101
+ margin-bottom : -14px ;
102
+ margin-left : -38px ;
103
+ border-radius : 5px ;
104
+ }
105
+
106
+ .login-form {
107
+ margin-top : 10px ;
75
108
}
0 commit comments