style.module.css 457 B

1234567891011121314151617181920212223242526272829
  1. .boxShodow {
  2. box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  3. }
  4. .bgGrayColor {
  5. background-color: #F9FAFB;
  6. }
  7. .headerBg {
  8. height: 3.5rem;
  9. padding-left: 1.5rem;
  10. padding-right: 1.5rem;
  11. }
  12. .formLabel {
  13. width: 120px;
  14. margin-right: 8px;
  15. }
  16. .customBtn {
  17. width: 136px;
  18. }
  19. .logo {
  20. width: 48px;
  21. height: 20px;
  22. background: url(./icons/logo.png) center center no-repeat;
  23. background-size: contain;
  24. }