.content-body .leftColButton Button {
  background: #ed1666;
  border-color: #ed1666;
}
.content-body .edm {
  margin-top: 32px;
  border: 1px solid #ced4da;
  width: 100%;
  line-height: 1.5;
  height: calc(1.5em + .75rem + 2px);
  padding-top: 8px;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  .content-body .leftColTextbox {
    padding-right: 20px;
  }
  .content-body .rightColTextbox {
    padding-left: 0px;
    padding-right: 35px;
  }
  .content-body .leftColButton {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-body .edm {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .content-body .leftColTextbox, .content-body .rightColTextbox {
    padding-right: 20px;
  }
}

/*# sourceMappingURL=account.css.map */
