| 1 |
/** Gateway redirect page styles **/ |
| 2 |
|
| 3 |
html { |
| 4 |
background: #fff !important; |
| 5 |
} |
| 6 |
body { |
| 7 |
margin: 0 !important; |
| 8 |
padding: 40px 30px !important; |
| 9 |
background: #fff !important; |
| 10 |
color: #444 !important; |
| 11 |
font: normal 14px / 1.4 Arial, Helvetica, sans-serif !important; |
| 12 |
} |
| 13 |
h3 { |
| 14 |
font-size: 2em !important; |
| 15 |
margin-bottom: 0.8em !important; |
| 16 |
background: url(../img/ajax-loader-h.gif) no-repeat right center !important; |
| 17 |
} |
| 18 |
div, |
| 19 |
form { |
| 20 |
margin: 0 auto !important; |
| 21 |
max-width: 300px !important; |
| 22 |
} |
| 23 |
|
| 24 |
#leyka-copy { |
| 25 |
margin-top: 5px !important; |
| 26 |
font-size: 11px !important; |
| 27 |
line-height: 18px !important; |
| 28 |
padding: 4px 30px 4px 4px !important; |
| 29 |
border: 1px solid #cbe5b5 !important; |
| 30 |
background: #eef6e8 !important; |
| 31 |
color: #666 !important; |
| 32 |
} |
| 33 |
|
| 34 |
#leyka-copy p { |
| 35 |
margin: 0 !important; |
| 36 |
} |
| 37 |
|
| 38 |
#leyka-copy a, |
| 39 |
#leyka-copy a:hover { |
| 40 |
color: #1DB318 !important; |
| 41 |
} |