You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

170 lines
3.4 KiB

  1. * {
  2. font-family: tahoma, Helvetica, sans-serif;
  3. font-size: 13px;
  4. margin: 0;
  5. }
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. .wrapper {
  11. /*background-image: url("../Css/login/login-bg.jpg");*/
  12. }
  13. .header {
  14. background-color: #336699;
  15. -moz-box-shadow: 0 0 4px 2px #666666;
  16. -webkit-box-shadow: 0 0 4px 2px #666666;
  17. box-shadow: 0 0 4px 2px #666666;
  18. margin-bottom: 10px;
  19. min-height: 136px;
  20. }
  21. .content-block {
  22. min-height: 350px;
  23. margin-bottom: 15px;
  24. }
  25. .footer {
  26. min-height: 100px;
  27. background-color: #E3E3E3;
  28. color: #555555;
  29. padding-top: 15px;
  30. text-align: center;
  31. }
  32. .container {
  33. width: 960px;
  34. margin: 0 auto;
  35. }
  36. .clearfix {
  37. clear: both;
  38. }
  39. div.header div.logo {
  40. background-color: #FFFFFF;
  41. background-image: url("../login/company-logo.png");
  42. background-position: center center;
  43. background-repeat: no-repeat;
  44. -moz-border-radius: 0 0 20px 20px;
  45. -webkit-border-radius: 0 0 20px 20px;
  46. border-radius: 0 0 20px 20px;
  47. float: left;
  48. height: 100px;
  49. width: 230px;
  50. margin-right: 20px;
  51. }
  52. div.header h1.top-title {
  53. color: #FFFFFF;
  54. float: left;
  55. font-family: arial;
  56. font-size: 40px;
  57. font-weight: bold;
  58. letter-spacing: 3px;
  59. margin-left: 50px;
  60. margin-top: 20px;
  61. border-bottom: 1px solid #CACACA;
  62. -moz-box-shadow: 0 4px 10px -8px #333333;
  63. -webkit-box-shadow: 0 4px 10px -8px #333333;
  64. box-shadow: 0 4px 10px -8px #333333;
  65. padding-bottom: 6px;
  66. -moz-text-shadow: 0 4px 3px #333333;
  67. -webkit-text-shadow: 0 4px 3px #333333;
  68. text-shadow: 0 4px 3px #333333;
  69. width: 100%;
  70. }
  71. div.header span.top-subtitle {
  72. margin-left: 60px;
  73. margin-top: 5px;
  74. display: inline-block;
  75. font-style: italic;
  76. color: rgb(234, 234, 234);
  77. }
  78. div.content-block div.login-portion {
  79. background-color: transparent;
  80. background-image: url('../login/login-block-bg.png');
  81. background-repeat: no-repeat;
  82. height: 360px;
  83. margin: 0 auto;
  84. width: 480px;
  85. }
  86. table.tbl-frm-login {
  87. margin-right: 20px;
  88. padding-left: 20px;
  89. padding-right: 20px;
  90. background-color: #CACAFF;
  91. }
  92. table.tbl-frm-login td.fieldLabel {
  93. font-size: 16px;
  94. font-weight: bold;
  95. letter-spacing: 1px;
  96. line-height: 33px;
  97. width: 140px;
  98. }
  99. table.tbl-frm-login td {
  100. height: 40px;
  101. }
  102. .fancy {
  103. border: 1px solid #CACACA;
  104. -moz-border-radius: 5px;
  105. -webkit-border-radius: 5px;
  106. border-radius: 5px;
  107. -moz-box-shadow: 0 0 5px 0 #CACACA inset;
  108. -webkit-box-shadow: 0 0 5px 0 #CACACA inset;
  109. box-shadow: 0 0 5px 0 #CACACA inset;
  110. font-size: 16px;
  111. line-height: 25px;
  112. padding: 6px 7px;
  113. }
  114. .txtbox {
  115. width: 180px;
  116. }
  117. .style-btn {
  118. color: #FFFFFF;
  119. font-size: 17px;
  120. font-weight: bold;
  121. height: 37px;
  122. width: 115px;
  123. }
  124. .btn-blue {
  125. background-color: #336699;
  126. border: medium none;
  127. -moz-border-radius: 7px;
  128. -webkit-border-radius: 7px;
  129. border-radius: 7px;
  130. padding-right: 30px;
  131. }
  132. .btn-blue:hover {
  133. background-color: #017AEB; /*background-image: url("img/login-btn.png"); background-position: -13px -51px; background-repeat: no-repeat;*/
  134. cursor: pointer;
  135. }
  136. .legal {
  137. border-top: 1px solid #CCCCCC;
  138. clear: both;
  139. padding: 10px 0 0 20px;
  140. text-align: center;
  141. }
  142. div.footer a {
  143. text-decoration: none;
  144. color: #555555;
  145. font-weight: bold;
  146. }
  147. div.footer a:hover {
  148. color: #336699;
  149. }