HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/crm.dmstech.online/assets/css/forms.css
html,
body {
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
  padding: 15px;
}

body > * {
  font-size: 14px;
}

.select-placeholder::after {
  content: unset;
}

.select-placeholder label,
.select-placeholder label small {
  filter: none;
  opacity: 1;
}

body.styled {
  background: #f1f5f9;
}

body.styled .form-col {
  margin-top: 50px;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  min-height: 1px;
  padding: 2rem;
}

.logo {
  margin-top: 40px;
}

.logo img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}