Subversion Repositories cheapmusic

Rev

Rev 41 | Rev 43 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
25 - 1
/*--
2
Author: CodexWorld
3
Author URL: https://www.codexworld.com
4
License: Creative Commons Attribution 3.0 Unported
5
License URL: http://creativecommons.org/licenses/by/3.0/
6
--*/
7
 
8
/* reset */
31 - 9
 
25 - 10
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
31 - 11
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
25 - 12
ol,ul{list-style:none;margin:0px;padding:0px;}
13
blockquote,q{quotes:none;}
14
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
15
table{border-collapse:collapse;border-spacing:0;}
16
a{text-decoration:none;}
17
img{max-width:100%;}
18
 
31 - 19
/* end reset*/
20
 
25 - 21
/* start editing from here */
22
body {
23
    font-family: 'Roboto', sans-serif;
24
    background: #FFFFFF;
25
    background-position: center;
26
    background-size: cover;
27
    text-align: center;
28
    color: #151310;
29
}
30
.container {
31
    padding: 40px 0 0 0;
32
}
33
.header h1 {
34
    font-size: 40px;
35
    text-transform: uppercase;
36
    letter-spacing: 5px;
37
    font-weight: 400;
38
    margin: 40px 0px 20px 0;
39
    color: #606060;
40
}
41
.wrapper-frm {
42
    width: 30%;
43
    margin: 0 auto;
44
    background: #F1F1F1;
45
    padding: 42px 0 0 0;
46
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
47
}
48
.wrapper-frm h2 {
49
    color: #151310;
50
    font-size: 22px;
51
    letter-spacing: 1px;
52
    text-transform: uppercase;
53
    padding-bottom: 15px;
54
}
55
.wrapper-frm .top{
56
    padding: 0 25px;
57
}
58
.top h4{
59
   margin: 15px 5px;
60
}
61
.frm-input {
62
    position: relative;
63
}
64
.frm-input input[type="email"], .frm-input .email-in{
65
    background: url(../images/mail.png) no-repeat scroll 7px 50%;
66
}
67
.frm-input input[type="password"], .frm-input .pass-in{
68
    background: url(../images/lock.png) no-repeat scroll 7px 50%;
69
}
70
.frm-input .user-in{
71
    background: url(../images/user.png) no-repeat scroll 7px 50%;
72
}
73
.frm-input .file-in{
74
    background: url(../images/uimg.png) no-repeat scroll 7px 50%;
75
}
76
.frm-input .phone-in{
77
    background: url(../images/phone.png) no-repeat scroll 7px 50%;
78
}
79
.frm-input .addr-in{
80
    background: url(../images/addr.png) no-repeat scroll 7px 50%;
81
}
82
.frm-input input[type="text"], .frm-input input[type="email"], .frm-input input[type="password"], .frm-input input[type="file"]{
83
    width: 87%;
84
    padding: 15px 0px 15px 30px;
85
    border: none;
86
    border-bottom: 1px solid #a2a0a0;
87
    outline: none;
88
    font-size: 15px;
89
    color: #212121;
90
    margin: 14px 0px;
91
    font-family: 'Roboto', sans-serif;
92
    background-color: #FFFFFF;
93
}
94
.frm-info{
95
    padding: 20px 0 30px;
96
}
97
.frm-info .check{
98
    float: left;
99
}
100
.check input[type="checkbox"] {
101
    display: none;
102
}
103
.check input[type="checkbox"]+label {
104
    position: relative;
105
    padding-left: 25px;
106
    display: inline-block;
107
    font-size: .9em;
108
    color: #151310;
109
    cursor: pointer;
110
}
111
.check input[type="checkbox"]+label span:first-child {
112
    width: 13px;
113
    height: 13px;
114
    display: inline-block;
115
    border: 1px solid #151310;
116
    position: absolute;
117
    top: 1px;
118
    left: 2px;
119
}
120
.check input[type="checkbox"]:checked+label span:first-child:before {
121
    content: "";
122
    background: url(../images/tick-b.png)no-repeat;
123
    position: absolute;
124
    left: 2px;
125
    top: 1px;
126
    font-size: 10px;
127
    width: 10px;
128
    height: 10px;
129
}
130
.frm-info a {
131
    float: right;
132
    font-size: .9em;
133
    color: #151310;
134
}
135
.frm-info a:hover {
136
    text-decoration: underline;
137
}
138
 
139
.frm-btn input[type="submit"] {
140
    background-color: #28B890;
141
    font-size: 20px;
142
    color: #fff;
143
    height: 36px;
144
    line-height: 36px;
145
    padding: 0 16px;
146
    letter-spacing: .5px;
147
    border-radius: 2px;
148
    width: 50%;
149
    cursor: pointer;
150
    outline: none;
151
    border: none;
152
    text-transform: uppercase;
153
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
154
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
155
    margin-bottom: 10px;
156
}
157
.frm-btn input[type="submit"]:hover, .frm-btn input[type="submit"]:active {
158
    background: #2BA07F;
159
    webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
160
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
161
}
162
.frm-input p{
163
    font-size: 14px;
164
    margin-top: -10px;
165
    margin-bottom: 5px;
166
}
167
.frm-input.error input{
168
    border-color: #E44439;
169
}
170
.status-msg{
171
    font-size: 16px;
172
    font-weight: 500;
173
    border: 1px dashed;
174
    padding: 8px 10px;
175
    margin-bottom: 5px;
176
}
177
.status-msg.success{
178
    color: #3BA956;
179
}
180
.status-msg.error, .frm-input.error p{
181
   color: #E44439;
182
}
183
 
184
.social-icons h3 {
185
    text-align: center;
186
    font-size: 20px;
187
    letter-spacing: 2px;
188
    margin: 15px 10px;
189
    margin-bottom: 0;
190
}
191
ul.bottom-sc-icons {
192
    list-style: none;
193
    margin: 0;
42 - 194
    padding-bottom: 22px;
195
    padding-top: 11px;
25 - 196
    text-align: center;
197
}
198
ul.bottom-sc-icons li {
199
    display: inline-block;
200
    margin: 0 5px;
201
}
202
ul.bottom-sc-icons li a{
203
    padding: 6px 8px;
204
    border: 1px solid #333;
205
    border-radius: 2px;
206
}
207
a.facebook{
208
    border-color: #455797 !important;
209
    color: #455797;
210
}
211
a.google{
212
    border-color: #E44439 !important;
213
    color: #E44439;
214
}
215
a.twitter{
216
    border-color: #46A3DE !important;
217
    color: #46A3DE;
218
}
219
a.facebook:hover, a.facebook:active{
220
    background-color: #455797;
221
    color: #fff;
222
}
223
a.google:hover, a.google:active{
224
    background-color: #E44439;
225
    color: #fff;
226
}
227
a.twitter:hover, a.twitter:active{
228
    background-color: #46A3DE;
229
    color: #fff;
230
}
231
ul.bottom-sc-icons li span {
232
    letter-spacing: 1px;
233
    vertical-align: middle;
234
}
235
ul.bottom-sc-icons li a i{
236
    display: inline-block;
237
    margin-right: 5px;
238
    width: 24px;
239
    height: 24px;
240
    position: relative;
241
    top: 6px;
242
}
243
a.facebook i{
244
    background: url(../images/facebook.png) no-repeat;
245
}
246
a.google i{
247
    background: url(../images/google.png) no-repeat;
248
}
249
a.twitter i{
250
    background: url(../images/twitter.png) no-repeat;
251
}
252
a.facebook:hover i{
253
    background: url(../images/facebook-w.png) no-repeat;
254
}
255
a.google:hover i{
256
    background: url(../images/google-w.png) no-repeat;
257
}
258
a.twitter:hover i{
259
    background: url(../images/twitter-w.png) no-repeat;
260
}
261
 
262
.wrapper-frm .bottom {
263
    background: #616161;
264
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
265
}
266
.bottom p {
267
    font-size: 15px;
268
    color: #fff;
269
    padding: 25px 0;
270
    letter-spacing: 1px;
271
}
272
.bottom p a {
273
    text-transform: uppercase;
274
    font-size: 14px;
275
    text-decoration: underline;
276
    letter-spacing: 1px;
277
    color: #fff;
278
    padding: 10px;
279
}
280
.bottom p a:hover, .bottom p a:active{
281
    color: #28B890;
282
}
283
 
284
.footer p {
285
    margin: 3em 0em;
286
    color: #757575;
287
    font-size: 15px;
288
    font-weight: 300;
289
    letter-spacing: 2px;
290
}
291
.footer a {
292
    color: #2873D6;
293
}
294
.footer a:hover, .footer a:active{
295
    color: #151310;
296
}
297
 
42 - 298
.group {
299
  display: table;
300
  width: 100%;
301
  font-size: 1em;
302
  padding-top: 15px;
303
  padding-bottom: 10px;
304
}
305
.item {
306
  display: table-cell;
307
}
308
.text {
309
  white-space: nowrap;
310
  width: 1%;
311
  padding: 0 10px;
312
}
313
.line {
314
  border-bottom: 1px solid #000;
315
  position: relative;
316
  top: -.5em;
317
}
25 - 318
 
319
/*--responsive starts here--*/
320
@media (max-width:1440px) {
321
	.wrapper-frm {
322
		width: 32%;
323
	}
324
}
325
@media (max-width:1366px) {
326
	.wrapper-frm {
327
		width: 33%;
328
	}
329
}
330
@media (max-width:1280px) {
331
	.wrapper-frm {
332
		width: 36%;
333
	}
334
}
335
@media (max-width:1080px) {
336
	.wrapper-frm {
337
		width: 43%;
338
	}
339
    .container {
340
		padding: 40px 0 32px 0;
341
	}
342
	.footer p {
343
       margin: 3em 0em 5em 0;
344
	}
345
	.header h1 {
346
      font-size: 36px;
347
	}
348
}
349
@media (max-width:1024px) {
350
	.wrapper-frm {
351
		width: 45%;
352
	}
353
}
354
@media (max-width:991px) {
355
	.wrapper-frm {
356
		width: 51%;
357
	}
358
}
359
@media (max-width:800px) {
360
	.wrapper-frm {
361
		width: 56%;
362
	}
363
    .header h1 {
364
		font-size: 36px;
365
		letter-spacing: 7px;
366
	}
367
}
368
@media (max-width:768px) {
369
	.wrapper-frm {
370
		width: 61%;
371
	}
372
    .container {
373
		padding: 24px 0 0 0;
374
	}
375
    .footer p {
376
		margin: 3em 0em 17em 0;
377
	}
378
    .header h1 {
379
		letter-spacing: 6px;
380
		margin: 80px 0px 20px 0;
381
	}
382
}
383
@media (max-width:736px) {
384
	.wrapper-frm {
385
		width: 63%;
386
	}
387
    .container {
388
		padding: 20px 0 0 0;
389
	}
390
    .header h1 {
391
		letter-spacing: 5px;
392
	}
393
}
394
@media (max-width:667px) {
395
	.wrapper-frm {
396
		width: 70%;
397
	}
398
    .footer p {
399
		margin: 3em 0em 6em 0;
400
	}
401
    .header h1 {
402
		letter-spacing: 2px;
403
	}
404
}
405
@media (max-width:600px) {
406
	.wrapper-frm {
407
		width: 78%;
408
	}
409
    .container {
410
		padding: 5px 0 0 0;
411
	}
412
    .footer p {
413
		letter-spacing: 1px;
414
	}
415
}
416
@media (max-width:568px) {
417
	.wrapper-frm {
418
		width: 82%;
419
	}
420
    .container {
421
		padding: 0;
422
	}
423
    .header h1 {
424
		font-size: 33px;
425
		margin: 60px 0px 35px 0;
426
	}
427
}
428
@media (max-width:480px) {
429
	.wrapper-frm {
430
		width: 93%;
431
	}
432
    .footer p {
433
		line-height: 1.8em;
434
	}
435
	.footer p {
436
		margin: 3em 0em 3em 0;
437
	}
438
    .header h1 {
439
		font-size: 30px;
440
		letter-spacing: 1px;
441
	}
442
}
443
@media (max-width:440px) {
444
    .header h1 {
445
		font-size: 26px;
446
		letter-spacing: 1px;
447
	}
448
}
449
@media (max-width:414px) {
450
	.wrapper-frm {
451
		width: 95%;
452
	}
453
    .footer p {
454
		margin: 2.5em 0em;
455
	}
456
    .header h1 {
457
		line-height: 40px;
458
		margin: 44px 0px 28px 0;
459
		font-size:25px;
460
	}
461
}
462
@media (max-width:384px) {
463
    .footer p {
464
		margin: 2em 0em;
465
	}
466
}
467
@media (max-width:375px) {
468
	.wrapper-frm {
469
		width: 98%;
470
	}
471
    .header h1 {
472
		margin: 35px 0px 20px 0;
473
		font-size: 23px;
474
	}
475
}
476
@media (max-width:320px) {
477
	.footer p {
478
		margin: 1em 0em;
479
	}
480
    .header h1 {
481
		margin: 30px 0px 15px 0;
482
		font-size: 22px;
483
	}
484
}
31 - 485
/*--//responsive end here--*/
41 - 486
/*--//Google reCaptcha start--*/
487
.g-recaptcha > div {
488
  margin: 0 auto;
489
}
490
/*--//Google reCaptcha end--*/