style.css 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036
  1. @charset "UTF-8";
  2. /*custom font*/
  3. @import url(https://fonts.googleapis.com/css?family=Montserrat);
  4. /*basic reset*/
  5. * {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. html {
  10. min-height: 100%;
  11. height: auto;
  12. /*Image only BG fallback*/
  13. /*background = gradient + image pattern combo*/
  14. /* background:
  15. linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
  16. }
  17. body {
  18. font-family: 'Montserrat', sans-serif;
  19. background-color: white;
  20. font-size: 1.05rem;
  21. }
  22. .ml {
  23. margin-left: 10px;
  24. }
  25. .mr {
  26. margin-right: 10px;
  27. }
  28. .mb {
  29. margin-bottom: 12px;
  30. }
  31. .top {
  32. margin-top: 20px;
  33. position: -webkit-sticky;
  34. position: sticky;
  35. top: 0;
  36. left: 50%;
  37. z-index: 20;
  38. background-color: inherit;
  39. }
  40. .navbar {
  41. background-color: white;
  42. }
  43. /* .imf {
  44. position: fixed;
  45. top: 0;
  46. left: 50%;
  47. transform: translateX(-50%);
  48. z-index: 3;
  49. } */
  50. .img_banner {
  51. background-image: url("images/banner_top1.jpg");
  52. background-repeat: no-repeat;
  53. background-size: contain;
  54. background-position: center;
  55. width: 100%;
  56. height: 65px;
  57. }
  58. /*form styles*/
  59. .img_logo {
  60. display: inline-block;
  61. margin: 0 auto;
  62. margin-bottom: 10px;
  63. }
  64. .title__block {
  65. display: -webkit-box;
  66. display: -ms-flexbox;
  67. display: flex;
  68. -webkit-box-pack: center;
  69. -ms-flex-pack: center;
  70. justify-content: center;
  71. -webkit-box-align: center;
  72. -ms-flex-align: center;
  73. align-items: center;
  74. margin: 0px auto;
  75. }
  76. .sub-logo {
  77. display: inline-block;
  78. font-weight: 700;
  79. font-size: 1.4rem;
  80. color: white;
  81. }
  82. .slogan {
  83. display: block;
  84. font-weight: 700;
  85. font-size: 1.2rem;
  86. color: white;
  87. }
  88. .notice_card {
  89. -webkit-box-sizing: border-box;
  90. box-sizing: border-box;
  91. width: 80%;
  92. margin: 0 10%;
  93. margin-bottom: 1.5rem;
  94. background: white;
  95. border: 0 none;
  96. border-radius: 3px;
  97. -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  98. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  99. padding: 10px 20px;
  100. line-height: 1.5rem;
  101. }
  102. #myProgress {
  103. width: 100%;
  104. background-color: #ddd;
  105. }
  106. #myBar {
  107. width: 10%;
  108. height: 30px;
  109. background-color: #1C7CE0;
  110. text-align: center;
  111. line-height: 30px;
  112. color: white;
  113. }
  114. .go_title {
  115. color: white;
  116. font-family: 'Montserrat', sans-serif;
  117. padding: 1rem;
  118. }
  119. .nav-list {
  120. color: white;
  121. margin-top: 3rem;
  122. }
  123. .nav-list-item {
  124. font-size: 1.2rem;
  125. cursor: pointer;
  126. position: relative;
  127. }
  128. .nav-list-item::after {
  129. content: " ";
  130. position: absolute;
  131. width: 100%;
  132. height: 100%;
  133. left: 0;
  134. top: 0;
  135. border-bottom: 1px solid white;
  136. opacity: 0;
  137. -webkit-transition: all .4s;
  138. transition: all .4s;
  139. }
  140. .nav-list-item:hover::after {
  141. opacity: 1;
  142. }
  143. .right-text {
  144. position: absolute;
  145. bottom: 0rem;
  146. }
  147. .loader {
  148. position: absolute;
  149. top: 30%;
  150. left: 45%;
  151. }
  152. .imgfr {
  153. width: 90px;
  154. height: 90px;
  155. border-radius: 50%;
  156. overflow: hidden;
  157. margin: 1rem auto 0 auto;
  158. }
  159. .card-title {
  160. font-family: 'Montserrat', sans-serif;
  161. }
  162. .strong {
  163. font-weight: 600;
  164. }
  165. .card {
  166. border: none;
  167. position: relative;
  168. }
  169. .card.active {
  170. border: 1px solid gray;
  171. }
  172. .card.active::before {
  173. position: absolute;
  174. content: "✓";
  175. bottom: 0;
  176. right: 5px;
  177. }
  178. .zoomin {
  179. display: none;
  180. position: absolute;
  181. bottom: 0;
  182. left: 0;
  183. }
  184. .script_err {
  185. display: none;
  186. }
  187. /* .history-modal {
  188. height: 80vh;
  189. }
  190. .history-modal .modal-content{
  191. height: 80vh;
  192. }
  193. .history-modal .modal-conten .modal-terms {
  194. height: 90%;
  195. overflow: scroll;
  196. } */
  197. .historyList-item {
  198. padding: 1rem;
  199. display: block;
  200. width: 80%;
  201. margin: 1rem auto;
  202. border: 1px solid #b1b1b1;
  203. border-radius: 10px;
  204. display: -webkit-box;
  205. display: -ms-flexbox;
  206. display: flex;
  207. font-size: .9rem;
  208. }
  209. .historyList-link {
  210. text-decoration: none;
  211. color: #494949;
  212. }
  213. .historyList-link:hover {
  214. color: #7c7c7c;
  215. }
  216. .content {
  217. width: calc(100% - 250px);
  218. }
  219. /*form styles*/
  220. #msform {
  221. max-width: 1000px;
  222. min-width: 370px;
  223. margin: 50px auto;
  224. margin-bottom: 20px;
  225. text-align: center;
  226. position: relative;
  227. }
  228. #msform fieldset {
  229. background: white;
  230. border: 0 none;
  231. border-radius: 3px;
  232. -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  233. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  234. padding: 20px 30px;
  235. -webkit-box-sizing: border-box;
  236. box-sizing: border-box;
  237. width: 80%;
  238. margin: 3rem 10%;
  239. /*stacking fieldsets above each other*/
  240. position: relative;
  241. }
  242. /*Hide all except first fieldset*/
  243. /*inputs*/
  244. #msform input[type="text"], #msform textarea, #msform input[type="email"] {
  245. padding: 15px;
  246. border: 1px solid #ccc;
  247. border-radius: 3px;
  248. margin-bottom: 16px;
  249. width: 100%;
  250. -webkit-box-sizing: border-box;
  251. box-sizing: border-box;
  252. font-family: montserrat;
  253. color: #2C3E50;
  254. font-size: 14px;
  255. }
  256. /*buttons*/
  257. #msform .action-button {
  258. width: 100px;
  259. background: #1C7CE0;
  260. font-weight: bold;
  261. color: white;
  262. border: 0 none;
  263. border-radius: 1px;
  264. cursor: pointer;
  265. padding: 10px 5px;
  266. margin: 10px auto;
  267. display: block;
  268. }
  269. #msform .action-button:hover, #msform .action-button:focus {
  270. -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  271. box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  272. }
  273. #msform .next[disabled] {
  274. background-color: grey;
  275. }
  276. /*headings*/
  277. .fs-title {
  278. font-size: 15px;
  279. text-transform: uppercase;
  280. color: #2C3E50;
  281. margin-bottom: 10px;
  282. }
  283. .fs-subtitle {
  284. display: inline-block;
  285. font-weight: normal;
  286. font-size: 18px;
  287. color: #666;
  288. margin-bottom: 20px;
  289. padding-bottom: 3px;
  290. border-bottom: 2px solid #1C7CE0;
  291. margin-left: 2rem;
  292. margin-right: 2rem;
  293. }
  294. .fs-label {
  295. display: block;
  296. text-align: left;
  297. margin-bottom: 8px;
  298. }
  299. .fs-label > i {
  300. margin-right: 3px;
  301. }
  302. /*progressbar*/
  303. #progressbar {
  304. margin-bottom: 30px;
  305. overflow: hidden;
  306. /*CSS counters to number the steps*/
  307. counter-reset: step;
  308. }
  309. #progressbar li {
  310. list-style-type: none;
  311. color: black;
  312. text-transform: uppercase;
  313. font-size: 12px;
  314. width: 33.33%;
  315. float: left;
  316. position: relative;
  317. }
  318. #progressbar li:before {
  319. content: counter(step);
  320. counter-increment: step;
  321. width: 20px;
  322. line-height: 20px;
  323. display: block;
  324. font-size: 12px;
  325. color: #333;
  326. background: white;
  327. border-radius: 3px;
  328. margin: 0 auto 5px auto;
  329. }
  330. /*progressbar connectors*/
  331. #progressbar li:after {
  332. content: '';
  333. width: 100%;
  334. height: 2px;
  335. background: white;
  336. position: absolute;
  337. left: -50%;
  338. top: 9px;
  339. z-index: -1;
  340. /*put it behind the numbers*/
  341. }
  342. #progressbar li:first-child:after {
  343. /*connector not needed before the first step*/
  344. content: none;
  345. }
  346. /*marking active/completed steps green*/
  347. /*The number of the step and the connector before it = green*/
  348. #progressbar li.active:before, #progressbar li.active:after {
  349. background: #27AE60;
  350. color: white;
  351. }
  352. p.error-text {
  353. bottom: -23px;
  354. left: 24px;
  355. color: rgba(255, 0, 0, 0.7);
  356. font-size: .8em;
  357. margin-bottom: 0;
  358. }
  359. #term-error {
  360. color: rgba(255, 0, 0, 0.7);
  361. font-size: .8em;
  362. bottom: -23px;
  363. left: 24px;
  364. }
  365. select {
  366. padding: 15px;
  367. border: 1px solid #ccc;
  368. border-radius: 3px;
  369. margin-bottom: 10px;
  370. width: 100%;
  371. -webkit-box-sizing: border-box;
  372. box-sizing: border-box;
  373. font-family: montserrat;
  374. color: #2C3E50;
  375. font-size: 13px;
  376. background-color: transparent;
  377. }
  378. .pl-0 {
  379. padding-left: 0;
  380. }
  381. .terms {
  382. font-size: .9rem;
  383. width: 95%;
  384. min-width: 250px;
  385. height: auto;
  386. overflow: scroll;
  387. margin-bottom: 1rem;
  388. margin-left: auto;
  389. margin-right: auto;
  390. border: 1px solid #a3a3a3;
  391. line-height: 1.5rem;
  392. }
  393. .term-link a {
  394. text-decoration: none;
  395. color: black;
  396. }
  397. .h2 {
  398. text-align: center;
  399. font-size: 1.2rem;
  400. font-weight: 500;
  401. margin-top: 2rem;
  402. }
  403. .left_align {
  404. font-size: 18px;
  405. text-align: left;
  406. }
  407. #overlay {
  408. position: fixed;
  409. /* Sit on top of the page content */
  410. display: none;
  411. width: 100%;
  412. height: 100%;
  413. top: 0;
  414. left: 0;
  415. right: 0;
  416. bottom: 0;
  417. background-color: rgba(0, 0, 0, 0.5);
  418. z-index: 2;
  419. cursor: pointer;
  420. }
  421. .thankyou {
  422. margin: auto;
  423. min-width: 350px;
  424. height: 250px;
  425. margin-top: 190px;
  426. background: #fff;
  427. padding: 15px 20px;
  428. line-height: 25px;
  429. border-radius: 4px;
  430. text-align: center;
  431. }
  432. .thankyou input {
  433. margin-top: 40px;
  434. }
  435. .thankyou h3 {
  436. font-size: 2rem;
  437. font-weight: 700;
  438. color: #21ba45;
  439. line-height: 2.5rem;
  440. margin-bottom: 1.5rem;
  441. }
  442. .check_button {
  443. display: none;
  444. }
  445. .fs-label-type {
  446. background: transparent;
  447. padding: 5px;
  448. border: 1px solid black;
  449. border-radius: 5px;
  450. display: inline-block;
  451. }
  452. .check_button:checked + .fs-label-type {
  453. background-color: #27AE60;
  454. color: white;
  455. padding: 5px;
  456. border: 1px solid #27AE60;
  457. border-radius: 5px;
  458. }
  459. #checker1, #checker2 {
  460. display: inline;
  461. }
  462. .fs-label-info {
  463. background: transparent;
  464. padding: 5px;
  465. border: 1px solid black;
  466. border-radius: 5px;
  467. display: inline-block;
  468. margin-bottom: 8px;
  469. }
  470. input[type="radio"] {
  471. display: none;
  472. }
  473. input[type="radio"]:checked + .fs-label-info {
  474. background-color: #27AE60;
  475. color: white;
  476. padding: 5px;
  477. border: 1px solid #27AE60;
  478. border-radius: 5px;
  479. }
  480. input[type="checkbox"]:checked + .fs-label-info {
  481. background-color: #27AE60;
  482. color: white;
  483. padding: 5px;
  484. border: 1px solid #27AE60;
  485. border-radius: 5px;
  486. }
  487. .btn-exit {
  488. padding: .5rem .75rem;
  489. background-color: transparent;
  490. border: 1px solid black;
  491. margin-top: .3rem;
  492. }
  493. .btn-term-exit {
  494. padding: .5rem .75rem;
  495. background-color: transparent;
  496. border: 1px solid black;
  497. margin-top: .3rem;
  498. display: block;
  499. margin-left: auto;
  500. margin-right: auto;
  501. margin-bottom: 2rem;
  502. }
  503. footer {
  504. padding: 2rem;
  505. padding-top: .5rem;
  506. }
  507. .footer {
  508. display: -webkit-box;
  509. display: -ms-flexbox;
  510. display: flex;
  511. -webkit-box-pack: center;
  512. -ms-flex-pack: center;
  513. justify-content: center;
  514. }
  515. .img_fr {
  516. width: 80%;
  517. max-width: 850px;
  518. min-width: 300px;
  519. height: 60px;
  520. -o-object-fit: contain;
  521. object-fit: contain;
  522. -o-object-position: center;
  523. object-position: center;
  524. }
  525. .img_fr img {
  526. width: 100%;
  527. height: 90%;
  528. }
  529. #msform #userid, #msform #area {
  530. height: 0;
  531. padding: 0;
  532. margin: 0;
  533. border: none;
  534. }
  535. #msform input[type="text"].error {
  536. border-color: red;
  537. }
  538. .modal-header {
  539. border-bottom: none;
  540. }
  541. #avatarmega .modal-content {
  542. background-color: transparent;
  543. border: none;
  544. }
  545. #avatarmega .modal-title {
  546. color: white;
  547. }
  548. #avatarmega .btn-close {
  549. background: none;
  550. }
  551. #avatarmega .modal-header {
  552. position: absolute;
  553. top: -.5rem;
  554. right: 1.5rem;
  555. }
  556. .linker__box {
  557. padding: .5rem 1rem;
  558. border-radius: 1rem;
  559. -webkit-box-shadow: 1px 1px 5px 1px #c9c9c9;
  560. box-shadow: 1px 1px 5px 1px #c9c9c9;
  561. width: -webkit-max-content;
  562. width: -moz-max-content;
  563. width: max-content;
  564. margin: 0 auto;
  565. display: none;
  566. }
  567. .linker__box p {
  568. margin-bottom: 0;
  569. color: gray;
  570. }
  571. .linker__box i {
  572. color: gray;
  573. position: relative;
  574. }
  575. .linker__box i::after {
  576. position: absolute;
  577. content: " ";
  578. right: -5px;
  579. top: -10%;
  580. border-right: 2px solid #a3a3a3;
  581. width: 1px;
  582. height: 120%;
  583. }
  584. .item_imgfr {
  585. width: 15%;
  586. height: 50px;
  587. border-radius: 50%;
  588. overflow: hidden;
  589. margin: auto .5rem;
  590. }
  591. .item_imgfr img {
  592. height: 100%;
  593. width: 100%;
  594. }
  595. .content-box {
  596. width: 75%;
  597. }
  598. .box-title {
  599. margin-bottom: .2rem;
  600. cursor: pointer;
  601. }
  602. .box-title:hover {
  603. color: grey;
  604. text-decoration: underline;
  605. }
  606. .box-link {
  607. cursor: pointer;
  608. }
  609. .img_uploader {
  610. display: none;
  611. }
  612. #msform input[type="text"].imgsrc {
  613. width: calc(100% - 8rem);
  614. margin-right: 5px;
  615. }
  616. .upload-btn {
  617. display: inline-block;
  618. width: 6rem;
  619. background-color: #75a7dd;
  620. color: white;
  621. padding: .4rem .5rem;
  622. font-size: .9rem;
  623. border-radius: 3px;
  624. -webkit-transition: all .3s;
  625. transition: all .3s;
  626. cursor: pointer;
  627. }
  628. .upload-btn img {
  629. width: 30px;
  630. height: 30px;
  631. }
  632. .upload-btn:hover {
  633. background-color: #3b86d6;
  634. }
  635. .add, .addimg {
  636. cursor: pointer;
  637. display: inline-block;
  638. width: 2rem;
  639. height: 2rem;
  640. background-color: #67abf3;
  641. font-size: 1.2rem;
  642. color: white;
  643. border-radius: 50%;
  644. -webkit-transition: all .3s;
  645. transition: all .3s;
  646. }
  647. .add:hover, .addimg:hover {
  648. background-color: #398ee9;
  649. }
  650. body {
  651. font-family: "Lato", sans-serif;
  652. }
  653. .sidenav {
  654. height: 100%;
  655. width: 250px;
  656. position: fixed;
  657. z-index: 1;
  658. top: 0;
  659. left: 0;
  660. background: -webkit-gradient(linear, left top, left bottom, from(#1C7CE0), to(#150051));
  661. background: linear-gradient(to bottom, #1C7CE0, #150051);
  662. overflow-x: hidden;
  663. -webkit-transition: 0.5s;
  664. transition: 0.5s;
  665. }
  666. .sidenav a {
  667. text-decoration: none;
  668. font-size: 25px;
  669. color: #818181;
  670. display: block;
  671. -webkit-transition: 0.3s;
  672. transition: 0.3s;
  673. }
  674. .sidenav a:hover {
  675. color: #f1f1f1;
  676. }
  677. .sidenav .closebtn {
  678. position: absolute;
  679. top: 0;
  680. right: 25px;
  681. font-size: 36px;
  682. margin-left: 50px;
  683. }
  684. .container-login {
  685. width: 100vw;
  686. height: 100vh;
  687. display: -ms-grid;
  688. display: grid;
  689. -ms-grid-columns: (1fr)[2];
  690. grid-template-columns: repeat(2, 1fr);
  691. grid-gap: 7rem;
  692. padding: 0 2rem;
  693. }
  694. .navbar-nav button {
  695. background: white;
  696. border: none;
  697. outline: none;
  698. }
  699. .img-wave {
  700. position: fixed;
  701. bottom: 0;
  702. left: 0;
  703. height: 100%;
  704. z-index: -1;
  705. }
  706. .img-wave-profile {
  707. height: 80%;
  708. }
  709. .row-img {
  710. display: -webkit-box;
  711. display: -ms-flexbox;
  712. display: flex;
  713. -webkit-box-pack: end;
  714. -ms-flex-pack: end;
  715. justify-content: flex-end;
  716. -webkit-box-align: center;
  717. -ms-flex-align: center;
  718. align-items: center;
  719. }
  720. .row-login {
  721. display: -webkit-box;
  722. display: -ms-flexbox;
  723. display: flex;
  724. -webkit-box-pack: start;
  725. -ms-flex-pack: start;
  726. justify-content: flex-start;
  727. -webkit-box-align: center;
  728. -ms-flex-align: center;
  729. align-items: center;
  730. text-align: center;
  731. }
  732. .row-login .title {
  733. position: relative;
  734. color: #052859;
  735. }
  736. .row-login .title::after {
  737. position: absolute;
  738. content: "";
  739. left: 45%;
  740. top: 20%;
  741. width: 10%;
  742. height: 100%;
  743. border-bottom: 4px solid #052859;
  744. }
  745. .login-content {
  746. width: 80%;
  747. min-width: 350px;
  748. -webkit-box-shadow: 0 0 12px 5px #dddddd;
  749. box-shadow: 0 0 12px 5px #dddddd;
  750. padding: 1.5rem;
  751. border-radius: 2rem;
  752. }
  753. .link_privacy {
  754. color: black;
  755. }
  756. .login-content img {
  757. height: 80px;
  758. }
  759. .row-img img {
  760. width: 450px;
  761. }
  762. .login-content .form-floating input {
  763. border: none;
  764. border-bottom: 2px solid #d9d9d9;
  765. border-radius: 0;
  766. }
  767. .login-content .form-floating input:focus {
  768. -webkit-box-shadow: none;
  769. box-shadow: none;
  770. }
  771. .login-content #btn_login {
  772. background: -webkit-gradient(linear, left top, right top, from(#0162c8), to(#55e7fc));
  773. background: linear-gradient(90deg, #0162c8, #55e7fc);
  774. font-weight: bold;
  775. color: white;
  776. border: 0 none;
  777. border-radius: 40px;
  778. cursor: pointer;
  779. padding: 10px 50px;
  780. margin: 10px auto;
  781. display: block;
  782. }
  783. .login-content #btn_login:hover {
  784. -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  785. box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  786. }
  787. .login-content .btn-register {
  788. background: -webkit-gradient(linear, left top, right top, from(#0162c8), to(#55e7fc));
  789. background: linear-gradient(90deg, #0162c8, #55e7fc);
  790. font-weight: bold;
  791. color: white;
  792. border: 0 none;
  793. border-radius: 40px;
  794. cursor: pointer;
  795. padding: 10px 50px;
  796. margin: 10px auto;
  797. display: block;
  798. }
  799. .login-content .btn-register:hover {
  800. -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  801. box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  802. }
  803. .login-content .nav-tabs {
  804. border-bottom: none;
  805. }
  806. .login-content .nav {
  807. -webkit-box-orient: vertical;
  808. -webkit-box-direction: normal;
  809. -ms-flex-direction: column;
  810. flex-direction: column;
  811. -webkit-box-align: center;
  812. -ms-flex-align: center;
  813. align-items: center;
  814. }
  815. .login-content .nav-tabs .nav-link {
  816. color: grey;
  817. }
  818. .login-content .nav-tabs .nav-link.active {
  819. border-color: #fff;
  820. text-transform: uppercase;
  821. color: black;
  822. }
  823. .navbar .btn-gocreate {
  824. background: -webkit-gradient(linear, left top, right top, from(#0162c8), to(#55e7fc));
  825. background: linear-gradient(90deg, #0162c8, #55e7fc);
  826. color: white;
  827. border: 0 none;
  828. border-radius: 40px;
  829. cursor: pointer;
  830. padding: 10px 50px;
  831. }
  832. .container-profile {
  833. width: 100vw;
  834. height: 100vh;
  835. overflow-y: hidden;
  836. }
  837. .container-bg {
  838. position: absolute;
  839. width: 600px;
  840. height: 400px;
  841. right: 0;
  842. bottom: 0;
  843. }
  844. .container-profile .card-profile {
  845. width: 30%;
  846. min-width: 320px;
  847. margin: auto;
  848. margin-top: 4rem;
  849. border-radius: 10px;
  850. padding: 2rem;
  851. text-align: center;
  852. -webkit-box-shadow: 0px 0px 20px 1px #b4b4b4;
  853. box-shadow: 0px 0px 20px 1px #b4b4b4;
  854. }
  855. .container-profile .card-profile img {
  856. width: 120px;
  857. margin: 1rem auto;
  858. }
  859. .card-profile-txt {
  860. color: #6d6d6d;
  861. font-size: 1.2rem;
  862. font-weight: 500;
  863. }
  864. .card-profile-cnt {
  865. font-size: 1.5rem;
  866. font-weight: 700;
  867. }
  868. @media screen and (max-width: 900px) {
  869. .container-login {
  870. -ms-grid-columns: 1fr;
  871. grid-template-columns: 1fr;
  872. }
  873. .row-img {
  874. display: none;
  875. }
  876. .img-wave {
  877. display: none;
  878. }
  879. .row-login {
  880. -webkit-box-pack: center;
  881. -ms-flex-pack: center;
  882. justify-content: center;
  883. }
  884. .container-bg {
  885. width: 400px;
  886. height: 300px;
  887. right: 0;
  888. bottom: 0;
  889. }
  890. }
  891. @media screen and (max-height: 450px) {
  892. .sidenav {
  893. padding-top: 15px;
  894. }
  895. .sidenav a {
  896. font-size: 18px;
  897. }
  898. }
  899. /*# sourceMappingURL=style.css.map */