body {
  font-family: "Roboto", sans-serif;
  background-color: #bfdfec !important;
}

a {
  color: #00b7ff;
}

.center {
  margin: 50px;
}

.register {
  background-color: aliceblue;
  border-radius: 5px;
  padding: auto;
  text-align: center;
  padding: 5px;
  min-height: 344px !important;
  float: right;
}

.form-group {
  text-align: left;
}

.form-select {
  min-height: 34.5px;
}

header {
  /* background-color: #8ec1da; */
  background-color: aliceblue;
  padding: 0px !important;
  text-align: center;
}

.upper-container {
  background-color: #004889;
  /* //#4487b4; */
  width: 100%;
  box-shadow: 0 4px 2px -2px gray;
  padding-top: 25px;
  min-height: 300px;
}

.bottom-container {
  padding-top: 25px;
  background-color: #bfdfec;
  width: 100%;
}

.container {
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

#cloud {
  width: 100%;
  height: 290px;
  background-color: #bfdfec;
  background-repeat: repeat-x;
  background-image: url("/images/clouds.png");
  animation: movement 10s linear infinite;
}

.invalid {
  border-color: red;
}

@keyframes movement {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 560px 0px;
  }
}

adiv {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; /* Need a specific value to work */
}

.centered {
  position: absolute;
  top: 30%;
  left: 30%;
  margin-top: -50px;
  margin-left: -100px;
  font-size: 2rem;
  text-align: center;
  color: white;
  border: 1px solid white;
  padding: 2rem;
}

.side-panel {
  color: white;
  margin-bottom: 10px;
}

/* Wizzard */

.tab {
  display: none;
  min-height: 342px !important;
}

submit {
  width: 100%;
  border: none;
  padding: 10px 20px;

  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

#nextBtn {
  float: right;
}

#thanks-message {
  display: none;
  margin: 170px auto;
  text-align: center;
  align-items: center;
}

#spinner {
  display: none;
  padding: 20px;
  margin: 70px auto;
}

#next {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

#footer {
  background-color: aliceblue;
}

#slogan {
  text-align: right;
  color: #3a89c3;
}

h1 {
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 0;
}
