.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  /* margin-top: 12px; */
  /* margin-bottom: 12px; */
}

.bg-gradient-primary {
  background: linear-gradient(180deg, #F1F5FD, rgba(255, 255, 255, 0) 100%);
  /* background-color: blanchedalmond !important */
}

.account-pages {
  /* background-color: rgba(244, 106, 106, .25) !important; */
  background: linear-gradient(180deg, #F1F5FD, rgba(255, 255, 255, 0) 100%) !important;
  height: 100%;
  overflow: hidden;
}