.glueup-btn {
  background-color: #b2418a;
  border-radius: 50px;
  border: none;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 25px 30px;
  position: relative;
}

.glueup-btn:hover {
  background-color: #CC66A8;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.glueup-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#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 a {
  text-transform: uppercase;
  font-weight: 700;
}

#glueup-sso-modal h2 {
  font-family: "arboria", sans-serif;
  font-size: 36px !important;
  font-weight: 900;
  margin: 0 0 50px 0;
  color: #012169;
  text-align: left;
}

#glueup-sso-modal .glueup-sso-modal__logo {
  width: 100%;
  margin-bottom: 50px;
}

#glueup-sso-modal .glueup-sso-modal__logo img {
  width: calc(100% - 100px);
  max-width: 289px;
  height: auto;
  display: block;
  margin: 0;
}

#glueup-sso-modal .glueup-sso-success-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#glueup-sso-modal .glueup-sso-success-screen__icon {
  margin-bottom: 50px;
  line-height: 0;
}

#glueup-sso-modal .glueup-sso-success-screen__message {
  margin: 0 auto 50px;
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

#glueup-sso-modal .glueup-sso-success-login {
  padding: 25px 30px;
}

#glueup-sso-modal .glueup-sso-modal__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  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: 50px;
  width: 580px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 90px);
  max-width: calc(100% - 30px);
}

@media (max-width: 968px) {
  #glueup-sso-modal .glueup-sso-modal__inner {
    padding: 40px 30px 30px 30px;
  }

  #glueup-sso-modal .glueup-sso-success-screen {
    min-height: 280px;
    padding-top: 10px;
  }

  #glueup-sso-modal .glueup-sso-success-screen__message {
    font-size: 20px;
  }
}

#glueup-sso-modal.glueup-modal--active {
  align-items: flex-start;
  padding-top: 60px;
}

#glueup-sso-modal.glueup-modal--active .glueup-sso-modal__inner {
  width: 980px;
}

@media (max-width: 1024px) {
 #glueup-sso-modal.glueup-modal--active .glueup-sso-modal__inner {
    width: 100%;
  } 
}

#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 input {
  width: 100%;
}

#glueup-sso-modal .glueup-sso-close {
  position: absolute;
  right: 40px;
  top: 45px;
  z-index: 1;
  cursor: pointer;
  transition: transform 150ms ease;
  border: 0;
  background-color: transparent;
}

#glueup-sso-modal .glueup-sso-close svg {
  width: 24px;
  height: 24px;
}

#glueup-sso-modal input {
  background-color: #dce4f3;
  border: 1px solid #dce4f3;
  color: #012169;
  font-size: 20px;
  font-family: "arboria", sans-serif;
  font-weight: 700;
  padding: 24px 40px;
  width: 100%;
  display: block;
  border-radius: 50px;
}

#glueup-sso-modal input::placeholder {
  color: #012169;
  font-weight: 700;
}

#glueup-sso-modal input:focus-visible {
  outline-color: #012169;
}

@media (max-width: 968px) {
  #glueup-sso-modal input {
    padding: 12px 16px;
  }
}

#glueup-sso-modal label {
  font-family: "arboria", sans-serif;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}

#glueup-sso-modal label.opt-in {
  color: #012169;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
}

.glueup-flex {
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .glueup-flex {
    flex-wrap: wrap;
    gap: 0;
  }
}

#glueup-sso-modal .has-arrow::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.125 7.125H13.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 1.125L13.125 7.125L7.125 13.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
