login.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. html {
  2. height: 100%
  3. }
  4. .col-md-4 {
  5. text-align: center;
  6. }
  7. .panel {
  8. margin-top: 120px;
  9. padding: 20px;
  10. }
  11. .panel-heading {
  12. text-align: left;
  13. background-color: white !important;
  14. border-color: white !important;
  15. }
  16. .panel-heading p {
  17. font-size: 20px;
  18. }
  19. .input_login {
  20. box-shadow: none;
  21. border-top: none;
  22. border-bottom-color: #f5f5f5;
  23. border-bottom-width: 1px;
  24. border-radius: 0px;
  25. border-left: none;
  26. border-right: none;
  27. background: white;
  28. font-size: 15px;
  29. box-shadow: none !important;
  30. }
  31. i {
  32. font-size: 35px;
  33. }
  34. .btn-primary:hover,
  35. .btn-primary.disabled,
  36. .btn-primary.disabled.active,
  37. .btn-primary.disabled:active,
  38. .btn-primary.disabled:focus,
  39. .btn-primary.disabled:hover,
  40. .btn-primary[disabled],
  41. .btn-primary[disabled].active,
  42. .btn-primary[disabled]:active,
  43. .btn-primary[disabled]:focus,
  44. .btn-primary[disabled]:hover,
  45. fieldset[disabled] .btn-primary,
  46. fieldset[disabled] .btn-primary.active,
  47. fieldset[disabled] .btn-primary:active,
  48. fieldset[disabled] .btn-primary:focus,
  49. fieldset[disabled] .btn-primary:hover {
  50. background: #328dc7;
  51. }
  52. .login_btn {
  53. background: #4c95e1;
  54. color: white;
  55. border: none;
  56. font-size: 18px;
  57. box-shadow: none !important;
  58. }
  59. .main {
  60. background-image: url("/images/login/bg.png");
  61. filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  62. background-size: 100%;
  63. height: 100%;
  64. background-repeat: no-repeat;
  65. background-position:center center;
  66. background-color: white;
  67. }
  68. .bg {
  69. background: white;
  70. /* background-repeat: no-repeat; */
  71. /* background-position: center; */
  72. /* background-size: 100% 100%; */
  73. position: absolute;
  74. width: 263px;
  75. height: 200px;
  76. top: 29%;
  77. right: 13.5%;
  78. border-radius: 5px;
  79. box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  80. }
  81. .row {
  82. margin-right: 0px;
  83. margin-left: 0px;
  84. }
  85. .login {
  86. width: 100%;
  87. padding: 36px;
  88. }
  89. .ll {
  90. padding: 0px;
  91. line-height: 32px;
  92. text-align: left;
  93. }
  94. .lll {
  95. padding: 0px
  96. }