login.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  1. html { height: 100%; }
  2. body {
  3. font-family: 'Lato', Calibri, Arial, sans-serif;
  4. background: #ddd url(../bg.jpg) repeat top left;
  5. font-weight: 300;
  6. font-size: 15px;
  7. color: #333;
  8. -webkit-font-smoothing: antialiased;
  9. overflow-y: scroll;
  10. overflow-x: hidden;
  11. }
  12. a {
  13. color: #555;
  14. text-decoration: none;
  15. }
  16. .container {
  17. width: 100%;
  18. position: relative;
  19. }
  20. .clr {
  21. clear: both;
  22. padding: 0;
  23. height: 0;
  24. margin: 0;
  25. }
  26. .main {
  27. width: 90%;
  28. margin: 0 auto;
  29. position: relative;
  30. }
  31. .container > header {
  32. margin: 10px;
  33. padding: 20px 10px 10px 10px;
  34. position: relative;
  35. display: block;
  36. text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  37. text-align: center;
  38. }
  39. .container > header h1 {
  40. font-size: 30px;
  41. line-height: 38px;
  42. margin: 0;
  43. position: relative;
  44. font-weight: 300;
  45. color: #666;
  46. text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  47. }
  48. .container > header h2 {
  49. font-size: 14px;
  50. font-weight: 300;
  51. margin: 0;
  52. padding: 15px 0 5px 0;
  53. color: #666;
  54. font-family: Cambria, Georgia, serif;
  55. font-style: italic;
  56. text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  57. }
  58. /* Header Style */
  59. .codrops-top {
  60. line-height: 24px;
  61. font-size: 11px;
  62. background: #fff;
  63. background: rgba(255, 255, 255, 0.8);
  64. text-transform: uppercase;
  65. z-index: 9999;
  66. position: relative;
  67. font-family: Cambria, Georgia, serif;
  68. box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
  69. }
  70. /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  71. .codrops-top:before,
  72. .codrops-top:after {
  73. content: " "; /* 1 */
  74. display: table; /* 2 */
  75. }
  76. .codrops-top:after {
  77. clear: both
  78. }
  79. .codrops-top a {
  80. padding: 0px 10px;
  81. letter-spacing: 1px;
  82. color: #333;
  83. display: inline-block;
  84. }
  85. .codrops-top a:hover {
  86. background: rgba(255,255,255,0.6);
  87. }
  88. .codrops-top span.right {
  89. float: right;
  90. }
  91. .codrops-top span.right a {
  92. float: left;
  93. display: block;
  94. }
  95. /* Demo Buttons Style */
  96. .codrops-demos {
  97. text-align:center;
  98. display: block;
  99. line-height: 30px;
  100. padding: 5px 0px;
  101. }
  102. .codrops-demos a {
  103. display: inline-block;
  104. margin: 0px 4px;
  105. padding: 0px 6px;
  106. color: #8c8c8c;
  107. line-height: 20px;
  108. font-size: 12px;
  109. font-weight: 700;
  110. text-shadow: 1px 1px 1px #fff;
  111. border: 1px solid #fff;
  112. background: #ffffff; /* Old browsers */
  113. background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
  114. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
  115. background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
  116. background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
  117. background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
  118. background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
  119. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  120. }
  121. .codrops-demos a:hover {
  122. color: #333;
  123. background: #fff;
  124. }
  125. .codrops-demos a:active {
  126. background: #fff;
  127. }
  128. .codrops-demos a.current-demo,
  129. .codrops-demos a.current-demo:hover {
  130. background: #555;
  131. border-color: #555;
  132. color: #ddd;
  133. text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  134. box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.5);
  135. }
  136. .support-note span{
  137. color: #ac375d;
  138. font-size: 16px;
  139. display: none;
  140. font-weight: bold;
  141. text-align: center;
  142. padding: 5px 0;
  143. }
  144. @font-face {
  145. font-family: "FontAwesome";
  146. src: url('../font/fontawesome-webfont.eot');
  147. src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'),
  148. url('../font/fontawesome-webfont.woff') format('woff'),
  149. url('../font/fontawesome-webfont.ttf') format('truetype'),
  150. url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  151. font-weight: normal;
  152. font-style: normal;
  153. }
  154. /* Font Awesome styles
  155. ------------------------------------------------------- */
  156. [class^="icon-"]:before, [class*=" icon-"]:before {
  157. font-family: FontAwesome;
  158. font-weight: normal;
  159. font-style: normal;
  160. display: inline-block;
  161. text-decoration: inherit;
  162. }
  163. a [class^="icon-"], a [class*=" icon-"] {
  164. display: inline-block;
  165. text-decoration: inherit;
  166. }
  167. /* makes the font 33% larger relative to the icon container */
  168. .icon-large:before {
  169. vertical-align: top;
  170. font-size: 1.3333333333333333em;
  171. }
  172. .btn [class^="icon-"], .btn [class*=" icon-"] {
  173. /* keeps button heights with and without icons the same */
  174. line-height: .9em;
  175. }
  176. li [class^="icon-"], li [class*=" icon-"] {
  177. display: inline-block;
  178. width: 1.25em;
  179. text-align: center;
  180. }
  181. li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  182. /* 1.5 increased font size for icon-large * 1.25 width */
  183. width: 1.875em;
  184. }
  185. li[class^="icon-"], li[class*=" icon-"] {
  186. margin-left: 0;
  187. list-style-type: none;
  188. }
  189. li[class^="icon-"]:before, li[class*=" icon-"]:before {
  190. text-indent: -2em;
  191. text-align: center;
  192. }
  193. li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  194. text-indent: -1.3333333333333333em;
  195. }
  196. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  197. readers do not read off random characters that represent icons */
  198. .icon-glass:before { content: "\f000"; }
  199. .icon-music:before { content: "\f001"; }
  200. .icon-search:before { content: "\f002"; }
  201. .icon-envelope:before { content: "\f003"; }
  202. .icon-heart:before { content: "\f004"; }
  203. .icon-star:before { content: "\f005"; }
  204. .icon-star-empty:before { content: "\f006"; }
  205. .icon-user:before { content: "\f007"; }
  206. .icon-film:before { content: "\f008"; }
  207. .icon-th-large:before { content: "\f009"; }
  208. .icon-th:before { content: "\f00a"; }
  209. .icon-th-list:before { content: "\f00b"; }
  210. .icon-ok:before { content: "\f00c"; }
  211. .icon-remove:before { content: "\f00d"; }
  212. .icon-zoom-in:before { content: "\f00e"; }
  213. .icon-zoom-out:before { content: "\f010"; }
  214. .icon-off:before { content: "\f011"; }
  215. .icon-signal:before { content: "\f012"; }
  216. .icon-cog:before { content: "\f013"; }
  217. .icon-trash:before { content: "\f014"; }
  218. .icon-home:before { content: "\f015"; }
  219. .icon-file:before { content: "\f016"; }
  220. .icon-time:before { content: "\f017"; }
  221. .icon-road:before { content: "\f018"; }
  222. .icon-download-alt:before { content: "\f019"; }
  223. .icon-download:before { content: "\f01a"; }
  224. .icon-upload:before { content: "\f01b"; }
  225. .icon-inbox:before { content: "\f01c"; }
  226. .icon-play-circle:before { content: "\f01d"; }
  227. .icon-repeat:before { content: "\f01e"; }
  228. /* \f020 doesn't work in Safari. all shifted one down */
  229. .icon-refresh:before { content: "\f021"; }
  230. .icon-list-alt:before { content: "\f022"; }
  231. .icon-lock:before { content: "\f023"; }
  232. .icon-flag:before { content: "\f024"; }
  233. .icon-headphones:before { content: "\f025"; }
  234. .icon-volume-off:before { content: "\f026"; }
  235. .icon-volume-down:before { content: "\f027"; }
  236. .icon-volume-up:before { content: "\f028"; }
  237. .icon-qrcode:before { content: "\f029"; }
  238. .icon-barcode:before { content: "\f02a"; }
  239. .icon-tag:before { content: "\f02b"; }
  240. .icon-tags:before { content: "\f02c"; }
  241. .icon-book:before { content: "\f02d"; }
  242. .icon-bookmark:before { content: "\f02e"; }
  243. .icon-print:before { content: "\f02f"; }
  244. .icon-camera:before { content: "\f030"; }
  245. .icon-font:before { content: "\f031"; }
  246. .icon-bold:before { content: "\f032"; }
  247. .icon-italic:before { content: "\f033"; }
  248. .icon-text-height:before { content: "\f034"; }
  249. .icon-text-width:before { content: "\f035"; }
  250. .icon-align-left:before { content: "\f036"; }
  251. .icon-align-center:before { content: "\f037"; }
  252. .icon-align-right:before { content: "\f038"; }
  253. .icon-align-justify:before { content: "\f039"; }
  254. .icon-list:before { content: "\f03a"; }
  255. .icon-indent-left:before { content: "\f03b"; }
  256. .icon-indent-right:before { content: "\f03c"; }
  257. .icon-facetime-video:before { content: "\f03d"; }
  258. .icon-picture:before { content: "\f03e"; }
  259. .icon-pencil:before { content: "\f040"; }
  260. .icon-map-marker:before { content: "\f041"; }
  261. .icon-adjust:before { content: "\f042"; }
  262. .icon-tint:before { content: "\f043"; }
  263. .icon-edit:before { content: "\f044"; }
  264. .icon-share:before { content: "\f045"; }
  265. .icon-check:before { content: "\f046"; }
  266. .icon-move:before { content: "\f047"; }
  267. .icon-step-backward:before { content: "\f048"; }
  268. .icon-fast-backward:before { content: "\f049"; }
  269. .icon-backward:before { content: "\f04a"; }
  270. .icon-play:before { content: "\f04b"; }
  271. .icon-pause:before { content: "\f04c"; }
  272. .icon-stop:before { content: "\f04d"; }
  273. .icon-forward:before { content: "\f04e"; }
  274. .icon-fast-forward:before { content: "\f050"; }
  275. .icon-step-forward:before { content: "\f051"; }
  276. .icon-eject:before { content: "\f052"; }
  277. .icon-chevron-left:before { content: "\f053"; }
  278. .icon-chevron-right:before { content: "\f054"; }
  279. .icon-plus-sign:before { content: "\f055"; }
  280. .icon-minus-sign:before { content: "\f056"; }
  281. .icon-remove-sign:before { content: "\f057"; }
  282. .icon-ok-sign:before { content: "\f058"; }
  283. .icon-question-sign:before { content: "\f059"; }
  284. .icon-info-sign:before { content: "\f05a"; }
  285. .icon-screenshot:before { content: "\f05b"; }
  286. .icon-remove-circle:before { content: "\f05c"; }
  287. .icon-ok-circle:before { content: "\f05d"; }
  288. .icon-ban-circle:before { content: "\f05e"; }
  289. .icon-arrow-left:before { content: "\f060"; }
  290. .icon-arrow-right:before { content: "\f061"; }
  291. .icon-arrow-up:before { content: "\f062"; }
  292. .icon-arrow-down:before { content: "\f063"; }
  293. .icon-share-alt:before { content: "\f064"; }
  294. .icon-resize-full:before { content: "\f065"; }
  295. .icon-resize-small:before { content: "\f066"; }
  296. .icon-plus:before { content: "\f067"; }
  297. .icon-minus:before { content: "\f068"; }
  298. .icon-asterisk:before { content: "\f069"; }
  299. .icon-exclamation-sign:before { content: "\f06a"; }
  300. .icon-gift:before { content: "\f06b"; }
  301. .icon-leaf:before { content: "\f06c"; }
  302. .icon-fire:before { content: "\f06d"; }
  303. .icon-eye-open:before { content: "\f06e"; }
  304. .icon-eye-close:before { content: "\f070"; }
  305. .icon-warning-sign:before { content: "\f071"; }
  306. .icon-plane:before { content: "\f072"; }
  307. .icon-calendar:before { content: "\f073"; }
  308. .icon-random:before { content: "\f074"; }
  309. .icon-comment:before { content: "\f075"; }
  310. .icon-magnet:before { content: "\f076"; }
  311. .icon-chevron-up:before { content: "\f077"; }
  312. .icon-chevron-down:before { content: "\f078"; }
  313. .icon-retweet:before { content: "\f079"; }
  314. .icon-shopping-cart:before { content: "\f07a"; }
  315. .icon-folder-close:before { content: "\f07b"; }
  316. .icon-folder-open:before { content: "\f07c"; }
  317. .icon-resize-vertical:before { content: "\f07d"; }
  318. .icon-resize-horizontal:before { content: "\f07e"; }
  319. .icon-bar-chart:before { content: "\f080"; }
  320. .icon-twitter-sign:before { content: "\f081"; }
  321. .icon-facebook-sign:before { content: "\f082"; }
  322. .icon-camera-retro:before { content: "\f083"; }
  323. .icon-key:before { content: "\f084"; }
  324. .icon-cogs:before { content: "\f085"; }
  325. .icon-comments:before { content: "\f086"; }
  326. .icon-thumbs-up:before { content: "\f087"; }
  327. .icon-thumbs-down:before { content: "\f088"; }
  328. .icon-star-half:before { content: "\f089"; }
  329. .icon-heart-empty:before { content: "\f08a"; }
  330. .icon-signout:before { content: "\f08b"; }
  331. .icon-linkedin-sign:before { content: "\f08c"; }
  332. .icon-pushpin:before { content: "\f08d"; }
  333. .icon-external-link:before { content: "\f08e"; }
  334. .icon-signin:before { content: "\f090"; }
  335. .icon-trophy:before { content: "\f091"; }
  336. .icon-github-sign:before { content: "\f092"; }
  337. .icon-upload-alt:before { content: "\f093"; }
  338. .icon-lemon:before { content: "\f094"; }
  339. .icon-phone:before { content: "\f095"; }
  340. .icon-check-empty:before { content: "\f096"; }
  341. .icon-bookmark-empty:before { content: "\f097"; }
  342. .icon-phone-sign:before { content: "\f098"; }
  343. .icon-twitter:before { content: "\f099"; }
  344. .icon-facebook:before { content: "\f09a"; }
  345. .icon-github:before { content: "\f09b"; }
  346. .icon-unlock:before { content: "\f09c"; }
  347. .icon-credit-card:before { content: "\f09d"; }
  348. .icon-rss:before { content: "\f09e"; }
  349. .icon-hdd:before { content: "\f0a0"; }
  350. .icon-bullhorn:before { content: "\f0a1"; }
  351. .icon-bell:before { content: "\f0a2"; }
  352. .icon-certificate:before { content: "\f0a3"; }
  353. .icon-hand-right:before { content: "\f0a4"; }
  354. .icon-hand-left:before { content: "\f0a5"; }
  355. .icon-hand-up:before { content: "\f0a6"; }
  356. .icon-hand-down:before { content: "\f0a7"; }
  357. .icon-circle-arrow-left:before { content: "\f0a8"; }
  358. .icon-circle-arrow-right:before { content: "\f0a9"; }
  359. .icon-circle-arrow-up:before { content: "\f0aa"; }
  360. .icon-circle-arrow-down:before { content: "\f0ab"; }
  361. .icon-globe:before { content: "\f0ac"; }
  362. .icon-wrench:before { content: "\f0ad"; }
  363. .icon-tasks:before { content: "\f0ae"; }
  364. .icon-filter:before { content: "\f0b0"; }
  365. .icon-briefcase:before { content: "\f0b1"; }
  366. .icon-fullscreen:before { content: "\f0b2"; }
  367. .icon-group:before { content: "\f0c0"; }
  368. .icon-link:before { content: "\f0c1"; }
  369. .icon-cloud:before { content: "\f0c2"; }
  370. .icon-beaker:before { content: "\f0c3"; }
  371. .icon-cut:before { content: "\f0c4"; }
  372. .icon-copy:before { content: "\f0c5"; }
  373. .icon-paper-clip:before { content: "\f0c6"; }
  374. .icon-save:before { content: "\f0c7"; }
  375. .icon-sign-blank:before { content: "\f0c8"; }
  376. .icon-reorder:before { content: "\f0c9"; }
  377. .icon-list-ul:before { content: "\f0ca"; }
  378. .icon-list-ol:before { content: "\f0cb"; }
  379. .icon-strikethrough:before { content: "\f0cc"; }
  380. .icon-underline:before { content: "\f0cd"; }
  381. .icon-table:before { content: "\f0ce"; }
  382. .icon-magic:before { content: "\f0d0"; }
  383. .icon-truck:before { content: "\f0d1"; }
  384. .icon-pinterest:before { content: "\f0d2"; }
  385. .icon-pinterest-sign:before { content: "\f0d3"; }
  386. .icon-google-plus-sign:before { content: "\f0d4"; }
  387. .icon-google-plus:before { content: "\f0d5"; }
  388. .icon-money:before { content: "\f0d6"; }
  389. .icon-caret-down:before { content: "\f0d7"; }
  390. .icon-caret-up:before { content: "\f0d8"; }
  391. .icon-caret-left:before { content: "\f0d9"; }
  392. .icon-caret-right:before { content: "\f0da"; }
  393. .icon-columns:before { content: "\f0db"; }
  394. .icon-sort:before { content: "\f0dc"; }
  395. .icon-sort-down:before { content: "\f0dd"; }
  396. .icon-sort-up:before { content: "\f0de"; }
  397. .icon-envelope-alt:before { content: "\f0e0"; }
  398. .icon-linkedin:before { content: "\f0e1"; }
  399. .icon-undo:before { content: "\f0e2"; }
  400. .icon-legal:before { content: "\f0e3"; }
  401. .icon-dashboard:before { content: "\f0e4"; }
  402. .icon-comment-alt:before { content: "\f0e5"; }
  403. .icon-comments-alt:before { content: "\f0e6"; }
  404. .icon-bolt:before { content: "\f0e7"; }
  405. .icon-sitemap:before { content: "\f0e8"; }
  406. .icon-umbrella:before { content: "\f0e9"; }
  407. .icon-paste:before { content: "\f0ea"; }
  408. .icon-user-md:before { content: "\f200"; }
  409. /* GLOBALS */
  410. *,
  411. *:after,
  412. *:before {
  413. -webkit-box-sizing: border-box;
  414. -moz-box-sizing: border-box;
  415. -ms-box-sizing: border-box;
  416. -o-box-sizing: border-box;
  417. box-sizing: border-box;
  418. padding: 0;
  419. margin: 0;
  420. }
  421. .clearfix:after {
  422. content: "";
  423. display: table;
  424. clear: both;
  425. }
  426. /* Demo 2 */
  427. .form-2 {
  428. /* Size and position */
  429. width: 340px;
  430. margin: 60px auto 30px;
  431. padding: 15px;
  432. position: relative;
  433. /* Styles */
  434. background: #fffaf6;
  435. border-radius: 4px;
  436. color: #7e7975;
  437. box-shadow:
  438. 0 2px 2px rgba(0,0,0,0.2),
  439. 0 1px 5px rgba(0,0,0,0.2),
  440. 0 0 0 12px rgba(255,255,255,0.4);
  441. }
  442. .form-2 .title{color: #ffb347; font-weight:bold;}
  443. .form-2 h1 {
  444. font-size: 15px;
  445. font-weight: bold;
  446. color: #bdb5aa;
  447. padding-bottom: 8px;
  448. border-bottom: 1px solid #EBE6E2;
  449. text-shadow: 0 2px 0 rgba(255,255,255,0.8);
  450. box-shadow: 0 1px 0 rgba(255,255,255,0.8);
  451. }
  452. .form-2 h1 .log-in,
  453. .form-2 h1 .sign-up {
  454. display: inline-block;
  455. text-transform: uppercase;
  456. }
  457. .form-2 h1 .log-in {
  458. color: #6c6763;
  459. padding-right: 2px;
  460. }
  461. .form-2 h1 .sign-up {
  462. color: #ffb347;
  463. padding-left: 2px;
  464. }
  465. .form-2 .float {
  466. width: 50%;
  467. float: left;
  468. padding-top: 15px;
  469. border-top: 1px solid rgba(255,255,255,1);
  470. }
  471. .form-2 .float:first-of-type {
  472. padding-right: 5px;
  473. }
  474. .form-2 .float:last-of-type {
  475. padding-left: 5px;
  476. }
  477. .form-2 label {
  478. display: block;
  479. padding: 0 0 5px 2px;
  480. cursor: pointer;
  481. text-transform: uppercase;
  482. font-weight: 400;
  483. text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  484. font-size: 14px;
  485. }
  486. .form-2 label i {
  487. margin-right: 5px; /* Gap between icon and text */
  488. display: inline-block;
  489. width: 10px;
  490. }
  491. .form-2 input[type=text],
  492. .form-2 input[type=password] {
  493. font-family: 'Lato', Calibri, Arial, sans-serif;
  494. font-size: 13px;
  495. font-weight: 400;
  496. display: block;
  497. width: 100%;
  498. padding: 5px;
  499. margin-bottom: 5px;
  500. border: 3px solid #ebe6e2;
  501. border-radius: 5px;
  502. -webkit-transition: all 0.3s ease-out;
  503. -moz-transition: all 0.3s ease-out;
  504. -ms-transition: all 0.3s ease-out;
  505. -o-transition: all 0.3s ease-out;
  506. transition: all 0.3s ease-out;
  507. }
  508. .form-2 input[type=text]:hover,
  509. .form-2 input[type=password]:hover {
  510. border-color: #CCC;
  511. }
  512. .form-2 label:hover ~ input {
  513. border-color: #CCC;
  514. }
  515. .form-2 input[type=text]:focus,
  516. .form-2 input[type=password]:focus {
  517. border-color: #BBB;
  518. outline: none; /* Remove Chrome's outline */
  519. }
  520. .form-2 input[type=submit],
  521. .form-2 .log-twitter {
  522. /* Size and position */
  523. width: 49%;
  524. height: 38px;
  525. float: left;
  526. position: relative;
  527. /* Styles */
  528. box-shadow: inset 0 1px rgba(255,255,255,0.3);
  529. border-radius: 3px;
  530. cursor: pointer;
  531. /* Font styles */
  532. font-family: 'Lato', Calibri, Arial, sans-serif;
  533. font-size: 14px;
  534. line-height: 38px; /* Same as height */
  535. text-align: center;
  536. font-weight: bold;
  537. }
  538. .form-2 input[type=submit] {
  539. margin-left: 1%;
  540. background: #fbd568; /* Fallback */
  541. background: -moz-linear-gradient(#fbd568, #ffb347);
  542. background: -ms-linear-gradient(#fbd568, #ffb347);
  543. background: -o-linear-gradient(#fbd568, #ffb347);
  544. background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
  545. background: -webkit-linear-gradient(#fbd568, #ffb347);
  546. background: linear-gradient(#fbd568, #ffb347);
  547. border: 1px solid #f4ab4c;
  548. color: #996319;
  549. text-shadow: 0 1px rgba(255,255,255,0.3);
  550. }
  551. .form-2 .log-twitter {
  552. margin-right: 1%;
  553. background: #34a5cf; /* Fallback */
  554. background: -moz-linear-gradient(#34a5cf, #2a8ac4);
  555. background: -ms-linear-gradient(#34a5cf, #2a8ac4);
  556. background: -o-linear-gradient(#34a5cf, #2a8ac4);
  557. background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
  558. background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
  559. background: linear-gradient(#34a5cf, #2a8ac4);
  560. border: 1px solid #2b8bc7;
  561. color: #ffffff;
  562. text-shadow: 0 -1px rgba(0,0,0,0.3);
  563. text-decoration: none;
  564. }
  565. .form-2 input[type=submit]:hover,
  566. .form-2 .log-twitter:hover {
  567. box-shadow:
  568. inset 0 1px rgba(255,255,255,0.3),
  569. inset 0 20px 40px rgba(255,255,255,0.15);
  570. }
  571. .form-2 input[type=submit]:active,
  572. .form-2 .log-twitter:active{
  573. top: 1px;
  574. }
  575. /* Fallback fro broswers that don't support box shadows */
  576. .no-boxshadow .form-2 input[type=submit]:hover {
  577. background: #ffb347;
  578. }
  579. .no-boxshadow .form-2 .log-twitter:hover {
  580. background: #2a8ac4;
  581. }
  582. .form-2 p:last-of-type {
  583. clear: both;
  584. }
  585. .form-2 .opt {
  586. text-align: right;
  587. margin-right: 3px;
  588. }
  589. .form-2 label[for=showPassword] {
  590. display: inline-block;
  591. margin-bottom: 10px;
  592. font-size: 11px;
  593. font-weight: 400;
  594. text-transform: capitalize;
  595. }
  596. .form-2 input[type=checkbox] {
  597. vertical-align: middle;
  598. margin: -1px 5px 0 1px;
  599. }