.brokerMain {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.brokerMain .brokerBg {
  box-shadow: 0 0 2em -0.9em #000000;
  background: #fff;
  padding: 28px;
}
.brokerMain .brokerBg .contactForm .imgArrow {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
.brokerMain .brokerBg .contactForm form {
  margin: auto;
  margin-top: 20px;
  flex-direction: column;
}
.brokerMain .brokerBg .contactForm form .toName {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.brokerMain .brokerBg .contactForm form .inputContainer {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.brokerMain .brokerBg .contactForm form .title {
  width: 35%;
  padding: 0 10px 0 0 !important;
  margin: 0;
  float: none;
  text-align: right;
}
.brokerMain .brokerBg .contactForm form .field {
  float: left;
  width: 60%;
  display: flex;
}
.brokerMain .brokerBg .contactForm form .field input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
}
.brokerMain .brokerBg .contactForm form .field input:focus {
  outline: none;
}
.brokerMain .brokerBg .contactForm form .field button {
  background: var(--red-color);
  height: 55px;
  line-height: 55px;
  padding: 0px 55px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  border: none;
}

.fieldBtn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.528571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: var(--red-color);
  border-radius: 3px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease 0.1s;
  text-decoration: none;
}
.fieldBtn button {
  color: #fff;
  border-width: 0;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); */
}

.ring {
  margin: auto;
  border: 1px solid #cecece;
  padding: 15px;
  margin-top: 20px;
}

.contactEmail {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}

.error {
  width: 30%;
  margin: auto;
}/*# sourceMappingURL=broker.module.css.map */