signin.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>sign in</title>
  8. <script src="../../js/jquery-1.9.1.min.js"></script>
  9. <script src="../../js/jquery.i18n.properties.js"></script>
  10. <script src="../../assets/js/language.js"></script>
  11. <script src="../../js/jquery.validate.min.js"></script>
  12. <script src="../../assets/js/language_validator.js"></script>
  13. <link href="../../css/bootstrap.min.css" rel="stylesheet">
  14. <link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/zeroModal.css">
  15. <link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/normalize.css" />
  16. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  17. <!--[if lt IE 9]>
  18. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  19. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  20. <![endif]-->
  21. <style>
  22. html,body{
  23. height:100%;
  24. }
  25. body{
  26. font-family: Avenir-Heavy;
  27. font-size:16px;
  28. }
  29. label{
  30. font-weight: normal;
  31. color:#181818;
  32. }
  33. .form-group-custom .input-tool-icon{
  34. width:30px;
  35. height:30px;
  36. text-align: center;
  37. line-height: 30px;
  38. position: absolute;
  39. top: 35px;
  40. right: 5px;
  41. color:#999;
  42. font-size: 14px;
  43. z-index: 100;
  44. /* padding: 10px; */
  45. cursor:pointer;
  46. /* background-color: #1B6D85; */
  47. display: none;
  48. }
  49. .form-group-custom{
  50. position: relative;
  51. margin-bottom: 30px;
  52. }
  53. .form-group-custom .form-control {
  54. height: 48px;
  55. line-height: 48px;
  56. padding-right: 42px;
  57. /* margin-bottom: 30px; */
  58. }
  59. .login-tit{
  60. font-size: 28px;
  61. font-weight: bold;
  62. margin:30px 0px 50px;
  63. }
  64. .form-group-custom label[for]{
  65. font-weight: bold;
  66. }
  67. .form-group-custom label[for][class='error']{
  68. font-weight: normal;
  69. font-size:14px;
  70. color:#F27474;
  71. }
  72. .tip-txt-input{
  73. color:#538aff;
  74. position: absolute;
  75. right:5px;
  76. cursor: pointer;
  77. }
  78. .tip-txt-link{
  79. color:#538aff;
  80. cursor: pointer;
  81. }
  82. .tip-txt-grey{
  83. color:#666;
  84. font-size: 14px;
  85. }
  86. .checkbox-box{
  87. margin-bottom: 40px;
  88. display: flex;
  89. flex-flow:row nowrap;
  90. }
  91. .checkbox-box input[type='checkbox']{
  92. margin-right:5px;
  93. }
  94. .left-box{
  95. background: url(../../assets/img/signin_ad.png) no-repeat center top;
  96. height:100%;
  97. color:#fff;
  98. padding-left:60px;
  99. padding-bottom: 140px;
  100. display: flex;
  101. flex-flow: column nowrap;
  102. justify-content: flex-end;
  103. }
  104. </style>
  105. </head>
  106. <body>
  107. <input type="hidden" class="head_success i18n-input" i18n="head_success" />
  108. <input type="hidden" class="head_warning i18n-input" i18n="head_warning" />
  109. <input type="hidden" class="signin_success i18n-input" i18n="signin_success" />
  110. <input type="hidden" class="signin_warning i18n-input" i18n="signin_warning" />
  111. <div class="container">
  112. <div class="row">
  113. <div class="col-md-7" style="height:100vh;box-sizing: border-box;padding: 20px 0px;">
  114. <div class="left-box">
  115. <p style="font-size: 36px;" class="i18n-text" i18n="signin_Explore" >Explore</p>
  116. <p style="font-size: 36px;" class="i18n-text" i18n="signin_Explore1">all creativety</p>
  117. <p style="color:#d2d2d2;" class="i18n-text" i18n="signin_Explore2">There are many variations of passages of Lorem lpsum available,</p>
  118. <p style="color:#d2d2d2;" class="i18n-text" i18n="signin_Explore3">but the majority have suffered alteration in some form,by injected humour.</p>
  119. </div>
  120. </div>
  121. <div class="col-md-4 col-md-offset-1" style="height:100vh;display: flex;flex-flow: column nowrap;justify-content: center;">
  122. <h3 class="login-tit i18n-text" i18n="signin_Sign in" >Sign in</h3>
  123. <form class="signin-form">
  124. <div class="form-group form-group-custom">
  125. <label for="email" class="i18n-text" i18n="signin_Email">Email</label>
  126. <input type="email" class="form-control i18n-placeholder" i18n="signin_Email1" id="email" name="email" placeholder="Enter your email" required>
  127. <span class="input-tool-icon glyphicon glyphicon-remove"></span>
  128. </div>
  129. <div class="form-group form-group-custom">
  130. <label for="pwd" class="i18n-text" i18n="signin_Password">Password</label>
  131. <label class="tip-txt-input i18n-text" i18n="signin_Password1">forgot password ?</label>
  132. <input type="password" class="form-control i18n-placeholder" i18n="signin_Password2" id="pwd" name="pwd" placeholder="Enter your password" required>
  133. <span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
  134. </div>
  135. <div class="checkbox-box">
  136. <input type="checkbox" class="agreeme" value="agree-me" >
  137. <span class="tip-txt-grey">
  138. <span class="i18n-text" i18n="signin_agree">Sign in means you’re okay with our Terms of </span>
  139. <span class="tip-txt-link i18n-text" i18n="signin_agree1">Services, Privacy policy ,</span>
  140. <span class="i18n-text" i18n="signin_agree2">and our default </span>
  141. <span class="tip-txt-link i18n-text" i18n="signin_agree3">Notification settings.</span></span>
  142. </div>
  143. <button class="btn btn-lg btn-danger btn-block i18n-text" i18n="signin_Sign in" type="submit">Sign in</button>
  144. </form>
  145. <div style="margin-top:40px;text-align: center;">
  146. <span class="tip-txt-grey i18n-text" i18n="signin_signup2">Not a member ? </span>
  147. <span class="tip-txt-link i18n-text" i18n="signin_signup" data-forward="../signup/signup.html">Sign up now</span></div>
  148. </div>
  149. </div>
  150. </div> <!-- /container -->
  151. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  152. <script src="../../js/ie10-viewport-bug-workaround.js"></script>
  153. <script src="../../assets/js/signin.js"></script>
  154. <script src="../../assets/plugin/zeroModal/js/zeroModal.js"></script>
  155. </body>
  156. </html>