html, body { height: 100%; width: 100%; }
.login-logo-frame {
  width: 185px;
  height: 185px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  display: grid;
  place-items: center;
}
.login-logo-frame img {
  width: 185px;
  height: 185px;
  object-fit: cover;
  transform: scale(1.08);
  display: block;
}
