.staticPage {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.staticPage .cobrokersectionBg {
  background: #fff;
  padding: 28px;
  box-shadow: 0 0 2em -0.9em #000000;
}
.staticPage .cobrokersectionBg h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.staticPage .cobrokersectionBg .loginContent {
  margin-bottom: 35px;
}
.staticPage .cobrokersectionBg .loginContent .textRed {
  color: var(--red-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.staticPage .cobrokersectionBg .loginContent p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}
.staticPage .cobrokersectionBg .loginContent ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}
.staticPage .cobrokersectionBg .loginContent ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}
.staticPage .cobrokersectionBg .loginContent .cobrokersBottom a {
  display: inline-block;
  background: var(--red-color);
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  padding: 9px;
  margin-bottom: 15px;
  word-break: break-word;
  white-space: normal;
  border-radius: 3px;
  text-align: center;
}

.wsrMail {
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

.wsrMail:hover {
  text-decoration: none !important;
}/*# sourceMappingURL=brokers.module.css.map */