Subversion Repositories cheapmusic

Rev

Rev 31 | Rev 42 | 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;
194
    padding: 22px 0;
195
    text-align: center;
196
}
197
ul.bottom-sc-icons li {
198
    display: inline-block;
199
    margin: 0 5px;
200
}
201
ul.bottom-sc-icons li a{
202
    padding: 6px 8px;
203
    border: 1px solid #333;
204
    border-radius: 2px;
205
}
206
a.facebook{
207
    border-color: #455797 !important;
208
    color: #455797;
209
}
210
a.google{
211
    border-color: #E44439 !important;
212
    color: #E44439;
213
}
214
a.twitter{
215
    border-color: #46A3DE !important;
216
    color: #46A3DE;
217
}
218
a.facebook:hover, a.facebook:active{
219
    background-color: #455797;
220
    color: #fff;
221
}
222
a.google:hover, a.google:active{
223
    background-color: #E44439;
224
    color: #fff;
225
}
226
a.twitter:hover, a.twitter:active{
227
    background-color: #46A3DE;
228
    color: #fff;
229
}
230
ul.bottom-sc-icons li span {
231
    letter-spacing: 1px;
232
    vertical-align: middle;
233
}
234
ul.bottom-sc-icons li a i{
235
    display: inline-block;
236
    margin-right: 5px;
237
    width: 24px;
238
    height: 24px;
239
    position: relative;
240
    top: 6px;
241
}
242
a.facebook i{
243
    background: url(../images/facebook.png) no-repeat;
244
}
245
a.google i{
246
    background: url(../images/google.png) no-repeat;
247
}
248
a.twitter i{
249
    background: url(../images/twitter.png) no-repeat;
250
}
251
a.facebook:hover i{
252
    background: url(../images/facebook-w.png) no-repeat;
253
}
254
a.google:hover i{
255
    background: url(../images/google-w.png) no-repeat;
256
}
257
a.twitter:hover i{
258
    background: url(../images/twitter-w.png) no-repeat;
259
}
260
 
261
.wrapper-frm .bottom {
262
    background: #616161;
263
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
264
}
265
.bottom p {
266
    font-size: 15px;
267
    color: #fff;
268
    padding: 25px 0;
269
    letter-spacing: 1px;
270
}
271
.bottom p a {
272
    text-transform: uppercase;
273
    font-size: 14px;
274
    text-decoration: underline;
275
    letter-spacing: 1px;
276
    color: #fff;
277
    padding: 10px;
278
}
279
.bottom p a:hover, .bottom p a:active{
280
    color: #28B890;
281
}
282
 
283
.footer p {
284
    margin: 3em 0em;
285
    color: #757575;
286
    font-size: 15px;
287
    font-weight: 300;
288
    letter-spacing: 2px;
289
}
290
.footer a {
291
    color: #2873D6;
292
}
293
.footer a:hover, .footer a:active{
294
    color: #151310;
295
}
296
 
297
 
298
/*--responsive starts here--*/
299
@media (max-width:1440px) {
300
	.wrapper-frm {
301
		width: 32%;
302
	}
303
}
304
@media (max-width:1366px) {
305
	.wrapper-frm {
306
		width: 33%;
307
	}
308
}
309
@media (max-width:1280px) {
310
	.wrapper-frm {
311
		width: 36%;
312
	}
313
}
314
@media (max-width:1080px) {
315
	.wrapper-frm {
316
		width: 43%;
317
	}
318
    .container {
319
		padding: 40px 0 32px 0;
320
	}
321
	.footer p {
322
       margin: 3em 0em 5em 0;
323
	}
324
	.header h1 {
325
      font-size: 36px;
326
	}
327
}
328
@media (max-width:1024px) {
329
	.wrapper-frm {
330
		width: 45%;
331
	}
332
}
333
@media (max-width:991px) {
334
	.wrapper-frm {
335
		width: 51%;
336
	}
337
}
338
@media (max-width:800px) {
339
	.wrapper-frm {
340
		width: 56%;
341
	}
342
    .header h1 {
343
		font-size: 36px;
344
		letter-spacing: 7px;
345
	}
346
}
347
@media (max-width:768px) {
348
	.wrapper-frm {
349
		width: 61%;
350
	}
351
    .container {
352
		padding: 24px 0 0 0;
353
	}
354
    .footer p {
355
		margin: 3em 0em 17em 0;
356
	}
357
    .header h1 {
358
		letter-spacing: 6px;
359
		margin: 80px 0px 20px 0;
360
	}
361
}
362
@media (max-width:736px) {
363
	.wrapper-frm {
364
		width: 63%;
365
	}
366
    .container {
367
		padding: 20px 0 0 0;
368
	}
369
    .header h1 {
370
		letter-spacing: 5px;
371
	}
372
}
373
@media (max-width:667px) {
374
	.wrapper-frm {
375
		width: 70%;
376
	}
377
    .footer p {
378
		margin: 3em 0em 6em 0;
379
	}
380
    .header h1 {
381
		letter-spacing: 2px;
382
	}
383
}
384
@media (max-width:600px) {
385
	.wrapper-frm {
386
		width: 78%;
387
	}
388
    .container {
389
		padding: 5px 0 0 0;
390
	}
391
    .footer p {
392
		letter-spacing: 1px;
393
	}
394
}
395
@media (max-width:568px) {
396
	.wrapper-frm {
397
		width: 82%;
398
	}
399
    .container {
400
		padding: 0;
401
	}
402
    .header h1 {
403
		font-size: 33px;
404
		margin: 60px 0px 35px 0;
405
	}
406
}
407
@media (max-width:480px) {
408
	.wrapper-frm {
409
		width: 93%;
410
	}
411
    .footer p {
412
		line-height: 1.8em;
413
	}
414
	.footer p {
415
		margin: 3em 0em 3em 0;
416
	}
417
    .header h1 {
418
		font-size: 30px;
419
		letter-spacing: 1px;
420
	}
421
}
422
@media (max-width:440px) {
423
    .header h1 {
424
		font-size: 26px;
425
		letter-spacing: 1px;
426
	}
427
}
428
@media (max-width:414px) {
429
	.wrapper-frm {
430
		width: 95%;
431
	}
432
    .footer p {
433
		margin: 2.5em 0em;
434
	}
435
    .header h1 {
436
		line-height: 40px;
437
		margin: 44px 0px 28px 0;
438
		font-size:25px;
439
	}
440
}
441
@media (max-width:384px) {
442
    .footer p {
443
		margin: 2em 0em;
444
	}
445
}
446
@media (max-width:375px) {
447
	.wrapper-frm {
448
		width: 98%;
449
	}
450
    .header h1 {
451
		margin: 35px 0px 20px 0;
452
		font-size: 23px;
453
	}
454
}
455
@media (max-width:320px) {
456
	.footer p {
457
		margin: 1em 0em;
458
	}
459
    .header h1 {
460
		margin: 30px 0px 15px 0;
461
		font-size: 22px;
462
	}
463
}
31 - 464
/*--//responsive end here--*/
41 - 465
/*--//Google reCaptcha start--*/
466
.g-recaptcha > div {
467
  margin: 0 auto;
468
}
469
/*--//Google reCaptcha end--*/