.ec-layoutRole__contents {
  font-family: "Cormorant Infant", "Source Sans Pro", serif;
}
.ec-layoutRole__contents .ec-role .ec-pageHeader h1,
.ec-customerRole .ec-pageHeader h1,
.ec-registerRole .ec-pageHeader h1 {
  font-size: 34px;
  font-weight: 400;
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin: 10px 16px 48px;
  padding: 8px;
}

.ec-forgotRole .ec-off4Grid {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ec-forgotRole .ec-off4Grid .ec-off4Grid__cell {
  margin: 0;
  width: 83.33333%;
}
.ec-forgotRole .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action {
  border-radius: 3px;
}
.ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action {
  background: #F57921;
}
.ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action:hover {
  background: #da6b1d;
}
.ec-registerRole .ec-registerRole__actions .ec-off4Grid__cell {
  margin: 0;
  width: 100%;
  border-radius: 3px;
}
