style.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. html {
  2. scroll-behavior: smooth;
  3. }
  4. body,
  5. html {
  6. margin: 0;
  7. padding: 0;
  8. font-family: 'Noto Serif JP', serif;
  9. }
  10. * {
  11. box-sizing: border-box;
  12. }
  13. .d-grid {
  14. display: grid;
  15. }
  16. .d-flex {
  17. display: flex;
  18. display: -webkit-flex;
  19. }
  20. .text-center {
  21. text-align: center;
  22. }
  23. .text-left {
  24. text-align: left;
  25. }
  26. .text-right {
  27. text-align: right;
  28. }
  29. button,
  30. input,
  31. select {
  32. -webkit-appearance: none;
  33. outline: none;
  34. font-family: 'Noto Serif JP', serif;
  35. }
  36. button,
  37. .btn,
  38. select {
  39. cursor: pointer;
  40. }
  41. a {
  42. text-decoration: none;
  43. }
  44. img {
  45. max-width: 100%;
  46. }
  47. ul {
  48. margin: 0;
  49. padding: 0
  50. }
  51. h1,
  52. h2,
  53. h3,
  54. h4,
  55. h5,
  56. h6,
  57. p {
  58. margin: 0;
  59. padding: 0
  60. }
  61. p {
  62. color: #666;
  63. font-size: 16px;
  64. line-height: 25px;
  65. opacity: .6;
  66. text-align: center;
  67. }
  68. .p-relative {
  69. position: relative;
  70. }
  71. .p-absolute {
  72. position: absolute;
  73. }
  74. .p-fixed {
  75. position: fixed;
  76. }
  77. .p-sticky {
  78. position: sticky;
  79. }
  80. .btn,
  81. button,
  82. .actionbg,
  83. input {
  84. border-radius: 36px;
  85. -webkit-border-radius: 36px;
  86. -moz-border-radius: 36px;
  87. -o-border-radius: 36px;
  88. -ms-border-radius: 36px;
  89. }
  90. .btn:hover,
  91. button:hover {
  92. transition: 0.5s ease;
  93. -webkit-transition: 0.5s ease;
  94. -o-transition: 0.5s ease;
  95. -ms-transition: 0.5s ease;
  96. -moz-transition: 0.5s ease;
  97. }
  98. /*-- wrapper start --*/
  99. .wrapper {
  100. width: 100%;
  101. padding-right: 15px;
  102. padding-left: 15px;
  103. margin-right: auto;
  104. margin-left: auto;
  105. }
  106. @media (min-width: 576px) {
  107. .wrapper {
  108. max-width: 540px;
  109. }
  110. }
  111. @media (min-width: 768px) {
  112. .wrapper {
  113. max-width: 720px;
  114. }
  115. }
  116. @media (min-width: 992px) {
  117. .wrapper {
  118. max-width: 960px;
  119. }
  120. }
  121. @media (min-width: 1200px) {
  122. .wrapper {
  123. max-width: 1140px;
  124. }
  125. }
  126. .wrapper-full {
  127. width: 100%;
  128. padding-right: 15px;
  129. padding-left: 15px;
  130. margin-right: auto;
  131. margin-left: auto;
  132. }
  133. /*-- //wrapper start --*/
  134. /*-- form styling --*/
  135. .w3l-hotair-form {
  136. position: relative;
  137. min-height: 100vh;
  138. z-index: 0;
  139. background: #caf0f8;
  140. padding: 40px 40px;
  141. justify-content: center;
  142. display: grid;
  143. grid-template-rows: 1fr auto 1fr;
  144. align-items: center;
  145. }
  146. .container {
  147. max-width: 890px;
  148. margin: 0 auto;
  149. }
  150. .w3l_form {
  151. padding: 0px;
  152. flex-basis: 50%;
  153. -webkit-flex-basis: 50%;
  154. background: url(../images/left-bg.jpg) no-repeat center;
  155. background-size: cover;
  156. -webkit-background-size: cover;
  157. -moz-background-size: cover;
  158. -o-background-size: cover;
  159. -ms-background-size: cover;
  160. padding:20px 20px;
  161. border-top-right-radius: 8px;
  162. border-bottom-right-radius: 8px;
  163. }
  164. .content-wthree {
  165. flex-basis: 60%;
  166. -webkit-flex-basis: 60%;
  167. box-sizing: border-box;
  168. padding: 3em 3em;
  169. background: #fff;
  170. box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
  171. border-top-left-radius: 8px;
  172. border-bottom-left-radius: 8px;
  173. }
  174. .w3l-workinghny-form .logo {
  175. text-align: center;
  176. }
  177. .w3l-hotair-form .main-hotair {
  178. position: relative;
  179. display: -webkit-box;
  180. display: -moz-box;
  181. display: -ms-flexbox;
  182. display: -webkit-flex;
  183. display: flex;
  184. margin: 40px 0;
  185. }
  186. .w3l-hotair-form .alert-close {
  187. cursor: pointer;
  188. height: 35px;
  189. width: 35px;
  190. line-height: 33px;
  191. position: absolute;
  192. right: -5px;
  193. top: -5px;
  194. background: #f57763;
  195. border-radius: 50%;
  196. color: #fff;
  197. text-align: center;
  198. }
  199. .w3l-hotair-form form {
  200. margin-top: 30px;
  201. margin-bottom: 30px;
  202. }
  203. .social-icons {
  204. text-align: center;
  205. margin-top: 16px;
  206. }
  207. p.account, p.account a {
  208. text-align: center;
  209. padding-top: 20px;
  210. padding-bottom: 0px;
  211. font-size: 16px;
  212. color: #333;
  213. }
  214. p.account a{
  215. color: #f52605;
  216. opacity:.95;
  217. }
  218. p.account a:hover {
  219. text-decoration: underline;
  220. }
  221. .w3l-hotair-form h1 {
  222. text-align: center;
  223. font-size: 40px;
  224. font-weight: 700;
  225. color: #2a2648;
  226. }
  227. .w3l-hotair-form h2 {
  228. font-size: 30px;
  229. line-height: 40px;
  230. margin-bottom: 5px;
  231. font-weight: 900;
  232. color: #272346;
  233. text-align: center;
  234. }
  235. .w3l-hotair-form input{
  236. outline: none;
  237. margin-bottom: 15px;
  238. font-size: 16px;
  239. color: #999;
  240. text-align: left;
  241. padding: 14px 20px;
  242. width: 100%;
  243. display: inline-block;
  244. box-sizing: border-box;
  245. border: none;
  246. outline: none;
  247. background: #f7fafc;
  248. border: 1px solid #e5e5e5;
  249. transition: .3s ease;
  250. -webkit-transition: .3s ease;
  251. -moz-transition: .3s ease;
  252. -ms-transition: .3s ease;
  253. -o-transition: .3s ease;
  254. }
  255. .w3l-hotair-form input:focus {
  256. background:transparent;
  257. border: 1px solid #0568C1;
  258. }
  259. .w3l-hotair-form button {
  260. font-size: 18px;
  261. color: #fff;
  262. width: 100%;
  263. background: #0568C1;
  264. border: none;
  265. padding: 14px 15px;
  266. font-weight: 700;
  267. transition: .3s ease;
  268. -webkit-transition: .3s ease;
  269. -moz-transition: .3s ease;
  270. -ms-transition: .3s ease;
  271. -o-transition: .3s ease;
  272. }
  273. .w3l-hotair-form button:hover {
  274. background: #1C2C64;
  275. }
  276. .w3l-hotair-form .social-icons ul li {
  277. list-style: none;
  278. display: inline-block;
  279. }
  280. .w3l-hotair-form .social-icons ul li a {
  281. padding: 8px;
  282. }
  283. .w3l-hotair-form .social-icons ul li a:hover {
  284. opacity: 0.8;
  285. transition: 0.5s ease;
  286. -webkit-transition: 0.5s ease;
  287. -o-transition: 0.5s ease;
  288. -ms-transition: 0.5s ease;
  289. -moz-transition: 0.5s ease;
  290. }
  291. .w3l-hotair-form .social-icons ul span.fa {
  292. color: #696687;
  293. font-size: 18px;
  294. opacity: .8;
  295. }
  296. .w3l-hotair-form .social-icons ul li a.facebook span {
  297. font-size: 18px;
  298. width: 36px;
  299. height: 36px;
  300. border-radius: 50%;
  301. margin-right: 6px;
  302. border: 2px solid #696687;line-height:32px;
  303. }
  304. .w3l-hotair-form .social-icons ul li a.twitter span {
  305. color: #1da1f2;
  306. font-size: 18px;
  307. width: 36px;
  308. height: 36px;
  309. border-radius: 50%;
  310. margin-right: 6px;
  311. border: 2px solid #1da1f2;
  312. line-height:32px;
  313. }
  314. .w3l-hotair-form .social-icons ul li a.pinterest span {
  315. color:#e60023;
  316. font-size: 18px;
  317. width: 36px;
  318. height: 36px;
  319. border-radius: 50%;
  320. margin-right: 6px;
  321. border: 2px solid #e60023;
  322. line-height:32px;
  323. }
  324. .copyright p {
  325. text-align: center;
  326. font-size: 17px;
  327. line-height: 26px;
  328. color: #666;
  329. opacity: 1;
  330. }
  331. p.copy-footer-29 a {
  332. color: #666;
  333. }
  334. p.copy-footer-29 a:hover {
  335. color:#0568C1;
  336. transition: 0.5s ease;
  337. -webkit-transition: 0.5s ease;
  338. -o-transition: 0.5s ease;
  339. -ms-transition: 0.5s ease;
  340. -moz-transition: 0.5s ease;
  341. }
  342. /* -- placeholder --*/
  343. /*-- responsive design --*/
  344. @media (max-width:736px) {
  345. .w3l-hotair-form .main-hotair {
  346. flex-direction: column;
  347. }
  348. .w3l_form {
  349. order: 2;
  350. padding: 100px;
  351. border-radius: 0;
  352. border-bottom-left-radius: 8px;
  353. border-bottom-right-radius: 8px;
  354. }
  355. .content-wthree {
  356. order: 1;
  357. border-radius: 0;
  358. border-top-left-radius: 8px;
  359. border-top-right-radius: 8px;
  360. }
  361. }
  362. @media (max-width:568px) {
  363. .w3l-hotair-form h1 {
  364. font-size: 36px;
  365. }
  366. .w3l-hotair-form .main-hotair {
  367. margin: 30px 0;
  368. }
  369. .content-wthree {
  370. padding: 2.5em;
  371. }
  372. }
  373. @media (max-width: 415px) {
  374. .w3l-hotair-form {
  375. padding: 40px 30px;
  376. }
  377. }
  378. @media (max-width:384px) {
  379. .w3l-hotair-form {
  380. padding: 30px 15px;
  381. }
  382. .content-wthree {
  383. padding: 2em;
  384. }
  385. .w3l-hotair-form h2 {
  386. font-size: 22px;
  387. line-height: 32px;
  388. }
  389. .copyright p {
  390. font-size: 16px;
  391. }
  392. .w3l-hotair-form h1 {
  393. font-size: 32px;
  394. }
  395. }
  396. /*-- //responsive design --*/
  397. /*-- //form styling --*/