style.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. /*--
  2. Author: W3layouts
  3. Author URL: http://w3layouts.com
  4. License: Creative Commons Attribution 3.0 Unported
  5. License URL: http://creativecommons.org/licenses/by/3.0/
  6. --*/
  7. /*-- Reset-Code --*/
  8. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
  9. article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
  10. ol,ul{list-style:none;margin:0px;padding:0px;}
  11. blockquote,q{quotes:none;}
  12. blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
  13. table{border-collapse:collapse;border-spacing:0;}
  14. /* start editing from here */
  15. a{text-decoration:none;}
  16. .txt-rt{text-align:right;}/* text align right */
  17. .txt-lt{text-align:left;}/* text align left */
  18. .txt-center{text-align:center;}/* text align center */
  19. .float-rt{float:right;}/* float right */
  20. .float-lt{float:left;}/* float left */
  21. .clear{clear:both;}/* clear float */
  22. .pos-relative{position:relative;}/* Position Relative */
  23. .pos-absolute{position:absolute;}/* Position Absolute */
  24. .vertical-base{vertical-align:baseline;}/* vertical align baseline */
  25. .vertical-top{vertical-align:top;}/* vertical align top */
  26. nav.vertical ul li{display:block;}/* vertical menu */
  27. nav.horizontal ul li{display: inline-block;}/* horizontal menu */
  28. img{max-width:100%;}
  29. /*-- //Reset-Code --*/
  30. h1,h2,h3,h4,h5,h6{
  31. font-family: 'Montserrat', sans-serif;
  32. }
  33. h1{
  34. font-size:40px;
  35. color:#fff;
  36. margin:50px 0px 80px 0px;
  37. text-align:center;
  38. }
  39. .w3layouts{
  40. width:70%;
  41. margin:0 auto;
  42. }
  43. .signin-agile,.signup-agileinfo {
  44. width: 35%;
  45. float: left;
  46. background:rgba(255,255,255,0.7);
  47. padding:80px;
  48. transition: 0.5s all;
  49. -webkit-transition: 0.5s all;
  50. -moz-transition: 0.5s all;
  51. -o-transition: 0.5s all;
  52. -ms-transition: 0.5s all;
  53. height:280px;
  54. }
  55. .signin-agile h2,.signup-agileinfo h3{
  56. font-size:25px;
  57. color:#7d7d7d;
  58. margin-bottom:20px;
  59. }
  60. .signup-agileinfo{
  61. background: rgba(112,173,71,0.7);
  62. }
  63. .signup-agileinfo h3{
  64. color:#fff;
  65. }
  66. .signup-agileinfo p{
  67. color:#fff;
  68. font-size:14px;
  69. line-height:30px;
  70. }
  71. input[type="text"],input[type="password"]{
  72. width:93.5%;
  73. padding: 15px;
  74. border:1px solid #7d7d7d;
  75. outline:none;
  76. font-size:14px;
  77. margin-bottom:20px;
  78. border-radius:25px;
  79. }
  80. form ul {
  81. float: left;
  82. }
  83. ul li {
  84. list-style: none;
  85. display: inline-block;
  86. }
  87. ul li input[type="checkbox"] {
  88. display: none;
  89. }
  90. ul li input[type="checkbox"]+label {
  91. position: relative;
  92. padding-left: 25px;
  93. border: #F0F8FF;
  94. color: #7d7d7d;
  95. display: inline-block;
  96. font-size: 14px;
  97. }
  98. ul li input[type="checkbox"]+label span:first-child {
  99. width: 13px;
  100. height: 13px;
  101. display: inline-block;
  102. border: 1px solid #7d7d7d;
  103. position: absolute;
  104. top: 1px;
  105. left: 4px;
  106. bottom: 4px;
  107. }
  108. ul li input[type="checkbox"]:checked+label span:first-child:before {
  109. content: "";
  110. background: url(../img/tick.png) no-repeat;
  111. position: absolute;
  112. left: 2px;
  113. top: 2px;
  114. font-size: 10px;
  115. width: 10px;
  116. height: 10px;
  117. }
  118. form a {
  119. color: #7d7d7d;
  120. float: right;
  121. font-size: 14px;
  122. }
  123. input[type="submit"]{
  124. background:#70ad47;
  125. padding:13px 0;
  126. font-size:16px;
  127. color:#fff;
  128. cursor:pointer;
  129. outline:none;
  130. transition: 0.5s all;
  131. -webkit-transition: 0.5s all;
  132. -moz-transition: 0.5s all;
  133. -o-transition: 0.5s all;
  134. -ms-transition: 0.5s all;
  135. width:100%;
  136. border:none;
  137. margin-top:25px;
  138. border-radius:25px;
  139. }
  140. input[type="submit"]:hover{
  141. background:#4a8c1e;
  142. }
  143. .footer-w3l {
  144. margin: 120px 0 15px 0;
  145. }
  146. .footer-w3l p{
  147. font-size:14px;
  148. text-align:center;
  149. color:#fff;
  150. line-height:27px;
  151. }
  152. .footer-w3l p a{
  153. color:#fff;
  154. }
  155. .footer-w3l p a:hover{
  156. text-decoration:underline;
  157. }
  158. /*--pop-up--*/
  159. a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
  160. border:1px solid #fff;
  161. padding: 8px 34px;
  162. color:#fff;
  163. display:inline-block;
  164. margin-top:35px;
  165. border-radius: 20px;
  166. transition: 0.5s all;
  167. -webkit-transition: 0.5s all;
  168. -moz-transition: 0.5s all;
  169. -o-transition: 0.5s all;
  170. -ms-transition: 0.5s all;
  171. outline:none;
  172. }
  173. a.book.popup-with-zoom-anim.button-isi.zoomIn.animated:hover{
  174. border:1px solid #4a8c1e;
  175. color:#fff;
  176. background:#4a8c1e;
  177. }
  178. .book-form {
  179. padding: 2em;
  180. }
  181. .book-form h3 {
  182. font-size: 1.8em;
  183. text-align: left;
  184. color: #7d7d7d;
  185. margin-bottom: 1.5em;
  186. }
  187. /*-- //pop-up --*/
  188. /*-- Responsive --*/
  189. @media screen and (max-width: 1440px) {
  190. .signin-agile, .signup-agileinfo {
  191. padding:73px;
  192. }
  193. input[type="text"], input[type="password"] {
  194. width: 91%;
  195. }
  196. }
  197. @media screen and (max-width: 1366px) {
  198. .signin-agile, .signup-agileinfo {
  199. padding:70px;
  200. }
  201. input[type="text"], input[type="password"] {
  202. width: 90.5%;
  203. }
  204. }
  205. @media screen and (max-width: 1280px) {
  206. .w3layouts {
  207. width: 75%;
  208. margin: 0 auto;
  209. }
  210. }
  211. @media screen and (max-width: 1080px) {
  212. .w3layouts {
  213. width: 80%;
  214. margin: 0 auto;
  215. }
  216. .signin-agile, .signup-agileinfo {
  217. padding:63px;
  218. }
  219. }
  220. @media screen and (max-width: 1024px) {
  221. h1 {
  222. margin: 50px 0px 56px 0px;
  223. }
  224. .signin-agile, .signup-agileinfo {
  225. padding:60px;
  226. }
  227. input[type="text"], input[type="password"] {
  228. width: 89%;
  229. }
  230. .footer-w3l {
  231. margin: 80px 0 15px 0;
  232. }
  233. }
  234. @media screen and (max-width: 991px) {
  235. .w3layouts {
  236. width: 85%;
  237. margin: 0 auto;
  238. }
  239. }
  240. @media screen and (max-width: 966px) {
  241. }
  242. @media screen and (max-width: 900px) {
  243. .signin-agile, .signup-agileinfo {
  244. padding:55px;
  245. }
  246. input[type="text"], input[type="password"] {
  247. width: 88%;
  248. }
  249. }
  250. @media screen and (max-width: 800px) {
  251. .signin-agile, .signup-agileinfo {
  252. padding:49px;
  253. }
  254. input[type="text"], input[type="password"] {
  255. width: 87%;
  256. }
  257. }
  258. @media screen and (max-width: 768px) {
  259. .w3layouts {
  260. width: 90%;
  261. margin: 0 auto;
  262. }
  263. .signin-agile, .signup-agileinfo {
  264. padding:50px;
  265. }
  266. ul li input[type="checkbox"]+label {
  267. font-size:13px;
  268. }
  269. form a{
  270. font-size:13px;
  271. }
  272. }
  273. @media screen and (max-width: 736px) {
  274. .signin-agile, .signup-agileinfo {
  275. padding: 48px;
  276. }
  277. }
  278. @media screen and (max-width: 667px) {
  279. h1 {
  280. margin: 30px 0px 45px 0px;
  281. }
  282. .w3layouts {
  283. width: 95%;
  284. margin: 0 auto;
  285. }
  286. .signin-agile, .signup-agileinfo {
  287. padding: 46px;
  288. }
  289. input[type="text"], input[type="password"] {
  290. padding:12px;
  291. }
  292. input[type="submit"] {
  293. padding: 12px 0;
  294. }
  295. .my-mfp-zoom-in.mfp-ready #small-dialog {
  296. padding: 30px!important;
  297. }
  298. }
  299. @media screen and (max-width: 640px) {
  300. .signin-agile, .signup-agileinfo {
  301. padding: 44px;
  302. }
  303. .signup-agileinfo p {
  304. font-size: 13.5px;
  305. line-height: 27px;
  306. }
  307. }
  308. @media screen and (max-width: 600px) {
  309. .w3layouts {
  310. width: 85%;
  311. margin: 0 auto;
  312. }
  313. .signin-agile, .signup-agileinfo {
  314. width:82%;
  315. }
  316. input[type="text"], input[type="password"] {
  317. width:93%;
  318. }
  319. }
  320. @media screen and (max-width: 568px) {
  321. h1 {
  322. font-size: 35px;
  323. margin: 35px 0px 50px 0px;
  324. }
  325. .footer-w3l {
  326. margin: 40px 0 15px 0;
  327. }
  328. }
  329. @media screen and (max-width: 480px) {
  330. .signin-agile, .signup-agileinfo {
  331. width: 77%;
  332. }
  333. input[type="text"], input[type="password"] {
  334. width: 92%;
  335. }
  336. .footer-w3l p {
  337. font-size: 13px;
  338. }
  339. }
  340. @media screen and (max-width: 414px) {
  341. h1 {
  342. font-size: 28px;
  343. margin: 35px 0px 40px 0px;
  344. }
  345. .signin-agile, .signup-agileinfo {
  346. width: 74%;
  347. }
  348. input[type="text"], input[type="password"] {
  349. width: 89%;
  350. }
  351. form a {
  352. margin-top: 3px;
  353. }
  354. .signup-agileinfo {
  355. height:240px;
  356. }
  357. }
  358. @media screen and (max-width: 384px) {
  359. h1 {
  360. font-size: 30px;
  361. margin: 35px 0px 40px 0px;
  362. }
  363. .signin-agile, .signup-agileinfo {
  364. width: 77%;
  365. padding:35px;
  366. }
  367. a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
  368. padding: 5px 25px;
  369. font-size:13px;
  370. margin-top:25px;
  371. }
  372. }
  373. @media screen and (max-width: 375px) {
  374. .signin-agile, .signup-agileinfo {
  375. width: 80%;
  376. padding:30px;
  377. }
  378. .book-form h3 {
  379. font-size: 1.5em;
  380. }
  381. }
  382. @media screen and (max-width: 320px) {
  383. h1 {
  384. font-size: 27px;
  385. margin: 35px 0px 30px 0px;
  386. }
  387. .signin-agile, .signup-agileinfo {
  388. width: 84%;
  389. padding:20px;
  390. }
  391. .signin-agile h2, .signup-agileinfo h3 {
  392. font-size: 20px;
  393. }
  394. input[type="text"], input[type="password"] {
  395. padding: 10px;
  396. }
  397. input[type="submit"]{
  398. padding:10px 0px;
  399. }
  400. ul li input[type="checkbox"]+label span:first-child {
  401. width: 10px;
  402. height: 10px;
  403. top:3px;
  404. }
  405. ul li input[type="checkbox"]+label {
  406. font-size: 12px;
  407. padding-left:20px;
  408. }
  409. form a{
  410. font-size:12px;
  411. margin-top:4px;
  412. }
  413. a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
  414. margin-top:30px;
  415. }
  416. .signup-agileinfo p {
  417. font-size: 12.5px;
  418. }
  419. }