.upper-red {
  background: #eb5b49;
  width: 100%;
  height: 150px;
}
.lower-blue {
  background: #f3fafc;
  flex: 1;
}
.enrollment-form {
  position: relative;
  bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agent-enrollment {
  border-radius: 5px;
  background: white;
  font-family: "Inter";
}
.form-content {
  margin: 30px;
}
.title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #111111;
  font-weight: 600;
  font-size: 30px;
}

.agent-heading {
  color: #6b7276;
  font-size: 12px;
  margin: 0px;
}
#business-label {
  font-weight: 400;
  font-size: 12px;
  color: #061d28;
  margin-left: 8px;
}
.heading {
  color: #6b7276;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 30px;
}
.sub-heading {
  color: #6b7276;
  font-size: 14px;
  font-weight: 600;
}
.format {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
}
.upload-button {
  display: block;
  width: 120px;
  height: 30px;
  background: #87cfe5;
  border: 1px solid #87cfe5;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}
.button-placement {
  margin: 30px auto;
}
.cancel {
  background: #f5f5f5;
  color: #7a7f81;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  width: 98px;
  margin-right: 20px;
  height: 46px;
}
.submit {
  background: #2f5bea;
  color: #f5f5f5;
  border: 1px solid #2f5bea;
  border-radius: 5px;
  width: 98px;
  height: 46px;
}
.business-details {
  display: flex;
  align-items: center;
}
.logo {
  width: 48px;
  height: 48px;
  border: 1px solid #b6b6b6;
  border-style: dashed;
  display: flex;
  justify-content: center;
  align-items: center;
}

#error-message-container {
  color: red;
}
