@font-face {
  font-family: loccitanesans-bold;
  src: url(/assets/fonts/LOccitaneSans-Bold.ttf);
}

@font-face {
  font-family: decalkbolditalic;
  src: url(/assets/fonts/decalkbolditalic.ttf);
}

body {
  background-image: url("/assets/images/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: white !important;
}

table {
  border-spacing: 0px !important;
}

tr, td {
  padding: 0px;
}

.centered {
  text-align: center;
}

.header {
  max-width: 250px;
  padding-top: 20px;
  width: 100%;
}

.copy {
  padding-top: 150px;
  max-width: 230px;
  width: 100%;
}

.submission-form {
  border: 5px solid white;
  border-radius: 40px;
  padding: 0vh 8vw 0vh 8vw;
  width: 80%;
  margin: 0 auto;
  font-family: 'decalkbolditalic';
}

.transparentButton {
  background: transparent;
  border: 0px;
  position: relative;
  bottom: -30px;
}

.input-background {
  background-image: url("/assets/images/blank_field.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  justify-content: center;
}

.input-text,
.input-text:focus {
  font-family: 'decalkbolditalic';
  background: transparent;
  border: none;
  outline-width: 0;
  font-size: 1rem;
  width: 100%;
  padding: 2% 0vw 2% 5vw;
  background: white;
  margin-bottom: 30px;
  border-radius: 35px;
  height: 50px;
}

.agree-checkbox {
  text-align: left;
}

.registerImage {
  width: 200px;
  position: relative;
  top:-30px;
}

.submit-cta {
  padding-top: 1vh;
  width: 200px;
}

