Advertisement
MilanBozic

Untitled

Oct 31st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. #mc_embed_signup {
  2. background-color: #082242!important;
  3. }
  4. /* Add Padding */
  5. #mc_embed_signup {
  6. padding: 1px;
  7. }
  8. /* Customize Labels */
  9. #mc_embed_signup label {
  10. font-family: "Lato", sans-serif !important;
  11. font-size: 14px !important;
  12. font-weight: 400;
  13. color: #ffffff !important;
  14. line-height: 1.3;
  15. margin-bottom: 10px !important;
  16. }
  17. /* Customize Inputs */
  18. #mc_embed_signup .mc-field-group input {
  19. background-color: #ffffff !important;
  20. border-color: #000000 !important;
  21. border-radius: 0 !important;
  22. font-size: 14px !important;
  23. color: #000000 !important;
  24. width: 110% !important;
  25. padding-left: 15px !important;
  26. }
  27. /* Customize Button */
  28. #mc_embed_signup #mc-embedded-subscribe {
  29. color: #fff!important;
  30. background-color: #428bca!important;
  31. border-color: #2a6496;
  32. font-family: "Lato", sans-serif !important;
  33. font-size: 11px !important;
  34. letter-spacing:1px;
  35. font-weight: 700;
  36. text-transform: uppercase;
  37. border-radius: 0 !important;
  38. height: 40px !important;
  39. line-height: 40px !important;
  40. margin-top: 12px !important;
  41. }
  42. /* Customize Button on Hover */
  43. #mc_embed_signup #mc-embedded-subscribe:hover {
  44. background: #2a6496 !important;
  45. color: #ffffff !important;
  46. }
  47. /* Center Button */
  48. #mc_embed_signup #mc-embedded-subscribe {
  49. display: block;
  50. margin-right: auto;
  51. margin-left: auto;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement