styles.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. body {
  2. -webkit-perspective: 800px;
  3. perspective: 800px;
  4. height: 100vh;
  5. margin: 0;
  6. overflow: hidden;
  7. font-family: 'Gudea', sans-serif;
  8. /* Old browsers */
  9. /* FF3.6+ */
  10. /* W3C */
  11. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5C54 ', endColorstr='#bb6dec',GradientType=1 );
  12. /* IE6-9 fallback on horizontal gradient */
  13. }
  14. body ::-webkit-input-placeholder {
  15. color: #4E546D;
  16. }
  17. body .authent {
  18. box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  19. display: none;
  20. background: #35394a;
  21. /* Old browsers */
  22. /* FF3.6+ */
  23. /* Chrome10+,Safari5.1+ */
  24. /* Opera 11.10+ */
  25. /* IE10+ */
  26. background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
  27. /* W3C */
  28. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)',GradientType=1 );
  29. /* IE6-9 fallback on horizontal gradient */
  30. position: absolute;
  31. left: 0;
  32. right: 90px;
  33. margin: auto;
  34. width: 100px;
  35. color: white;
  36. text-transform: uppercase;
  37. letter-spacing: 1px;
  38. text-align: center;
  39. padding: 20px 70px;
  40. top: 200px;
  41. bottom: 0;
  42. height: 70px;
  43. opacity: 0;
  44. }
  45. body .authent p {
  46. text-align: center;
  47. color: white;
  48. }
  49. body .success {
  50. display: none;
  51. color: #d5d8e2;
  52. }
  53. body .success p {
  54. font-size: 14px;
  55. }
  56. body p {
  57. color: #D3D7F7;
  58. font-size: 10px;
  59. text-align: left;
  60. }
  61. body .testtwo {
  62. left: -320px !important;
  63. }
  64. body .test {
  65. box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  66. pointer-events: none;
  67. top: -100px !important;
  68. -webkit-transform: rotateX(70deg) scale(0.8) !important;
  69. transform: rotateX(70deg) scale(0.8) !important;
  70. opacity: .6 !important;
  71. -webkit-filter: blur(1px);
  72. filter: blur(1px);
  73. }
  74. body .login
  75. {
  76. box-shadow: -15px 15px 15px rgba(6, 17, 47, 0.7);
  77. opacity: 1;
  78. top: 20px;
  79. -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  80. -webkit-transition-property: -webkit-transform,opacity,box-shadow,top,left;
  81. transition-property: transform,opacity,box-shadow,top,left;
  82. -webkit-transition-duration: .5s;
  83. transition-duration: .5s;
  84. -webkit-transform-origin: 161px 100%;
  85. -ms-transform-origin: 161px 100%;
  86. transform-origin: 161px 100%;
  87. -webkit-transform: rotateX(0deg);
  88. transform: rotateX(0deg);
  89. position: relative;
  90. width: 300px;
  91. /*border-top: 2px solid #D8312A;*/
  92. height: 350px;
  93. position: absolute;
  94. left: 0;
  95. right: 0;
  96. margin: auto;
  97. top: 0;
  98. bottom: 0;
  99. padding: 80px 40px 40px 40px;
  100. background: #35394a;
  101. /* Old browsers */
  102. /* FF3.6+ */
  103. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, rgb(0, 0, 0)));
  104. /* Chrome,Safari4+ */
  105. background: -webkit-linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
  106. /* Chrome10+,Safari5.1+ */
  107. /* Opera 11.10+ */
  108. /* IE10+ */
  109. background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
  110. /* W3C */
  111. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)',GradientType=1 );
  112. /* IE6-9 fallback on horizontal gradient */
  113. }
  114. body .login .validation {
  115. position: absolute;
  116. z-index: 1;
  117. right: 10px;
  118. top: 14px;
  119. opacity: 0;
  120. }
  121. body .login .disclaimer {
  122. position: absolute;
  123. bottom: 20px;
  124. left: 35px;
  125. width: 300px;
  126. }
  127. body .login_title {
  128. color: #D3D7F7;
  129. height: 60px;
  130. font-size: 23px;
  131. text-align: center;
  132. }
  133. body .login_fields {
  134. height: 208px;
  135. position: absolute;
  136. left: 15px;
  137. }
  138. body .disclaimer p{
  139. text-align: center;
  140. font-size: 13px;
  141. }
  142. body .login_fields .icon {
  143. position: absolute;
  144. z-index: 1;
  145. left: 36px;
  146. top: 14px;
  147. opacity: .5;
  148. }
  149. body .login_fields .icon img{
  150. width: 16px;
  151. }
  152. body .login_fields input[type='password'],body .login_fields input[type='text'] {
  153. color: #61BFFF !important;
  154. }
  155. body .login_fields input[type='text'], body .login_fields input[type='password'] {
  156. color: #afb1be;
  157. width: 190px;
  158. margin-top: -5px;
  159. background: rgba(57, 61, 82, 0);
  160. left: 0;
  161. padding: 13px 65px;
  162. border-top: 2px solid rgba(57, 61, 82, 0);
  163. border-bottom: 2px solid rgba(57, 61, 82, 0);
  164. border-right: none;
  165. border-left: none;
  166. outline: none;
  167. font-family: 'Gudea', sans-serif;
  168. box-shadow: none;
  169. font-size: 16px;
  170. }
  171. body .login_fields__user, body .login_fields__password {
  172. position: relative;
  173. }
  174. body .login_fields__submit {
  175. position: relative;
  176. top: 17px;
  177. left: 70px;
  178. width: 80%;
  179. right: 0;
  180. margin: auto;
  181. }
  182. body .login_fields__submit .forgot {
  183. float: right;
  184. font-size: 10px;
  185. margin-top: 11px;
  186. text-decoration: underline;
  187. }
  188. body .login_fields__submit .forgot a {
  189. color: #606479;
  190. }
  191. body .login_fields__submit input {
  192. border-radius: 50px;
  193. background: transparent;
  194. padding: 10px 50px;
  195. border: 2px solid #4FA1D9;
  196. color: #4FA1D9;
  197. text-transform: uppercase;
  198. font-size: 14px;
  199. -webkit-transition-property: background,color;
  200. transition-property: background,color;
  201. -webkit-transition-duration: .2s;
  202. transition-duration: .2s;
  203. }
  204. body .login_fields__submit input:focus {
  205. box-shadow: none;
  206. outline: none;
  207. }
  208. body .login_fields__submit input:hover {
  209. color: white;
  210. background: #4FA1D9;
  211. cursor: pointer;
  212. -webkit-transition-property: background,color;
  213. transition-property: background,color;
  214. -webkit-transition-duration: .2s;
  215. transition-duration: .2s;
  216. }
  217. /* Color Schemes */
  218. .love {
  219. position: absolute;
  220. right: 20px;
  221. bottom: 0px;
  222. font-size: 11px;
  223. font-weight: normal;
  224. }
  225. .love p {
  226. color: white;
  227. font-weight: normal;
  228. font-family: 'Open Sans', sans-serif;
  229. }
  230. .love a {
  231. color: white;
  232. font-weight: 700;
  233. text-decoration: none;
  234. }
  235. .love img {
  236. position: relative;
  237. top: 3px;
  238. margin: 0px 4px;
  239. width: 10px;
  240. }
  241. .brand {
  242. position: absolute;
  243. left: 20px;
  244. bottom: 14px;
  245. }
  246. .brand img {
  247. width: 30px;
  248. }
  249. .login_fields__code{
  250. padding:10px 60px;
  251. height:40px;
  252. }
  253. #formmsg{
  254. display:inline-block;
  255. padding-left:20px;
  256. font-size:13px;
  257. color:#FFF;
  258. }
  259. input:-webkit-autofill,
  260. input:-webkit-autofill:hover,
  261. input:-webkit-autofill:focus,
  262. input:-webkit-autofill:active {
  263. -webkit-transition-delay: 111111s;
  264. -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
  265. }