Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. #login_pop, #reg_pop {
  2. z-index:0;
  3. }
  4. .modal-backdrop, .modal-backdrop.fade.in, #myModal, .modal-dialog {
  5. z-index:0;
  6. }
  7. .login_cus .modal-dialog {
  8. position: absolute;
  9. }
  10. .login_cus .modal-dialog {
  11. width: 400px;
  12. position: fixed;
  13. top: 50%;
  14. left: 50%;
  15. margin: -220px 0 0 -200px;
  16. background:#FFFFFF;
  17. z-index:0;
  18. }
  19. .module.login .modal-dialog {
  20. position: absolute!important;
  21. }
  22. .login_cus .modal-body {
  23. width:85%;
  24. }
  25. .login_cus form {
  26. font-size:100%;
  27. }
  28. .login_cus input {
  29. width:80%;
  30. margin:auto;
  31. }
  32. .login_cus .modal-header {
  33. border: none;
  34. }
  35. .login_cus .modal-dialog .close {
  36. color: #292f38;
  37. font-size: 36px;
  38. opacity: 1;
  39. }
  40. .login_cus span.title {
  41. font-size: 20px;
  42. display: block;
  43. padding-top: 10px;
  44. padding-left: 14px;
  45. }
  46. .login_cus .modal-body {
  47. padding: 0 30px;
  48. }
  49. .login_cus.fleft.log label {
  50. font-weight: 300;
  51. font-size: 14px;
  52. }
  53. .login_cus.wrapper2 {
  54. width: 100%;
  55. clear: both;
  56. }
  57. .button-log .Forgot {
  58. float: right;
  59. margin: -10px 0 0 0;
  60. padding: 0;
  61. list-style: none;
  62. }
  63. .button-log button {
  64. font-size:100%;
  65. }
  66. .create_customer {
  67. background: #ecf0f1;
  68. padding: 22px 30px;
  69. margin-left: -30px;
  70. margin-right: -30px;
  71. border-radius: 0 0 6px 6px;
  72. }
  73. .button-log {
  74. padding-top: 20px;
  75. padding-bottom: 30px;
  76. }
  77. .create_customer span {
  78. font-size: 20px;
  79. display: inline-block;
  80. padding-right: 18px;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement