body {
  margin: 0;
  background-image: url(background-image.jpg);
  background-size: cover;
  background-position: center;
}


a {
  color: #0000FF;
}

.viewport {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
form {
  
}
.text-box {
  height: auto;
  width: auto;
  margin: 1vh;
  background-color: rgb(0, 0, 0);
  border-radius: 1vh;
  justify-content: center;
  align-items: center;
  border: 0.25vh solid #808080;
  padding-top: 20px;
}

.title {
  color: white;
  font-size: 6vh;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 1vh;
}

.subtitle {
  color: white;
  font-size: 4vh;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 0 1vh 1vh 1vh;
}

.form-text {
  font-family: 'Roboto', sans-serif;
  font-size: 2vh;
}

.footer {
  font-size: 1vh;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 0 1vh 1vh 1vh;
  color: white;
  position: absolute;
  bottom: 0;
}

.button {
  background: #0055d4;
  padding: 15px 30px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  display: inline-block;
  min-width: 150px;
  font-size: 1.1em;
  text-align: center;
}
.button:hover {
  background: #333;
  color: #fff;
}
.button.button-outline {
  background: #fff;
  border: 1px solid #0055d4;
  color: #0055d4;
}
.button.button-outline:hover {
  background-color: #0055d4;
  color: #fff;
}

input[type="text"], input[type="email"], select {
  padding: 10px 15px;
  border: 1px solid #888;
  border-radius: 3px;
  width: 90%;
  box-shadow: 2px 2px 0 #f3f3f3;
  border: 1px solid #ddd;
  font-size: 1em;
}
  input:focus {
    border-color: #0055d4;
  }

input:focus::placeholder {
  color: transparent;
}

input[disabled] {
  opacity: 0.5;
}

form .nonce {
  display: none;
}

.section {
  margin-bottom: 45px;
}

label {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.container {
  max-width: 300px;  
}

.wrap {
  background: #292929;
  padding: 0px 40px 0px 40px;
}
