-
Notifications
You must be signed in to change notification settings - Fork 1
/
enhanced.css
213 lines (192 loc) · 4.85 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
/*===========================================================
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 Multiple 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;
transition: all 0.2s ease;
}
a:hover, a:active {
color: #006adb;
text-decoration: none;
}
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, Opacity, Background light, Background Dark */
/* 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;
}
/* Font Weight */
/* Line height */
/* ===============================
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 {
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 {
color: #b1b4b6;
}
.oxyy-login-register .form-control::-moz-placeholder {
color: #b1b4b6;
}
.oxyy-login-register .form-control:-ms-input-placeholder, .oxyy-login-register .form-control::-ms-input-placeholder {
color: #b1b4b6;
}
/* 6.2 Form Dark, 6.3 Form Border, 6.4 Form Border Light, 6.5 Vertical Multiple input group */
/* 6.6 Other Bootstrap Specific */
.oxyy-login-register .btn {
padding: 0.8rem 2.6rem;
font-weight: 500;
transition: all 0.5s ease;
}
.oxyy-login-register .btn-sm {
padding: 0.5rem 1rem;
}
.oxyy-login-register .btn:not(.btn-link) {
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.oxyy-login-register .btn:not(.btn-link):hover {
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
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;
}