button {
  cursor: pointer;
}

.realpress-become-an-agent-container label {
  display: block;
  margin-bottom: 15px;
}
.realpress-become-an-agent-container label input {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 15px;
  height: 44px;
  border: 1px solid #f3f8fe;
  font-size: var(--thim-font_body-font-size, 14px);
  line-height: normal;
  background: #f3f8fe;
  padding: 0 15px;
  border-radius: 5px;
}
.realpress-become-an-agent-container label input[type=checkbox] {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 0;
}
.realpress-become-an-agent-container label textarea {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  background: #f3f8fe;
  border: 1px solid #f3f8fe;
  padding: 15px;
  border-radius: 5px;
  font-size: var(--thim-font_body-font-size, 14px);
}
.realpress-become-an-agent-container label input:hover, .realpress-become-an-agent-container label input:focus, .realpress-become-an-agent-container label textarea:hover, .realpress-become-an-agent-container label textarea:focus {
  border-color: var(--thim-body_primary_color);
}
.realpress-become-an-agent-container .realpress-baa-terms-and-conditions {
  display: flex;
  align-items: center;
}
.realpress-become-an-agent-container .realpress-baa-terms-and-conditions input[type=checkbox] {
  margin-right: 10px;
}
.realpress-become-an-agent-container .realpress-baa-terms-and-conditions a {
  font-weight: 500;
  text-decoration: none;
}
.realpress-become-an-agent-container button {
  height: 44px;
  padding: 0 15px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--thim-font_body-font-size, 14px);
  font-weight: 600;
  color: white;
  background-color: black;
  min-width: 145px;
}

.realpress-become-agent-title {
  margin-bottom: 30px;
}