.fs-body-forgotPassword .fs-c-panel--info,.fs-body-resetPassword .fs-c-panel--info {
    font-size: 1.5em;
    background: #ffccdd;
}

@media screen and (max-width: 640px){
  .fs-c-accountService{
    justify-content: flex-start;
  }
  .fs-c-accountService > li {
    box-sizing: border-box;
  }
  .fs-c-accountService__page{
    flex-basis: 33%;
    padding: 1.5%;
    margin:4px 0;
  }
  .fs-c-accountService__page.fs-c-accountService__page--membershipCard,
  .fs-c-accountService__page.fs-c-accountService__page--couponList
  {
    flex-basis: 100%;
  }
}