Advertisement
libdo

Untitled

Sep 21st, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #FormOverlay {
  2. display: none;
  3. width: 100%;
  4. height: 100%;
  5. text-align: center;
  6. position: fixed;
  7. top: 0;
  8. z-index: 100;
  9. background: rgba(0,0,0,0.5);
  10. }
  11. #FormOverlayInner {
  12. display: none;
  13. width: 100%;
  14. position: absolute;
  15. margin: 0 auto;
  16. z-index: 101;
  17. }
  18. .form_container {
  19. display: none;
  20. position: relative;
  21. top: 0;
  22. z-index: 30;
  23. }
  24.  
  25. .bg_form {
  26. background-color: #fff;
  27. border: 2px solid #ff6347;
  28. border-radius: 4px;
  29. padding: 10px;
  30. margin: 5px;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement