<style>

[v-cloak] {
  display: none;
}

.bg-image {
  background-image: url("https://vodium.com/hubfs/VODIUM%20Web%20App.png");
  background-size: 650px 350px;
  position: center;
  width: 650px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 12px;
  margin: auto;
  min-height: 60vh;
}
 .form-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    margin: auto; /* Centers horizontally */
    margin-top: -150px; /* Optional: adds space from top */
    position: relative; /* or remove this line */
    top: auto; /* Reset top if using relative positioning */
    transform: none; /* Reset transform if using relative positioning */
    margin-top: -40px; /* Adjust margin as needed */
  }

  .form-container label {
    padding-right: 15px;
    text-align: right;
    width: 140px;
  }

  .form-container input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
  }

  .form-container input[readonly] {
    background-color: #e9ecef;
  }

  .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

@keyframes typing {
  from { width: 0 }
  to {
    width: 100%;
  }
}
@keyframes blink {
    from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
.loading{
  margin-top: 150px;
  position: center;
}
.user{
  width: max-content;
  margin: 20px 30px 20px 30px;
  display: none;
}
.greeting {
  font-size: 40px;
  margin: auto 0;
  color: white;
  text-align: left;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation: typing 2s, blink 1s step-end infinite;
  animation-timing-function: steps(35, end);
  animation-fill-mode: forwards;
}
.launch{
  display: none;
}
.play {
  color: white;
  margin: 20px 30px 20px 30px;
  font-size: 20px;
}
.button{
  display: block;
}
.vodium-module-wrapper {
/*   min-height: 700px; */
  min-height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .vodium-module-wrapper {
    padding-left: 0;
  }
}
.vodium-module-wrapper a:not([disabled]),
.vodium-module-wrapper button:not([disabled]) {
  cursor: pointer;
}
.vodium-module-wrapper a[disabled],
.vodium-module-wrapper button[disabled] {
  pointer-events: none;
}
.vodium-module-wrapper a[disabled]:before,
.vodium-module-wrapper button[disabled]:before {
  background-color: #04254e;
}
.vodium-module-wrapper a.pwr-cta--primary-border {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin: auto;
}
.vodium-module-wrapper a.pwr-cta--primary-border .vodium-loader-inline-wrapper,
.vodium-module-wrapper button.pwr-cta--primary-border .vodium-loader-inline-wrapper {
  display: none;
  margin-left: 22px;
  margin-right: 2px;
}
#button{
  padding-top: 55px;
  max-width: 100%;
  max-height: 100%;
}
.vodium-module-wrapper button.pwr-cta--primary-border {
  color: white;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 20px;
  border-radius: 7px;
}
.vodium-module-wrapper button.pwr-cta--primary-border:before {
  background-color: #04254e;
/*   border: 2px solid;
  border-radius: 7px;
  border-color: #f3f3f3; */
}
.vodium-module-wrapper a.pwr-cta--primary-border.is-loading .vodium-loader-inline-wrapper,
.vodium-module-wrapper button.pwr-cta--primary-border.is-loading .vodium-loader-inline-wrapper {
  display: block;
}
.vodium-module-wrapper .vodium-loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 20px;
  width: 100%;
}
.vodium-module-wrapper .vodium-loader-inline-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vodium-module-wrapper .vodium-loader,
.vodium-module-wrapper .vodium-loader-white {
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}
.vodium-module-wrapper .vodium-loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  animation: multiColorSpin 1.1s infinite ease;
}
@keyframes multiColorSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2), 2.5em 0em 0 0em rgba(138, 212, 235, 0.2), 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.2), 0em 2.5em 0 0em rgba(138, 212, 235, 0.2), -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.2), -2.6em 0em 0 0em rgba(138, 212, 235, 0.5), -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(138, 212, 235, 0.2), 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.2), 0em 2.5em 0 0em rgba(138, 212, 235, 0.2), -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.2), -2.6em 0em 0 0em rgba(138, 212, 235, 0.2), -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.5), 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.2), 0em 2.5em 0 0em rgba(138, 212, 235, 0.2), -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.2), -2.6em 0em 0 0em rgba(138, 212, 235, 0.2), -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.2), 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.5), 2.5em 0em 0 0em rgba(138, 212, 235, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(138, 212, 235, 0.2), -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.2), -2.6em 0em 0 0em rgba(138, 212, 235, 0.2), -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.2), 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2), 2.5em 0em 0 0em rgba(138, 212, 235, 0.5), 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.2), -2.6em 0em 0 0em rgba(138, 212, 235, 0.2), -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.2), 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2), 2.5em 0em 0 0em rgba(138, 212, 235, 0.2), 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.5), 0em 2.5em 0 0em rgba(138, 212, 235, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(138, 212, 235, 0.2), -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.2), 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2), 2.5em 0em 0 0em rgba(138, 212, 235, 0.2), 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.2), 0em 2.5em 0 0em rgba(138, 212, 235, 0.5), -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(138, 212, 235, 0.2), 1.8em -1.8em 0 0em rgba(138, 212, 235, 0.2), 2.5em 0em 0 0em rgba(138, 212, 235, 0.2), 1.75em 1.75em 0 0em rgba(138, 212, 235, 0.2), 0em 2.5em 0 0em rgba(138, 212, 235, 0.2), -1.8em 1.8em 0 0em rgba(138, 212, 235, 0.5), -2.6em 0em 0 0em rgba(138, 212, 235, 0.7), -1.8em -1.8em 0 0em rgb(138, 212, 235);
  }
}
.vodium-module-wrapper .vodium-loader-white {
  font-size: 4px;
  width: 1em;
  height: 1em;
  animation: multiShadeSpin 1.1s infinite ease;
  margin: auto;
}
@keyframes multiShadeSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

#signOut {
/*   margin-right: 275px; */
  margin-right: 0px;
  margin-left: auto;
  float: right;
  margin-top: -50px;
}

#errorMessage {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}


</style>