-
Notifications
You must be signed in to change notification settings - Fork 0
/
enhanced.css
275 lines (239 loc) · 6.49 KB
/
enhanced.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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
/*===========================================================
Template Name: Oxyy - Login and Register Form Html Templates
Author: Harnish Design
Template URL: http://demo.harnishdesign.net/html/oxyy
Author URL: https://themeforest.net/user/harnishdesign
File Description : Main css file of the template
=================================================
Table of Contents
=================================================
1. Basic
2. Helpers Classes
3. Layouts
4 Elements
4.1 Hero Background
4.2 Nav
4.3 Tabs
4.4 Video Play button
5 Social Icons
6 Extra
6.1 Form
6.2 Form Dark
6.3 Form Border
6.4 Form Border Light
6.5 Vertical Multilple input group
6.6 Other Bootstrap Specific
=======================================================*/
/* =================================== */
/* 1. Basic Style
/* =================================== */
body, html {
height: 100%;
}
body {
background: #f1f3f6;
color: #4c4d4d;
font-family: "Poppins", sans-serif;
}
input{
border-bottom: solid 2px #00000057 !important;
}
/*-------- Preloader --------*/
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
form {
padding: 0;
margin: 0;
display: inline;
}
img {
vertical-align: inherit;
}
a, a:focus {
color: #007bff;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a:hover, a:active {
color: #006adb;
text-decoration: none;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a:focus, a:active,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
outline: none;
}
p {
line-height: 1.8;
}
h1, h3 {
color: #252b33;
font-family: "Poppins", sans-serif;
}
/* =================================== */
/* 2. Helpers Classes
/* =================================== */
/* Box Shadow */
/* Border Radius */
/* Border Size */
/* Text Size */
.oxyy-login-register .text-2 {
font-size: 14px !important;
font-size: 0.875rem !important;
}
.oxyy-login-register .text-9 {
font-size: 36px !important;
font-size: 2.25rem !important;
}
.oxyy-login-register .text-13 {
font-size: 3.25rem !important;
}
@media (max-width: 1200px) {
.oxyy-login-register .text-13 {
font-size: calc(1.45rem + 2.4vw) !important;
}
}
.oxyy-login-register .text-13 {
line-height: 1.3;
}
/* Line height */
/* Font Weight */
.oxyy-login-register .font-weight-300 {
font-weight: 300 !important;
}
.oxyy-login-register .font-weight-400 {
font-weight: 400 !important;
}
/* Opacity */
/* Background light */
/* Background Dark */
.oxyy-login-register hr {
border-top: 1px solid rgba(16, 85, 96, 0.1);
}
/* =================================== */
/* 3. Layouts
/* =================================== */
#main-wrapper.oxyy-login-register {
background: #fff;
}
@media (min-width: 1200px) {
.oxyy-login-register .container {
max-width: 1170px !important;
}
}
/* =================================== */
/* 4. Elements
/* =================================== */
/*=== 4.1 Hero Background ===*/
/* 4.2 Nav */
/*=== 4.3 Tabs ===*/
/* 4.4 Video Play button */
/* =================================== */
/* 5. Social Icons
/* =================================== */
/* =================================== */
/* 6. Extras
/* =================================== */
/* 6.1 Form */
.oxyy-login-register .form-control {
border-color: #dae1e3;
font-size: 16px;
color: #656565;
}
.oxyy-login-register .form-control.bg-light {
background-color: #f5f5f6 !important;
}
.oxyy-login-register .form-control.border-light {
border-color: #f5f5f6 !important;
}
.oxyy-login-register .form-control:not(.form-control-sm) {
padding: .810rem .96rem;
height: inherit;
}
.oxyy-login-register .form-control:focus {
-webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
border-color: #80bdff !important;
}
.oxyy-login-register .form-control::-webkit-input-placeholder {
color: #b1b4b6;
}
.oxyy-login-register .form-control:-moz-placeholder {
/* FF 4-18 */
color: #b1b4b6;
}
.oxyy-login-register .form-control::-moz-placeholder {
/* FF 19+ */
color: #b1b4b6;
}
.oxyy-login-register .form-control:-ms-input-placeholder, .oxyy-login-register .form-control::-ms-input-placeholder {
/* IE 10+ */
color: #b1b4b6;
}
/* 6.2 Form Dark */
/* 6.3 Form Border (Input with only bottom border) */
/* 6.4 Form Border Light (Input with only bottom border) */
/* 6.5 Vertical Multilple input group */
/* 6.6 Other Bootstrap Specific */
.oxyy-login-register .btn {
padding: 0.8rem 2.6rem;
font-weight: 500;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.oxyy-login-register .btn-sm {
padding: 0.5rem 1rem;
}
.oxyy-login-register .btn:not(.btn-link) {
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.oxyy-login-register .btn:not(.btn-link):hover {
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
.oxyy-login-register .btn:not(.btn-sm) {
padding: .810rem 2rem;
}
}
.oxyy-login-register .btn-link {
color: #007bff !important;
}
.oxyy-login-register .btn-link:hover {
color: #006adb !important;
}
.oxyy-login-register .custom-control-input:checked ~ .custom-control-label::before,
.oxyy-login-register .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.oxyy-login-register .custom-control-input:checked ~ .custom-control-label:before {
background-color: #007bff;
border-color: #007bff;
}