Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. @import url('https://fonts.googleapis.com/css?family=Raleway');
  3.  
  4. #text_1 {
  5. font-family : 'Raleway', sans-serif;
  6. text-align : center;
  7. }
  8.  
  9. #text_3 {
  10. color : #FFF;
  11. text-align : center;
  12. font-family : 'Raleway', sans-serif;
  13. line-height : 20px;
  14. font-size : 18px;
  15. margin-top : -25px;
  16. }
  17.  
  18. .form-label-left {
  19. display : none;
  20. }
  21.  
  22. .form-all {
  23. background-color : NONE;
  24. border : 0px solid #FF0070;
  25. border-radius : 10px;
  26. margin : auto !important;
  27.  
  28. text-align : center !important;
  29. }
  30.  
  31. .form-line-error {
  32. background : transparent;
  33. }
  34.  
  35. .form-line-error .form-error-message {
  36. display : none;
  37. }
  38.  
  39. .form-textbox {
  40. border-radius : 5px;
  41. height : 32px;
  42. width : 245px;
  43. }
  44.  
  45. .form-textbox:focus {
  46. background-color : #fafaea;
  47. }
  48.  
  49. .form-submit-button {
  50. border : 0px solid #d5ab3e !important;
  51. border-radius : 3px!important;
  52. font-weight : bold!important;
  53. height : 45px !important;
  54. width : 180px !important;
  55. background : #0b87c5 !important;
  56. font-size : 16px;
  57. text-shadow : none;
  58. box-shadow : none;
  59. color : #FFF;
  60. }
  61.  
  62. .form-submit-button:hover {
  63. border : 1px solid #000 !important;
  64. border-radius : 3px!important;
  65. font-weight : bold!important;
  66. height : 45px !important;
  67. width : 180px !important;
  68. background : #000 !important;
  69. font-size : 16px;
  70. text-shadow : none;
  71. box-shadow : none;
  72. color : #fff;
  73. }
  74.  
  75. .form-button-error {
  76. color : white;
  77. text-align : center;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement