css.blade.php 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <style>
  2. @font-face {
  3. font-family: 'Roboto';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
  7. }
  8. @font-face {
  9. font-family: 'Roboto';
  10. font-style: normal;
  11. font-weight: 400;
  12. src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
  13. }
  14. * {
  15. box-sizing: border-box;
  16. margin: 0;
  17. padding: 0;
  18. font-weight: 300;
  19. }
  20. body {
  21. font-family: 'Roboto', sans-serif;
  22. color: white;
  23. font-weight: 300;
  24. }
  25. body ::-webkit-input-placeholder {
  26. /* WebKit browsers */
  27. font-family: 'Roboto', sans-serif;
  28. color: white;
  29. font-weight: 300;
  30. }
  31. body :-moz-placeholder {
  32. /* Mozilla Firefox 4 to 18 */
  33. font-family: 'Roboto', sans-serif;
  34. color: white;
  35. opacity: 1;
  36. font-weight: 300;
  37. }
  38. body ::-moz-placeholder {
  39. /* Mozilla Firefox 19+ */
  40. font-family: 'Roboto', sans-serif;
  41. color: white;
  42. opacity: 1;
  43. font-weight: 300;
  44. }
  45. body :-ms-input-placeholder {
  46. /* Internet Explorer 10+ */
  47. font-family: 'Roboto', sans-serif;
  48. color: white;
  49. font-weight: 300;
  50. }
  51. .login-wrapper {
  52. /*background: #e1eec3;
  53. background: -webkit-linear-gradient(top left, #e1eec3 0%, #f05053 100%);
  54. background: -moz-linear-gradient(top left, #e1eec3 0%, #f05053 100%);
  55. background: -o-linear-gradient(top left, #e1eec3 0%, #f05053 100%);
  56. background: linear-gradient(to bottom right, #e1eec3 0%, #f05053 100%);*/
  57. background: rgba(147,206,222,1);
  58. background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%);
  59. background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(2,82,179,1)));
  60. background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%);
  61. background: -o-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%);
  62. background: -ms-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%);
  63. background: linear-gradient(135deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%);
  64. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#0252b3', GradientType=1 );
  65. position: absolute;
  66. width: 100%;
  67. height: 100%;
  68. align-items: center;
  69. display: flex;
  70. justify-content: center;
  71. overflow: hidden;
  72. }
  73. .custom-login-wrapper {
  74. /*background: #e1eec3;
  75. background: -webkit-linear-gradient(top left, #e1eec3 0%, #f05053 100%);
  76. background: -moz-linear-gradient(top left, #e1eec3 0%, #f05053 100%);
  77. background: -o-linear-gradient(top left, #e1eec3 0%, #f05053 100%);
  78. background: linear-gradient(to bottom right, #e1eec3 0%, #f05053 100%);*/
  79. background: #193865;
  80. /* background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%); */
  81. /* background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(2,82,179,1))); */
  82. /* background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%); */
  83. /* background: -o-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%); */
  84. /* background: -ms-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%); */
  85. /* background: linear-gradient(135deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(2,82,179,1) 100%); */
  86. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#0252b3', GradientType=1 );
  87. position: absolute;
  88. width: 100%;
  89. height: 100%;
  90. align-items: center;
  91. display: flex;
  92. justify-content: center;
  93. overflow: hidden;
  94. }
  95. .login-wrapper.form-success .login-form h1 {
  96. transform: translateY(85px);
  97. }
  98. .login-form {
  99. min-width: 600px;
  100. margin: 0 auto;
  101. padding: 80px 0;
  102. height: 400px;
  103. text-align: center;
  104. }
  105. .custom-login-form {
  106. min-width: 100%;
  107. margin: 0 auto;
  108. padding: 0px 0;
  109. text-align: center;
  110. }
  111. .login-form h1 {
  112. font-size: 40px;
  113. transition-duration: 1s;
  114. transition-timing-function: ease-in-put;
  115. font-weight: 400;
  116. }
  117. form {
  118. padding: 20px 0;
  119. position: relative;
  120. z-index: 2;
  121. }
  122. form input {
  123. appearance: none;
  124. outline: 0;
  125. border: 1px solid rgba(255, 255, 255, 0.4);
  126. background-color: rgba(255, 255, 255, 0.2);
  127. width: 250px;
  128. border-radius: 3px;
  129. padding: 10px 15px;
  130. margin: 0 auto 10px auto;
  131. display: block;
  132. text-align: center;
  133. font-size: 17px;
  134. transition-duration: 0.25s;
  135. font-weight: 300;
  136. }
  137. form input:hover {
  138. background-color: rgba(255, 255, 255, 0.4);
  139. }
  140. form input:focus {
  141. background-color: white;
  142. width: 300px;
  143. color: #f05053;
  144. }
  145. form button {
  146. appearance: none;
  147. outline: 0;
  148. background-color: white;
  149. border: 0;
  150. padding: 10px 15px;
  151. color: #0252b3;
  152. border-radius: 3px;
  153. width: 250px;
  154. cursor: pointer;
  155. font-size: 18px;
  156. transition-duration: 0.25s;
  157. }
  158. form button:hover {
  159. background-color: #f5f7f9;
  160. }
  161. .bg-circles {
  162. position: absolute;
  163. top: 0;
  164. left: 0;
  165. width: 100%;
  166. height: 100%;
  167. z-index: 1;
  168. }
  169. .bg-circles li {
  170. position: absolute;
  171. list-style: none;
  172. display: block;
  173. width: 40px;
  174. height: 40px;
  175. background-color: rgba(255, 255, 255, 0.15);
  176. bottom: -160px;
  177. border-radius: 50%;
  178. -webkit-animation: square 25s infinite;
  179. animation: square 25s infinite;
  180. -webkit-transition-timing-function: linear;
  181. transition-timing-function: linear;
  182. }
  183. .bg-circles li:nth-child(1) {
  184. left: 10%;
  185. }
  186. .bg-circles li:nth-child(2) {
  187. left: 20%;
  188. width: 80px;
  189. height: 80px;
  190. animation-delay: 2s;
  191. animation-duration: 17s;
  192. }
  193. .bg-circles li:nth-child(3) {
  194. left: 25%;
  195. animation-delay: 4s;
  196. }
  197. .bg-circles li:nth-child(4) {
  198. left: 40%;
  199. width: 60px;
  200. height: 60px;
  201. animation-duration: 22s;
  202. background-color: rgba(255, 255, 255, 0.25);
  203. }
  204. .bg-circles li:nth-child(5) {
  205. left: 70%;
  206. }
  207. .bg-circles li:nth-child(6) {
  208. left: 80%;
  209. width: 120px;
  210. height: 120px;
  211. animation-delay: 3s;
  212. background-color: rgba(255, 255, 255, 0.2);
  213. }
  214. .bg-circles li:nth-child(7) {
  215. left: 32%;
  216. width: 160px;
  217. height: 160px;
  218. animation-delay: 7s;
  219. }
  220. .bg-circles li:nth-child(8) {
  221. left: 55%;
  222. width: 20px;
  223. height: 20px;
  224. animation-delay: 15s;
  225. animation-duration: 40s;
  226. }
  227. .bg-circles li:nth-child(9) {
  228. left: 25%;
  229. width: 10px;
  230. height: 10px;
  231. animation-delay: 2s;
  232. animation-duration: 40s;
  233. background-color: rgba(255, 255, 255, 0.3);
  234. }
  235. .bg-circles li:nth-child(10) {
  236. left: 90%;
  237. width: 160px;
  238. height: 160px;
  239. animation-delay: 11s;
  240. }
  241. .info{
  242. font-size: 12px;
  243. margin-bottom: 10px;
  244. display: block;
  245. }
  246. .copyright{
  247. /* position: absolute; */
  248. text-align: center;
  249. font-size: 12px;
  250. bottom: 25px;
  251. }
  252. @-webkit-keyframes square {
  253. 0% {
  254. transform: translateY(0);
  255. }
  256. 100% {
  257. transform: translateY(-1350px) rotate(600deg);
  258. }
  259. }
  260. @keyframes square {
  261. 0% {
  262. transform: translateY(0);
  263. }
  264. 100% {
  265. transform: translateY(-1350px) rotate(600deg);
  266. }
  267. }
  268. </style>