google.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. @font-face {
  2. font-family:'google';
  3. src:url('../../fonts/google.ttf')
  4. }
  5. .header-google {
  6. background: #fff;
  7. width: 100%;
  8. position: relative;
  9. margin-bottom: 10px;
  10. border-radius: 10px;
  11. }
  12. .header-google img {
  13. width: 78;
  14. }
  15. .txt-login-google {
  16. color: #000;
  17. font-size: 24px;
  18. font-family:'google',arial,sans-serif;
  19. text-align: center;
  20. }
  21. .txt-login-google-desc {
  22. font-size: 15px;
  23. font-family: Arial, sans-serif;
  24. text-align: center;
  25. padding-top: 13px;
  26. }
  27. .txt-login-google-password {
  28. margin-bottom: 7px;
  29. color: #000;
  30. font-size: 24px;
  31. font-family:'google',arial,sans-serif;
  32. text-align: center;
  33. }
  34. span.user {
  35. width: auto;
  36. height: auto;
  37. padding-top: 1px;
  38. padding-left: 5px;
  39. padding-right: 5px;
  40. padding-bottom: 4px;
  41. color: #000;
  42. font-size: 15px;
  43. font-family: 'google';
  44. text-align: center;
  45. border: 1px solid #000;
  46. border-radius: 50px;
  47. }
  48. span.user i {
  49. color: #000;
  50. }
  51. .google-input-email {
  52. width: 100%;
  53. height: 50px;
  54. margin-top: 10%;
  55. position:relative;
  56. }
  57. .google-input-email input {
  58. width: 100%;
  59. height: 55px;
  60. padding: 15px;
  61. padding-top: 0;
  62. padding-bottom: 0;
  63. color: #000;
  64. font-size: 15px;
  65. font-family: Arial, sans-serif;
  66. border: 1px solid #dadce0;
  67. border-radius: 4px;
  68. }
  69. .google-input-email label {
  70. position: absolute;
  71. padding: 13px;
  72. color:#888;
  73. font-size: 16px;
  74. font-family: Arial, sans-serif;
  75. text-align: left;
  76. transform:translateY(4px);
  77. transition:all 0.2s ease-in-out;
  78. left: 0;
  79. }
  80. .google-input-email input:valid,.google-input-email input:focus {
  81. border: 2px solid #1a73e8;
  82. outline: none;
  83. }
  84. .google-input-email input:valid+label,.google-input-email input:focus+label {
  85. background: #fff;
  86. color: #1a73e8;
  87. font-size: 20px;
  88. margin-left: 4px;
  89. padding: 10px;
  90. transform:scale(.60) translateY(-38px) translateX(-40px);
  91. border-radius: 5px;
  92. }
  93. .google-input-password {
  94. width: 100%;
  95. height: 50px;
  96. margin-top: 10%;
  97. position:relative;
  98. }
  99. .google-input-password input {
  100. width: 100%;
  101. height: 55px;
  102. padding: 15px;
  103. padding-top: 0;
  104. padding-bottom: 0;
  105. color: #000;
  106. font-size: 15px;
  107. font-family: Arial, sans-serif;
  108. border: 1px solid #dadce0;
  109. border-radius: 4px;
  110. }
  111. .google-input-password label {
  112. position: absolute;
  113. padding: 13px;
  114. color:#888;
  115. font-size: 16px;
  116. font-family: Arial, sans-serif;
  117. text-align: left;
  118. transform:translateY(4px);
  119. transition:all 0.2s ease-in-out;
  120. left: 0;
  121. }
  122. .google-input-password i {
  123. background: none;
  124. width: 10%;
  125. height: auto;
  126. padding: 5px;
  127. color: gray;
  128. font-size: 25px;
  129. border: none;
  130. position: absolute;
  131. margin-left: 88%;
  132. margin-top: 3%;
  133. }
  134. .google-input-password input:valid,.google-input-password input:focus {
  135. border: 2px solid #1a73e8;
  136. outline: none;
  137. }
  138. .google-input-password input:valid+label,.google-input-password input:focus+label {
  139. background: #fff;
  140. color: #1a73e8;
  141. font-size: 19px;
  142. margin-left: 4px;
  143. padding: 10px;
  144. transform:scale(.67) translateY(-30px) translateX(-40px);
  145. border-radius: 5px;
  146. }
  147. .btn-forgot-google {
  148. background: #fff;
  149. width: auto;
  150. height: auto;
  151. margin: 0px;
  152. padding: 10px;
  153. padding-left: 0;
  154. color: #1a73e8;
  155. font-size: 14.5px;
  156. font-family:'google',arial,sans-serif;
  157. letter-spacing:.25px;
  158. text-align: left;
  159. border: none;
  160. outline: none;
  161. float: left;
  162. }
  163. .notify-google {
  164. width: 100%;
  165. height: auto;
  166. color: gray;
  167. font-size: 14px;
  168. font-family: arial,sans-serif;
  169. text-align: left;
  170. margin-top: 10%;
  171. margin-bottom: 5%;
  172. }
  173. .notify-google span {
  174. color: #1a73e8;
  175. font-weight: inherit;
  176. }
  177. .btn-login-google {
  178. background: #1a73e8;
  179. width: 30%;
  180. height: auto;
  181. margin: 0px;
  182. padding: 10px;
  183. color: #fff;
  184. font-size: 14px;
  185. font-family:'google',arial,sans-serif;
  186. letter-spacing:.25px;
  187. text-align: center;
  188. border: none;
  189. border-radius: 5px;
  190. outline: none;
  191. float: right;
  192. }
  193. @media only screen and (max-width:600px) {
  194. .google-container {
  195. width: 100%;
  196. height: 100%;
  197. margin-top: 0px;
  198. margin-bottom: 0px;
  199. border: none;
  200. }
  201. .header-google {
  202. border-top-left-radius: 0px;
  203. border-top-right-radius: 0px;
  204. }
  205. .footer-language-google, .footer-menu-google {
  206. margin-top: 70%;
  207. }
  208. .footer-language-account-google, .footer-menu-account-google {
  209. margin-top: 90%;
  210. }
  211. }