main.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. @font-face {
  2. font-family: Poppins-Regular;
  3. src: url('../fonts/poppins/Poppins-Regular.ttf');
  4. }
  5. @font-face {
  6. font-family: Poppins-Medium;
  7. src: url('../fonts/poppins/Poppins-Medium.ttf');
  8. }
  9. @font-face {
  10. font-family: Poppins-Bold;
  11. src: url('../fonts/poppins/Poppins-Bold.ttf');
  12. }
  13. @font-face {
  14. font-family: Poppins-SemiBold;
  15. src: url('../fonts/poppins/Poppins-SemiBold.ttf');
  16. }
  17. * {
  18. margin: 0px;
  19. padding: 0px;
  20. box-sizing: border-box;
  21. }
  22. body, html {
  23. height: 100%;
  24. font-family: Poppins-Regular, sans-serif;
  25. }
  26. a {
  27. font-family: Poppins-Regular;
  28. font-size: 14px;
  29. line-height: 1.7;
  30. color: #666666;
  31. margin: 0px;
  32. transition: all 0.4s;
  33. -webkit-transition: all 0.4s;
  34. -o-transition: all 0.4s;
  35. -moz-transition: all 0.4s;
  36. }
  37. a:focus {
  38. outline: none !important;
  39. }
  40. a:hover {
  41. text-decoration: none;
  42. color: #333333;
  43. }
  44. h1,h2,h3,h4,h5,h6 {
  45. margin: 0px;
  46. }
  47. p {
  48. font-family: Poppins-Regular;
  49. font-size: 14px;
  50. line-height: 1.7;
  51. color: #666666;
  52. margin: 0px;
  53. }
  54. ul, li {
  55. margin: 0px;
  56. list-style-type: none;
  57. }
  58. input {
  59. outline: none;
  60. border: none;
  61. }
  62. textarea {
  63. outline: none;
  64. border: none;
  65. }
  66. textarea:focus, input:focus {
  67. border-color: transparent !important;
  68. }
  69. input:focus::-webkit-input-placeholder { color:transparent; }
  70. input:focus:-moz-placeholder { color:transparent; }
  71. input:focus::-moz-placeholder { color:transparent; }
  72. input:focus:-ms-input-placeholder { color:transparent; }
  73. textarea:focus::-webkit-input-placeholder { color:transparent; }
  74. textarea:focus:-moz-placeholder { color:transparent; }
  75. textarea:focus::-moz-placeholder { color:transparent; }
  76. textarea:focus:-ms-input-placeholder { color:transparent; }
  77. input::-webkit-input-placeholder { color: #adadad;}
  78. input:-moz-placeholder { color: #adadad;}
  79. input::-moz-placeholder { color: #adadad;}
  80. input:-ms-input-placeholder { color: #adadad;}
  81. textarea::-webkit-input-placeholder { color: #adadad;}
  82. textarea:-moz-placeholder { color: #adadad;}
  83. textarea::-moz-placeholder { color: #adadad;}
  84. textarea:-ms-input-placeholder { color: #adadad;}
  85. button {
  86. outline: none !important;
  87. border: none;
  88. background: transparent;
  89. }
  90. button:hover {
  91. cursor: pointer;
  92. }
  93. iframe {
  94. border: none !important;
  95. }
  96. .txt1 {
  97. font-family: Poppins-Regular;
  98. font-size: 15px;
  99. color: #999999;
  100. line-height: 1.5;
  101. }
  102. .txt2 {
  103. font-family: Poppins-Regular;
  104. font-size: 15px;
  105. color: #363C99;
  106. line-height: 1.5;
  107. }
  108. .limiter {
  109. width: 100%;
  110. margin: 0 auto;
  111. }
  112. .container-login100 {
  113. width: 100%;
  114. min-height: 100vh;
  115. display: -webkit-box;
  116. display: -webkit-flex;
  117. display: -moz-box;
  118. display: -ms-flexbox;
  119. display: flex;
  120. flex-wrap: wrap;
  121. justify-content: center;
  122. align-items: center;
  123. padding: 15px;
  124. background: #fff;
  125. }
  126. .wrap-login100 {
  127. width: 390px;
  128. background: #fff;
  129. }
  130. .login100-form {
  131. width: 100%;
  132. }
  133. .login100-form-title {
  134. display: block;
  135. font-family: Poppins-Bold;
  136. font-size: 25px;
  137. color: #363C99;
  138. line-height: 1.2;
  139. text-align: center;
  140. }
  141. .login100-form-avatar {
  142. display: block;
  143. width: 150px;
  144. height: 150px;
  145. overflow: hidden;
  146. margin: 0 auto;
  147. }
  148. .login100-form-avatar img {
  149. width: 100%;
  150. }
  151. .wrap-input100 {
  152. width: 100%;
  153. position: relative;
  154. border-bottom: 2px solid #d9d9d9;
  155. }
  156. .input100 {
  157. font-family: Poppins-SemiBold;
  158. font-size: 18px;
  159. color: #555555;
  160. line-height: 1.2;
  161. display: block;
  162. width: 100%;
  163. height: 52px;
  164. background: transparent;
  165. padding: 0 5px;
  166. }
  167. .focus-input100 {
  168. position: absolute;
  169. display: block;
  170. width: 100%;
  171. height: 100%;
  172. top: 0;
  173. left: 0;
  174. pointer-events: none;
  175. }
  176. .focus-input100::before {
  177. content: "";
  178. display: block;
  179. position: absolute;
  180. bottom: -2px;
  181. left: 0;
  182. width: 0;
  183. height: 2px;
  184. -webkit-transition: all 0.4s;
  185. -o-transition: all 0.4s;
  186. -moz-transition: all 0.4s;
  187. transition: all 0.4s;
  188. background: #363C99;
  189. }
  190. .focus-input100::after {
  191. font-family: Poppins-Medium;
  192. font-size: 18px;
  193. color: #999999;
  194. line-height: 1.2;
  195. content: attr(data-placeholder);
  196. display: block;
  197. width: 100%;
  198. position: absolute;
  199. top: 15px;
  200. left: 0px;
  201. padding-left: 5px;
  202. -webkit-transition: all 0.4s;
  203. -o-transition: all 0.4s;
  204. -moz-transition: all 0.4s;
  205. transition: all 0.4s;
  206. }
  207. .input100:focus + .focus-input100::after {
  208. top: -20px;
  209. font-size: 15px;
  210. }
  211. .input100:focus + .focus-input100::before {
  212. width: 100%;
  213. }
  214. .has-val.input100 + .focus-input100::after {
  215. top: -20px;
  216. font-size: 15px;
  217. }
  218. .has-val.input100 + .focus-input100::before {
  219. width: 100%;
  220. }
  221. .container-login100-form-btn {
  222. width: 100%;
  223. display: -webkit-box;
  224. display: -webkit-flex;
  225. display: -moz-box;
  226. display: -ms-flexbox;
  227. display: flex;
  228. flex-wrap: wrap;
  229. justify-content: center;
  230. }
  231. .login100-form-btn {
  232. font-family: Poppins-Medium;
  233. font-size: 16px;
  234. color: #fff;
  235. line-height: 1.2;
  236. text-transform: uppercase;
  237. display: -webkit-box;
  238. display: -webkit-flex;
  239. display: -moz-box;
  240. display: -ms-flexbox;
  241. display: flex;
  242. justify-content: center;
  243. align-items: center;
  244. padding: 0 20px;
  245. width: 100%;
  246. height: 50px;
  247. background-color: #363C99;
  248. border-radius: 25px;
  249. -webkit-transition: all 0.4s;
  250. -o-transition: all 0.4s;
  251. -moz-transition: all 0.4s;
  252. transition: all 0.4s;
  253. }
  254. .login100-form-btn:hover {
  255. background-color: #333333;
  256. box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  257. -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  258. -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  259. -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  260. -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  261. }
  262. .validate-input {
  263. position: relative;
  264. }
  265. .alert-validate::before {
  266. content: attr(data-validate);
  267. position: absolute;
  268. max-width: 70%;
  269. background-color: #fff;
  270. border: 1px solid #c80000;
  271. border-radius: 2px;
  272. padding: 4px 25px 4px 10px;
  273. top: 50%;
  274. -webkit-transform: translateY(-50%);
  275. -moz-transform: translateY(-50%);
  276. -ms-transform: translateY(-50%);
  277. -o-transform: translateY(-50%);
  278. transform: translateY(-50%);
  279. right: 0px;
  280. pointer-events: none;
  281. font-family: Poppins-Regular;
  282. color: #c80000;
  283. font-size: 13px;
  284. line-height: 1.4;
  285. text-align: left;
  286. visibility: hidden;
  287. opacity: 0;
  288. -webkit-transition: opacity 0.4s;
  289. -o-transition: opacity 0.4s;
  290. -moz-transition: opacity 0.4s;
  291. transition: opacity 0.4s;
  292. }
  293. .alert-validate::after {
  294. content: "\f06a";
  295. font-family: FontAwesome;
  296. font-size: 16px;
  297. color: #c80000;
  298. display: block;
  299. position: absolute;
  300. background-color: #fff;
  301. top: 50%;
  302. -webkit-transform: translateY(-50%);
  303. -moz-transform: translateY(-50%);
  304. -ms-transform: translateY(-50%);
  305. -o-transform: translateY(-50%);
  306. transform: translateY(-50%);
  307. right: 5px;
  308. }
  309. .alert-validate:hover:before {
  310. visibility: visible;
  311. opacity: 1;
  312. }
  313. @media (max-width: 992px) {
  314. .alert-validate::before {
  315. visibility: visible;
  316. opacity: 1;
  317. }
  318. }
  319. .login-more li {
  320. position: relative;
  321. padding-left: 16px;
  322. }
  323. .login-more li::before {
  324. content: "";
  325. display: block;
  326. position: absolute;
  327. width: 5px;
  328. height: 5px;
  329. border-radius: 50%;
  330. background-color: #cccccc;
  331. top: 45%;
  332. -webkit-transform: translateY(-50%);
  333. -moz-transform: translateY(-50%);
  334. -ms-transform: translateY(-50%);
  335. -o-transform: translateY(-50%);
  336. transform: translateY(-50%);
  337. left: 0;
  338. }
  339. footer {
  340. position: relative;
  341. width: 100%;
  342. background-color: transparent;
  343. }
  344. p.copyright {
  345. position: absolute;
  346. width: 100%;
  347. color: #363C99;
  348. line-height: 40px;
  349. font-size: 15px;
  350. text-align: center;
  351. bottom:0;
  352. }