.swiper-slide {
  height: 260px;
  padding: 12px;
}

.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}


.form-layout{
  border-radius: 28px;
  width: 500px;
}


.account-body{
  background-color: gray;
}