.glueup-btn {
  background-color: rgb(162, 0, 103);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: NeulisAlt, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  border-radius: 1.80203rem;
  padding: 1.26562rem 3.24732rem;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.glueup-btn:hover {
  background-color: rgb(46, 0, 139);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

#glueup-sso-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
  max-width: initial;
  margin-top: 0 !important;
}

@media (max-width: 968px) {
  #glueup-sso-modal {
    align-items: flex-start;
    padding-top: 60px;
  }
}

#glueup-sso-modal * {
  box-sizing: border-box;
}

#glueup-sso-modal h2 {
  font-family: NeulisAlt, sans-serif;
  font-size: 32px !important;
  margin: 0;
  color: #21304f;
  text-align: center;
}

#glueup-sso-modal hr {
  margin: 20px 0;
  opacity: 0.15;
}

#glueup-sso-modal .glueup-sso-modal__logo {
  width: 100%;
  margin-bottom: 60px;
}

#glueup-sso-modal .glueup-sso-modal__logo img {
  width: calc(100% - 100px);
  max-width: 268px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#glueup-sso-modal .glueup-sso-modal__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-width: 1px;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(194, 233, 251), rgb(137, 190, 251));
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 40px 30px 30px 30px;
  width: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}

#glueup-sso-modal.glueup-modal--active {
  align-items: flex-start;
  padding-top: 60px;
}

#glueup-sso-modal.glueup-modal--active .glueup-sso-modal__inner {
  width: 768px;
}

#glueup-sso-modal .glueup-sso-modal__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(39, 60, 144, 0.75);
}

#glueup-sso-modal .input-group {
  margin-bottom: 20px;
  width: 100%;
}

#glueup-sso-modal .input-group:nth-child(2) {
  margin-bottom: 30px;
}

#glueup-sso-modal .input-group input {
  width: 100%;
}

#glueup-sso-modal .glueup-sso-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  cursor: pointer;
  transition: transform 150ms ease;
}

#glueup-sso-modal .glueup-sso-close:hover {
  transform: scale(1.1);
}

#glueup-sso-modal .glueup-sso-close svg {
  width: 30px;
  height: 30px;
}

#glueup-sso-modal input {
  background-color: #fff;
  border: 1px solid #bfced6;
  border-radius: 8px;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  display: block;
}

#glueup-sso-modal label {
  font-family: sofia-pro, sans-serif;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}

.glueup-flex {
  display: flex;
  gap: 30px;
}