index.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. #button,
  2. body,
  3. form {
  4. border: none
  5. }
  6. body {
  7. background: url(images/fond.jpg) top center no-repeat fixed #fff;
  8. font-family: Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  9. font-size: 16px;
  10. line-height: 1.42857143;
  11. color: #333;
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. background-size: cover;
  16. }
  17. #wrapper {
  18. border-top: none;
  19. margin-top: 0;
  20. padding: 0;
  21. background: 0 0;
  22. box-shadow: none
  23. }
  24. input {
  25. color: #4a5d5c;
  26. }
  27. #inner {
  28. background: transparent;
  29. padding-top: 0;
  30. width: 350px;
  31. max-width: 350px;
  32. text-align: center;
  33. color:#FFF;
  34. }
  35. #label {
  36. text-shadow: none;
  37. color: #FFF;
  38. font-weight: normal;
  39. text-align: center;
  40. }
  41. #button {
  42. margin: 0 auto;
  43. text-align: center;
  44. width: 100%;
  45. text-shadow: none;
  46. font-size: 23px;
  47. line-height: 1.8;
  48. color: #64d29b;
  49. background: #586a69;
  50. border-radius: 3px;
  51. box-shadow: none;
  52. height: 53px;
  53. border: none;
  54. display: block;
  55. }
  56. button[type=submit] {
  57. border-top-right-radius: 3px;
  58. border-bottom-right-radius: 3px;
  59. left: 305px;
  60. color: #64d29b;
  61. background: #586a69;
  62. border: none;
  63. top: 0;
  64. opacity: 1;
  65. transition: .2s background;
  66. }
  67. #button:hover,
  68. button[type=submit]:hover {
  69. cursor: pointer;
  70. background: #64d29b;
  71. border: 2px solid #586a69;
  72. color: #586a69;
  73. }
  74. #padname {
  75. height: 38px;
  76. max-width: 350px;
  77. padding: 0 12px;
  78. position: relative;
  79. }
  80. #text {
  81. text-align: center;
  82. max-width:500px;
  83. font-size: 1.2em;
  84. padding:20px;
  85. margin:0 auto;
  86. color:#FFFF;
  87. }
  88. .logo_pad .icon img.pad {
  89. width: 40px;
  90. margin-top: 10px;
  91. float:left;
  92. padding:14px;
  93. }
  94. .logo_pad h3 {
  95. font-size: 24px;
  96. font-weight: 400;
  97. color: red;
  98. float:left;
  99. }
  100. #logo_cisti {
  101. width:100px;
  102. margin: auto;
  103. display: block;
  104. }
  105. #logo_cisti img {
  106. max-width: 100%;
  107. }
  108. .onion {
  109. text-decoration: none;
  110. font-size: 15px;
  111. }