-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle4.css
237 lines (203 loc) · 4.75 KB
/
style4.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
body {
background-image: linear-gradient(135deg,#FAB2FF 10%,#1904E5 100%);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: open sans,sans-serif;
color: #333
}
.box-form {
margin: 0 auto;
width: 80%;
background: #fff;
border-radius: 10px;
overflow: hidden;
display: flex;
flex: 1 1 100%;
align-items: stretch;
justify-content: space-between;
box-shadow: 0 0 20px 6px #090b6f85
}
@media(max-width: 980px) {
.box-form {
flex-flow:wrap;
text-align: center;
align-content: center;
align-items: center
}
}
.box-form div {
height: auto
}
.box-form .left {
color: #fff;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden
}
.box-form .left .overlay {
padding: 30px;
width: 100%;
height: 100%;
background: #5961f9ad;
overflow: hidden;
box-sizing: border-box
}
.box-form .left .overlay h1 {
font-size: 10vmax;
line-height: 1;
font-weight: 900;
margin-top: 40px;
margin-bottom: 20px
}
.box-form .left .overlay span p {
margin-top: 30px;
font-weight: 900
}
.box-form .left .overlay span a {
background: #3b5998;
color: #fff;
margin-top: 10px;
padding: 14px 50px;
border-radius: 100px;
display: inline-block;
box-shadow: 0 3px 6px 1px #042d4657
}
.box-form .left .overlay span a:last-child {
background: #1dcaff;
margin-left: 30px
}
.box-form .right {
padding: 40px;
overflow: hidden
}
@media(max-width: 980px) {
.box-form .right {
width:100%
}
}
.box-form .right h5 {
font-size: 6vmax;
line-height: 0
}
.box-form .right p {
font-size: 14px;
color: #b0b3b9
}
.box-form .right .inputs {
overflow: hidden
}
.box-form .right input {
width: 100%;
padding: 10px;
margin-top: 25px;
font-size: 16px;
border: none;
outline: none;
border-bottom: 2px solid #b0b3b9
}
.box-form .right .remember-me--forget-password {
display: flex;
justify-content: space-between;
align-items: center
}
.box-form .right .remember-me--forget-password input {
margin: 0;
margin-right: 7px;
width: auto
}
.box-form .right button {
float: right;
color: #fff;
font-size: 16px;
padding: 12px 35px;
border-radius: 50px;
display: inline-block;
border: 0;
outline: 0;
box-shadow: 0 4px 20px 0 #49c628a6;
background-image: linear-gradient(135deg,#70F570 10%,#49C628 100%)
}
label {
display: block;
position: relative;
margin-left: 30px
}
label::before {
content: ' \f00c';
position: absolute;
font-family: FontAwesome;
background: 0 0;
border: 3px solid #70f570;
border-radius: 4px;
color: transparent;
left: -30px;
transition: all .2s linear
}
label:hover::before {
font-family: FontAwesome;
content: ' \f00c';
color: #fff;
cursor: pointer;
background: #70f570
}
label:hover::before .text-checkbox {
background: #70f570
}
label span.text-checkbox {
display: inline-block;
height: auto;
position: relative;
cursor: pointer;
transition: all .2s linear
}
label input[type=checkbox] {
display: none
}
a{
background-color: white;
color:#C578E7;
text-decoration: none;
float: right;
display: inline-block;
background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
border-radius: 20px;
border-style: none;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
flex-shrink: 0;
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 16px;
font-weight: 500;
height: 5rem;
padding: 30px;
padding-bottom: 5px;
text-align: center;
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
transition: all .5s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
a:hover {
box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
transition-duration: .1s;
}
@media (min-width: 768px) {
.button-36 {
padding: 0 2.6rem;
}
}
.quantz{
margin-left: 15px;
padding-bottom: 5px;
}
.logical{
margin-left: 15px;
padding-bottom: 5px;
}
.verbal{
margin-left: 15px;
padding-bottom: 5px;
}