Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. body{
  4. font-family: Arial, sans-serif;
  5. background-color: #F2F2F2;
  6. color: rgba(0,0,0,1);
  7. position: center;
  8. }
  9.  
  10. form#formular {
  11.  
  12. width: 90px;
  13. height: 600px;
  14. float: none;
  15. display: block;
  16. position: : fixed;
  17. background-color: #FAFAFA;
  18. margin-top: 80px;
  19. margin-left: auto;
  20. margin-right: auto;
  21. background-position: fixed;
  22. padding-left: 100px;
  23. padding-right: 350px;
  24. padding-top: 10px;
  25. padding-bottom: 50px;
  26. border: 1px gray;
  27. border-radius: 10px;
  28. box-shadow: 1px 1px 4px black;
  29. }
  30.  
  31. fieldset#grupo {
  32. border: 0;
  33. width: 10%;
  34. font-family: 'FonteLogo', sans-serif;
  35. }
  36.  
  37.  
  38. fieldset#campo {
  39. padding: 0.2em;
  40. border: 1px solid #CCC;
  41. box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  42. display: block;
  43. margin: 15px;
  44. }
  45.  
  46. fieldset#camposenha {
  47. padding: 0.2em;
  48. border: 1px solid #CCC;
  49. box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  50. display: block;
  51. margin: 15px;
  52. }
  53.  
  54. input#cadas {
  55.  
  56. border: 8px solid white;
  57. position: relative;
  58. margin: -3px;
  59. box-sizing: border-box;
  60. display: inline-block;
  61. opacity: 0.9;
  62.  
  63. }
  64.  
  65. h2 {
  66. font-family: 'Bell MT';
  67. font-size: 12pt;
  68. color: #1C1C1C;
  69.  
  70. }
  71.  
  72. div#lembrar {
  73. font-family: 'Arial';
  74. font-size: 12pt;
  75. margin-top: 0px;
  76.  
  77. }
  78.  
  79. div#esquece {
  80. font-family: 'Arial';
  81. font-size: 12pt;
  82. margin-left: 150px;
  83. margin-top: -17px;
  84. margin-bottom: 19px;
  85.  
  86.  
  87.  
  88. }
  89.  
  90. a {
  91. text-decoration: none;
  92. }
  93.  
  94. h1 {
  95.  
  96. margin-left: 120px;
  97. margin-bottom: 2px;
  98. font-family: 'Arial';
  99.  
  100. }
  101.  
  102. button {
  103.  
  104. background-color: #170B3B;
  105. color: white;
  106. padding: 14px 20px;
  107. margin: 8px 0;
  108. border: none;
  109. border-radius: 10px;
  110. cursor: pointer;
  111. width: 100%;
  112.  
  113. }
  114.  
  115. hr {
  116. border-color: #CCC;
  117. box-sizing: border-box;
  118. width: 100%;
  119.  
  120. }
  121.  
  122. button#facebook {
  123.  
  124. background-color: #2E2EFE;
  125. color: white;
  126. padding: 14px 20px;
  127. margin: 8px 0;
  128. border: none;
  129. border-radius: 10px;
  130. cursor: pointer;
  131. width: 100%;
  132. margin-bottom: 2px;
  133.  
  134. }
  135.  
  136. button#google {
  137.  
  138. background-color: #DF0101;
  139. color: white;
  140. padding: 14px 20px;
  141. margin: 8px 0;
  142. border: none;
  143. border-radius: 10px;
  144. cursor: pointer;
  145. width: 100%;
  146. margin-bottom: 2px;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. h5 {
  153.  
  154. margin-left: -8px;
  155. margin-right: -8px;
  156. margin-bottom: 0px;
  157. margin-top: -8px;
  158. font-size: 30pt;
  159. background-color: #170B3B;
  160. padding: 5px;
  161. text-align: center;
  162. padding-bottom: 100px;
  163.  
  164. }
  165.  
  166.  
  167. }
  168.  
  169. .header {
  170. overflow: hidden;
  171. background-color: white;
  172. padding: 20px 10px;
  173.  
  174. }
  175. .header a {
  176. float: left;
  177. color: white;
  178. text-align: center;
  179. padding: 12px;
  180. text-decoration: none;
  181. font-size: 15px;
  182. line-height: 25px;
  183. border-radius: 4px;
  184. }
  185.  
  186. .header a.logo {
  187. font-size: 35px;
  188. font-weight: bold;
  189. color: white;
  190. margin-top: 25px;
  191. }
  192.  
  193. .header a:hover {
  194. background-color: #ddd;
  195. color: black;
  196. }
  197.  
  198.  
  199.  
  200. .header-right {
  201. float: right;
  202. padding-top: 25px;
  203. padding-right: 10px;
  204.  
  205. }
  206.  
  207. @media screen and (max-width: 500px) {
  208. .header a {
  209. float: none;
  210. display: block;
  211. text-align: left;
  212. }
  213. .header-right {
  214. float: none;
  215. }
  216. }
  217.  
  218. footer#rodape {
  219.  
  220. clear: both;
  221. border-top: 1px solid black;
  222. background-color: #170B3B;
  223. color: white;
  224. margin-left: -8px;
  225. margin-right: -8px;
  226. margin-bottom: 1px;
  227. padding-bottom: 6px;
  228.  
  229. }
  230.  
  231. footer#rodape p {
  232. text-align: center;
  233.  
  234. }
  235.  
  236. footer#rodape a {
  237. padding-top: 2px;
  238. color: white;
  239. }
Add Comment
Please, Sign In to add comment