#podium {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background-color: #2859d4;
  background-image: url(top-left.png), url(top-right.png), url(bottom-left.png),
    url(bottom-right.png);
  background-position: top 0px left 0px, top 0px right 0px, bottom 0px left 0px,
    bottom 0px right 0px;
  background-repeat: no-repeat;
  background-size: 20%, 45%, 35%, 30%;
  /* background-attachment: fixed; */
}

#podium .card {
  display: flex;
  flex-direction: column;
  width: 650px;
  height: 500px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(18, 21, 26, 0.08),
    0px 2px 2px rgba(18, 21, 26, 0.04), 0px 2px 4px -2px rgba(18, 21, 26, 0.08);
  border-radius: 16px;
  padding: 0px;
  border: none;
}

#podium .card-header {
  width: 100%;
  height: 190px;
  background-color: #12151a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0px 0px;
}

#podium .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 30px 40px;
  text-align: center;
}

#podium .title {
  font-weight: 600;
  font-size: 30px;
  margin: 0px;
}

#podium .message {
  font-size: 20px;
  margin: 0px;
}

#podium .connect-btn {
  background: #4c76e0;
  border: none;
  color: #ffffff;
  padding: 0px 16px;
  box-shadow: 0px 4px 12px -8px rgba(18, 21, 26, 0.24),
    0px 4px 8px -8px rgba(18, 21, 26, 0.24),
    inset 0px 0px 0px 1px rgba(18, 21, 26, 0.16);
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500px;
  height: 48px;
}

#podium .input-token {
  width: 380px;
  text-align: center;
}

#podium .button.connect-btn {
  background: #4c76e0;
  border: none;
  color: #ffffff;
  padding: 0px 16px;
  box-shadow: 0px 4px 12px -8px rgba(18, 21, 26, 0.24),
    0px 4px 8px -8px rgba(18, 21, 26, 0.24),
    inset 0px 0px 0px 1px rgba(18, 21, 26, 0.16);
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500px;
  height: 48px;
}

#podium .sign-in-text {
  color: white;
  text-align: center;
}

#podium .sign-in-text > a {
  color: white;
}
