/* infra/hosted-ui-styles.css */
.banner-customizable {
  background-color: #ffffff;
}
.submitButton-customizable {
  height: 40px;
  border-radius: 25px;
  background-color: #4848ad;
  color: #ffffff;
}
.submitButton-customizable:hover {
  background-color: #6f6fc3;
}
.textDescription-customizable {
  color: #4848ad;
  font-size: 18px;
}
.label-customizable {
  color: #5e6368;
  font-size: 16px;
  margin-top: 8px;
}
.redirect-customizable {
  color: #6f6fc3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  display: block;
}
