
.superadmin-container {
  display: flex;
  justify-content: space-around;
  font-family: "Poppins";
}

.meon-logo-container {
  padding-top: 75px;
}

.image-container {
  padding-top: 16vh;
}

.image-frame {
  border-radius: 10px;
}
.header-input-container {
  padding-top: 28vh;
  padding-left: 28vh;
}

.superadmin-header-normal {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-bottom: 30px;
}
.superadmin-header-text-bold {
  text-align: center;
  color: #333;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.social-media-buttons {
  text-align: center;

  color: #444;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.google-signup-container {
  width: 338px;
  flex-shrink: 0;
  padding: 15px 0;
  border-radius: var(--8, 8px);
  border: 1px solid #9cabd4;
  background: #fff;
  box-shadow: 0px 2px 15px 2px rgba(234, 240, 255, 0.57);
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.google-icon-btn-container {
  display: flex;
  align-items: center;
  gap: 24px;
}