facebook.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .navbar-fb {
  2. background: #3b5998;
  3. width: 100%;
  4. height: auto;
  5. padding: 8px;
  6. border-top-left-radius: 10px;
  7. border-top-right-radius: 10px;
  8. }
  9. .navbar-fb img {
  10. width: 115;
  11. margin-left: auto;
  12. margin-right: auto;
  13. display: block;
  14. }
  15. .content-box-fb {
  16. width: 300px;
  17. height: auto;
  18. margin-left: auto;
  19. margin-right: auto;
  20. display: block;
  21. }
  22. .content-box-fb img {
  23. width: 60;
  24. margin-top: 20px;
  25. margin-left: auto;
  26. margin-right: auto;
  27. border-radius: 12px;
  28. display: block;
  29. }
  30. .txt-login-fb {
  31. width: 270px;
  32. height: auto;
  33. margin-top: 10px;
  34. margin-left: auto;
  35. margin-right: auto;
  36. margin-bottom: 17px;
  37. padding: 8px;
  38. color: #90949c;
  39. font-size: 16px;
  40. font-family: 'Lato',sans-serif;
  41. text-align: center;
  42. display: block;
  43. }
  44. .input-fb-email {
  45. width: 100%;
  46. height: auto;
  47. padding: 12px;
  48. color: #000;
  49. font-size: 14px;
  50. font-weight: 400;
  51. font-family: 'Lato',sans-serif;
  52. border: 1px solid #bdbebf;
  53. border-bottom: 0px;
  54. border-top-left-radius: 5px;
  55. border-top-right-radius: 5px;
  56. cursor: pointer;
  57. outline: none;
  58. }
  59. .input-fb-password {
  60. width: 100%;
  61. height: auto;
  62. padding: 12px;
  63. color: #000;
  64. font-size: 14px;
  65. font-weight: 400;
  66. font-family: 'Lato',sans-serif;
  67. border: 1px solid #bdbebf;
  68. border-bottom-left-radius: 5px;
  69. border-bottom-right-radius: 5px;
  70. cursor: pointer;
  71. outline: none;
  72. }
  73. .btn-login-fb {
  74. background: #1778f2;
  75. width: 100%;
  76. height: auto;
  77. margin-top: 10px;
  78. margin-left: auto;
  79. margin-right: auto;
  80. padding: 10px;
  81. color: #fff;
  82. font-size: 14px;
  83. font-family: 'Lato',sans-serif;
  84. font-weight: bold;
  85. text-align: center;
  86. text-shadow: 1px 0px rgba(0, 0, 0, 0.3);
  87. border: 1px solid #3578e5;
  88. border-radius: 5px;
  89. box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  90. outline: none;
  91. display: block;
  92. }
  93. .txt-create-account {
  94. width: 100%;
  95. height: auto;
  96. padding: 5px;
  97. color: #3b5998;
  98. font-size: 13.5px;
  99. font-family: 'Lato',sans-serif;
  100. text-align: center;
  101. }
  102. .txt-not-now {
  103. width: 100%;
  104. height: auto;
  105. padding: 5px;
  106. color: #3b5998;
  107. font-size: 13.5px;
  108. font-family: 'Lato',sans-serif;
  109. text-align: center;
  110. }
  111. .txt-forgotten-password {
  112. width: 100%;
  113. height: auto;
  114. margin-bottom: 30px;
  115. padding: 5px;
  116. color: #7596c8;
  117. font-size: 13.5px;
  118. font-family: 'Lato',sans-serif;
  119. text-align: center;
  120. }
  121. .language-box {
  122. width: 100%;
  123. height: auto;
  124. margin-left: auto;
  125. margin-right: auto;
  126. display: block;
  127. }
  128. .language-name {
  129. width: 40%;
  130. height: auto;
  131. margin: 5px;
  132. margin-bottom: 0px;
  133. color: #3b5998;
  134. font-size: 12px;
  135. font-family: 'Lato',sans-serif;
  136. text-align: center;
  137. display: inline-block;
  138. }
  139. .language-name i {
  140. width: 23px;
  141. padding: 4px;
  142. color: #90949c;
  143. border: 1px solid #3b5998;
  144. border-radius: 3px;
  145. }
  146. .language-name-active {
  147. color: #90949c;
  148. font-weight: bold;
  149. }
  150. .copyright {
  151. width: 40%;
  152. height: auto;
  153. margin-top: 10px;
  154. margin-left: auto;
  155. margin-right: auto;
  156. color: #90949c;
  157. font-size: 12px;
  158. font-family: 'Lato',sans-serif;
  159. text-align: center;
  160. display: block;
  161. }