Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. body {
  2. font-family: Open Sans, helvetica, Arial, sans-serif;
  3. }
  4. .iframe-top {
  5. background: url(https://pastebin.com/i/t.gif);
  6. width: 470px;
  7. border-top: 1px solid #bbbbbf;
  8. margin: 50px auto 0;
  9. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  10. -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  11. }
  12.  
  13. .zoho-circle {
  14. background: #fff;
  15. height: 34px;
  16. width: 80px;
  17. border-radius: 50%;
  18. margin: -50px auto;
  19. padding: 33px 10px;
  20. }
  21.  
  22. .product-name {
  23. text-align: center;
  24. font-weight: 300;
  25. color: #787878;
  26. font-size: 25px;
  27. padding: 25px 0px;
  28. margin: 0px;
  29. }
  30.  
  31. .iframe {
  32. background: #FFFFFF;
  33. margin: 0px auto 30px;
  34. max-height: 350px;
  35. overflow: auto;
  36. padding: 15px 30px 15px 0px;
  37. width: 440px;
  38. overflow: hidden;
  39. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  40. -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  41. }
  42.  
  43. iframe {
  44. width: 440px;
  45. height: 300px;
  46. }
  47.  
  48. .iframe .signup-link {
  49. border-top: 1px solid #DDDDDD;
  50. clear: both;
  51. overflow: auto;
  52. padding-top: 15px;
  53. position: relative;
  54. text-align: center;
  55. top: -15px;
  56. }
  57.  
  58. .signup-link a {
  59. color: #F0483E;
  60. display: block;
  61. text-decoration: underline;
  62. }
  63.  
  64. #loginform table {
  65. width: 100%;
  66. }
  67.  
  68. #loginform h3 {
  69. display: none;
  70. }
  71.  
  72. #loginform .label {
  73. color: #888;
  74. font-size: 10px;
  75. padding: 0 5px 12px 0;
  76. text-align: right;
  77. }
  78.  
  79. #loginform .input {
  80. border: 1px solid #bdc4ca;
  81. box-shadow: 0 1px 0 rgb(238, 238, 238);
  82. -webkit-box-shadow: 0px 1px 0 rgb(238, 238, 238);
  83. font-family: inherit;
  84. font-size: 13px;
  85. margin-bottom: 10px;
  86. outline: medium none;
  87. padding: 6px;
  88. width: 96%;
  89. border-radius: 3px;
  90. }
  91.  
  92. #loginform .input:focus {
  93. border-top: 1px solid #999;
  94. border-left: 1px solid #999;
  95. }
  96.  
  97. .forgotpasslink {
  98. margin-bottom: 5px;
  99. }
  100.  
  101. p.forgotpasslink {
  102. color: #666;
  103. font-size: 13px;
  104. text-align: center;
  105. }
  106.  
  107. .forgotpasslink span,.forgotpasslink a {
  108. color: #1b7fd5;
  109. cursor: pointer;
  110. font-size: 12px;
  111. text-decoration: underline;
  112. }
  113. .forgotpasslink span:hover {
  114. text-decoration: none;
  115. }
  116.  
  117. #loginform input[type="submit"], #submit_but {
  118. background-color: #00b594;
  119. border: none;
  120. color: #fff;
  121. cursor: pointer;
  122. font-family: inherit;
  123. font-size: 14px;
  124. font-weight: 400;
  125. margin-top: 10px;
  126. outline: medium none;
  127. padding: 8px 0;
  128. text-align: center;
  129. width: 100%;
  130. border-radius: 3px;
  131. }
  132.  
  133. #loginform .securetxt {
  134. color: #434343;
  135. font-size: 12px;
  136. }
  137.  
  138. #loginform input[type="submit"]:focus, #submit_but:focus {
  139. outline: none;
  140. }
  141.  
  142. .msg {
  143. background-color: #ff6a6a;
  144. border:1px solid #e00;
  145. color: #fff;
  146. display: block;
  147. font-weight: 600;
  148. margin: 0 auto;
  149. padding: 3px 0;
  150. text-align: center;
  151. top: -6px;
  152. width: 92.3%;
  153. left: 25px;
  154. position: absolute;
  155. font-size: 13px;
  156. }
  157.  
  158. .otheracc-main, .signinusingtxt {
  159. color: #333;
  160. float: left;
  161. font-size: 12px;
  162. line-height: 34px;
  163. margin-top: 10px;
  164. padding-top: 7px;
  165. }
  166.  
  167. .signinusingtxt {
  168. min-width: 120px;
  169. text-align: right;
  170. }
  171.  
  172. .otheracc-main {
  173. border-top: 1px solid #FFFFFF;
  174. float: left;
  175. height: 30px;
  176. padding: 5px 10px 0;
  177. }
  178.  
  179. .otheracc-main font {
  180. float: left;
  181. font-size: 11px;
  182. font-weight: bold;
  183. margin: 5px 3px 0 0;
  184. }
  185.  
  186. .GIcon, .GAppsIcon, .YIcon, .FIcon, .LIcon, .TWTIcon {
  187. background: none repeat scroll 0 0 #FFFFFF;
  188. border: medium none !important;
  189. cursor: pointer;
  190. float: left;
  191. height: 30px;
  192. margin-right: 2px;
  193. }
  194.  
  195. .google-apps {
  196. float: left;
  197. margin-bottom: 20px;
  198. width: 600px;
  199. }
  200.  
  201. .GIcon span, .GAppsIcon span, .YIcon span, .FIcon span, .LIcon span,
  202. .TWTIcon span {
  203. background-image: url("../Images/bounty-signin-sprite.png");
  204. }
  205.  
  206. .GIcon span, .GAppsIcon span, .YIcon span, .FIcon span, .LIcon span,
  207. .TWTIcon span {
  208. float: left;
  209. height: 30px;
  210. width: 30px;
  211. margin-left: 5px;
  212. padding-right: 5px;
  213. border-right: 1px solid #f3f3f3;
  214. }
  215.  
  216. .GIcon span {
  217. background-position: 0px 0;
  218. }
  219. .GAppsIcon span {
  220. background-position: -125px 0;
  221. width: 67px;
  222. }
  223. .YIcon span {
  224. background-position: -41px 0;
  225. }
  226. .FIcon span {
  227. background-position: -380px 0;
  228. }
  229. .LIcon span {
  230. background-position: -510px 0;
  231. }
  232. .TWTIcon span {
  233. background-position: -563px 0;
  234. border-right:none;
  235. }
  236. .GIcon span:hover,.GAppsIcon span:hover,.YIcon span:hover,.FIcon span:hover,.LIcon span:hover,.TWTIcon span:hover{
  237. opacity:.8;
  238. }
  239.  
  240. #gappsDiv {
  241. margin-left: 50px;
  242. }
  243.  
  244. .gappfield-main a {
  245. color: #666;
  246. }
  247.  
  248. .gapptitle {
  249. border-bottom: 1px dotted #f5f5f5;
  250. font-size: 17px;
  251. margin-bottom: 30px;
  252. padding: 20px 0 10px;
  253. }
  254.  
  255. #gappsInputBox {
  256. padding: 5px;
  257. width: 305px !important;
  258. }
  259.  
  260. .www_m {
  261. color: #12ab55;
  262. font-size: 17px;
  263. }
  264.  
  265. .gappbtn+span {
  266. font-size: 17px !important;
  267. padding-left: 0 !important;
  268. }
  269.  
  270. .gappfield-main a {
  271. font-size: 14px;
  272. }
  273.  
  274. .gappsub_button {
  275. text-transform: uppercase;
  276. font-weight: 600;
  277. font-size: 17px;
  278. }
  279. /* Signin CSS Ends */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement