/* Settings page */
div.notice.gwlautoimage--notice{
  background-image: url('../img/bg_image.png');
  border: 1px solid #c3c4c7;
  padding: 12px 22px;
}
div.notice.gwlautoimage--notice h3, div.notice.gwlautoimage--notice p{
  color: #ffffff;
}

div.notice.gwlautoimage--notice p.e-note{
    margin-top: 11px;
}

div.notice.gwlautoimage--notice .e-notice__actions a{
  margin-right: 6px;
}

div.notice.gwlautoimage--notice .e-button--cta.cta-secondary{
  color: #FFFFFF;
  background-color: #54375E;
  border-color: #54375E;
}

div.notice.gwlautoimage--notice .e-button--cta{
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
