style.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. /*custom font*/
  2. @import url(https://fonts.googleapis.com/css?family=Montserrat);
  3. /*basic reset*/
  4. * {margin: 0; padding: 0;}
  5. html {
  6. min-height: 100%;
  7. height: auto;
  8. /*Image only BG fallback*/
  9. /*background = gradient + image pattern combo*/
  10. /* background:
  11. linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
  12. }
  13. body {
  14. font-family: montserrat, arial, verdana;
  15. background-color: white;
  16. font-size: 1.05rem;
  17. }
  18. .ml {
  19. margin-left: 10px;
  20. }
  21. .mr {
  22. margin-right: 10px;
  23. }
  24. .mb {
  25. margin-bottom: 12px;
  26. }
  27. .top {
  28. margin-top: 20px;
  29. position: sticky;
  30. top: 0;
  31. left: 50%;
  32. z-index: 20;
  33. background-color: inherit;
  34. }
  35. .navbar {
  36. background-color: white;
  37. }
  38. /* .imf {
  39. position: fixed;
  40. top: 0;
  41. left: 50%;
  42. transform: translateX(-50%);
  43. z-index: 3;
  44. } */
  45. .img_banner {
  46. background-image: url('images/banner_top1.jpg');
  47. background-repeat: no-repeat;
  48. background-size: contain;
  49. background-position: center;
  50. width: 100%;
  51. height: 65px;
  52. }
  53. /*form styles*/
  54. .img_logo {
  55. display: inline-block;
  56. margin: 0 auto;
  57. margin-bottom: 10px;
  58. }
  59. .title__block {
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. margin: 0px auto;
  64. }
  65. .sub-logo {
  66. display: inline-block;
  67. font-weight: 700;
  68. font-size: 1.4rem;
  69. color: white;
  70. }
  71. .slogan {
  72. display: block;
  73. font-weight: 700;
  74. font-size: 1.2rem;
  75. color: white;
  76. }
  77. .notice_card {
  78. box-sizing: border-box;
  79. width: 80%;
  80. margin: 0 10%;
  81. margin-bottom: 1.5rem;
  82. background: white;
  83. border: 0 none;
  84. border-radius: 3px;
  85. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  86. padding: 10px 20px;
  87. line-height: 1.5rem;
  88. }
  89. #myProgress {
  90. width: 100%;
  91. background-color: #ddd;
  92. }
  93. #myBar {
  94. width: 10%;
  95. height: 30px;
  96. background-color: #04AA6D;
  97. text-align: center;
  98. line-height: 30px;
  99. color: white;
  100. }
  101. /*form styles*/
  102. #msform {
  103. min-width: 370px;
  104. max-width: 1000px;
  105. margin: 50px auto;
  106. margin-bottom: 20px;
  107. text-align: center;
  108. position: relative;
  109. }
  110. #msform fieldset {
  111. background: white;
  112. border: 0 none;
  113. border-radius: 3px;
  114. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  115. padding: 20px 30px;
  116. box-sizing: border-box;
  117. width: 80%;
  118. margin: 0 10%;
  119. /*stacking fieldsets above each other*/
  120. position: relative;
  121. }
  122. /*Hide all except first fieldset*/
  123. #msform fieldset:not(:first-of-type) {
  124. display: none;
  125. }
  126. /*inputs*/
  127. #msform input[type="text"], #msform textarea, #msform input[type="email"] {
  128. padding: 15px;
  129. border: 1px solid #ccc;
  130. border-radius: 3px;
  131. margin-bottom: 16px;
  132. width: 100%;
  133. box-sizing: border-box;
  134. font-family: montserrat;
  135. color: #2C3E50;
  136. font-size: 14px;
  137. }
  138. /*buttons*/
  139. #msform .action-button {
  140. width: 100px;
  141. background: #27AE60;
  142. font-weight: bold;
  143. color: white;
  144. border: 0 none;
  145. border-radius: 1px;
  146. cursor: pointer;
  147. padding: 10px 5px;
  148. margin: 10px auto;
  149. display: inline-block;
  150. }
  151. #msform .action-button:hover, #msform .action-button:focus {
  152. box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  153. }
  154. /*headings*/
  155. .fs-title {
  156. font-size: 15px;
  157. text-transform: uppercase;
  158. color: #2C3E50;
  159. margin-bottom: 10px;
  160. }
  161. .fs-subtitle {
  162. display: inline-block;
  163. font-weight: normal;
  164. font-size: 13px;
  165. color: #666;
  166. margin-bottom: 20px;
  167. padding-bottom: 3px;
  168. border-bottom: 2px solid #27AE60;
  169. }
  170. .fs-label {
  171. display: block;
  172. text-align: left;
  173. margin-bottom: 8px;
  174. }
  175. .fs-label > i {
  176. margin-right: 3px;
  177. }
  178. /*progressbar*/
  179. #progressbar {
  180. margin-bottom: 30px;
  181. overflow: hidden;
  182. /*CSS counters to number the steps*/
  183. counter-reset: step;
  184. }
  185. #progressbar li {
  186. list-style-type: none;
  187. color: black;
  188. text-transform: uppercase;
  189. font-size: 12px;
  190. width: 33.33%;
  191. float: left;
  192. position: relative;
  193. }
  194. #progressbar li:before {
  195. content: counter(step);
  196. counter-increment: step;
  197. width: 20px;
  198. line-height: 20px;
  199. display: block;
  200. font-size: 12px;
  201. color: #333;
  202. background: white;
  203. border-radius: 3px;
  204. margin: 0 auto 5px auto;
  205. }
  206. /*progressbar connectors*/
  207. #progressbar li:after {
  208. content: '';
  209. width: 100%;
  210. height: 2px;
  211. background: white;
  212. position: absolute;
  213. left: -50%;
  214. top: 9px;
  215. z-index: -1; /*put it behind the numbers*/
  216. }
  217. #progressbar li:first-child:after {
  218. /*connector not needed before the first step*/
  219. content: none;
  220. }
  221. /*marking active/completed steps green*/
  222. /*The number of the step and the connector before it = green*/
  223. #progressbar li.active:before, #progressbar li.active:after{
  224. background: #27AE60;
  225. color: white;
  226. }
  227. p.error-text {
  228. bottom: -23px;
  229. left: 24px;
  230. color: rgba(255, 0, 0, .7);
  231. font-size: .8em;
  232. }
  233. #term-error {
  234. color: rgba(255, 0, 0, .7);
  235. font-size: .8em;
  236. bottom: -23px;
  237. left: 24px;
  238. }
  239. select {
  240. padding: 15px;
  241. border: 1px solid #ccc;
  242. border-radius: 3px;
  243. margin-bottom: 10px;
  244. width: 100%;
  245. box-sizing: border-box;
  246. font-family: montserrat;
  247. color: #2C3E50;
  248. font-size: 13px;
  249. background-color: transparent;
  250. }
  251. .pl-0 {
  252. padding-left: 0;
  253. }
  254. .terms {
  255. font-size: .9rem;
  256. width: 95%;
  257. min-width: 250px;
  258. height: auto;
  259. overflow: scroll;
  260. margin-bottom: 1rem;
  261. margin-left: auto;
  262. margin-right: auto;
  263. border: 1px solid rgb(163, 163, 163);
  264. line-height: 1.5rem;
  265. }
  266. .term-link a {
  267. text-decoration: none;
  268. color: black;
  269. }
  270. .h2 {
  271. text-align: center;
  272. font-size: 1.2rem;
  273. font-weight: 500;
  274. margin-top: 2rem;
  275. }
  276. .left_align {
  277. font-size: 18px;
  278. text-align: left;
  279. }
  280. #overlay {
  281. position: fixed; /* Sit on top of the page content */
  282. display: none;
  283. width: 100%;
  284. height: 100%;
  285. top: 0;
  286. left: 0;
  287. right: 0;
  288. bottom: 0;
  289. background-color: rgba(0,0,0,0.5);
  290. z-index: 2;
  291. cursor: pointer;
  292. }
  293. .thankyou {
  294. margin: auto;
  295. min-width: 350px;
  296. height: 250px;
  297. margin-top: 190px;
  298. background: #fff;
  299. padding: 15px 20px;
  300. line-height: 25px;
  301. border-radius: 4px;
  302. text-align: center;
  303. }
  304. .thankyou input {
  305. margin-top: 40px;
  306. }
  307. .thankyou h3 {
  308. font-size: 2rem;
  309. font-weight: 700;
  310. color: #21ba45;
  311. line-height: 2.5rem;
  312. margin-bottom: 1.5rem;
  313. }
  314. .check_button {
  315. display: none;
  316. }
  317. .fs-label-type {
  318. background: transparent;
  319. padding: 5px;
  320. border: 1px solid black;
  321. border-radius: 5px;
  322. display: inline-block;
  323. }
  324. .check_button:checked + .fs-label-type{
  325. background-color: #27AE60;
  326. color: white;
  327. padding: 5px;
  328. border: 1px solid #27AE60;
  329. border-radius: 5px;
  330. }
  331. input[type="checkbox"] {
  332. display: none;
  333. }
  334. #checker1, #checker2 {
  335. display: inline;
  336. }
  337. .fs-label-info {
  338. background: transparent;
  339. padding: 5px;
  340. border: 1px solid black;
  341. border-radius: 5px;
  342. display: inline-block;
  343. margin-bottom: 8px;
  344. }
  345. input[type="radio"] {
  346. display: none;
  347. }
  348. input[type="radio"]:checked + .fs-label-info {
  349. background-color: #27AE60;
  350. color: white;
  351. padding: 5px;
  352. border: 1px solid #27AE60;
  353. border-radius: 5px;
  354. }
  355. input[type="checkbox"]:checked + .fs-label-info {
  356. background-color: #27AE60;
  357. color: white;
  358. padding: 5px;
  359. border: 1px solid #27AE60;
  360. border-radius: 5px;
  361. }
  362. .btn-exit {
  363. padding: .5rem .75rem;
  364. background-color: transparent;
  365. border: 1px solid black;
  366. margin-top: .3rem;
  367. }
  368. .btn-term-exit {
  369. padding: .5rem .75rem;
  370. background-color: transparent;
  371. border: 1px solid black;
  372. margin-top: .3rem;
  373. display: block;
  374. margin-left: auto;
  375. margin-right: auto;
  376. margin-bottom: 2rem;
  377. }
  378. footer {
  379. padding: 2rem;
  380. padding-top: .5rem;
  381. }
  382. .footer {
  383. display: flex;
  384. justify-content: center;
  385. }
  386. .img_fr {
  387. width: 80%;
  388. max-width: 850px;
  389. min-width: 300px;
  390. height: 60px;
  391. object-fit: contain;
  392. object-position: center;
  393. }
  394. .img_fr img {
  395. width: 100%;
  396. height: 90%;
  397. }
  398. #msform #userid, #msform #area {
  399. height: 0;
  400. padding: 0;
  401. margin: 0;
  402. border: none;
  403. }