/*
  font-family:"Camphor W01 Light";
  font-family:"CamphorW01-LightItalic";
  font-family:"Camphor W01 Regular";
  font-family:"Camphor W01 Italic";
  font-family:"Camphor W01 Bold";
  font-family:"DIN1451W01-Mittelschrif";
  font-family:"DIN Next W01 Regular";
  font-family:"DIN Next W01 Medium";
  font-family:"DIN Next W01 Bold";
*/
html,
body {
  font-family: "Camphor W01 Regular", verdana;
  font-size: 17px;
  line-height: 24px;
  color: #383838;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: "Camphor W01 Bold";
  font-weight: normal;
}
h1 {
  font-size: 27px;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #585858;
}
p {
  margin-top: 10px;
}
a {
  text-decoration: none;
  text-transform: uppercase;
}
#form h1,
#form p {
  color: #ccc;
}
.field .help {
  position: absolute;
  bottom: -15px;
  line-height: 12px;
  color: #999;
  font-size: 12px;
  right: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.row {
  overflow: hidden;
}
.field input {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  border: none;
  background: none;
  padding: 2px 0;
  outline: 0;
}
.field input,
.field label,
.field a,
.field .value {
  font-size: 16px;
  color: #ddd;
  text-decoration: none;
}
.field a span,
.field .value span {
  color: #c5a671;
  font-family: 'Camphor W01 Bold';
}
.field .custom,
.field .placeholder {
  color: #999;
}
.field.checkbox label {
  width: auto;
  float: none;
}
.field.radio label.option {
  width: auto;
  margin: 0 10px;
  float: none;
}
.field.checkbox input,
.field.radio input {
  width: auto;
  position: relative;
  top: -1px;
  height: auto;
  margin-left: 0;
}
.field button {
  border: 1px solid #999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #eee;
  width: 100px;
  height: 28px;
  font-size: 14px;
}
.form #intro,
.form footer {
  display: none;
}
.form #form,
#intro,
.form #form-overlay {
  display: block;
}
#form-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#form-overlay div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  background: rgba(0, 0, 0, 0.4);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafec0 inset;
  padding-left: 10px;
}
#form {
  position: relative;
  z-index: 3;
}
@media (min-width: 400px) {
  #form {
    padding: 0 20px;
  }
}
@media (min-width: 500px) {
  #form {
    padding: 0 50px;
  }
}
@media (min-width: 650px) {
  .two-fields .field {
    width: 225px;
    float: left;
    clear: none;
  }
  .two-fields .field:first-child {
    margin-right: 50px;
  }
}
.field {
  position: relative;
  border-bottom: 1px solid #888;
  margin-bottom: 25px;
  clear: both;
}
.field .placeholder,
.field .value {
  padding: 6px 0;
  display: block;
}
.field .error-message {
  display: none;
}
.field.error {
  border-bottom: 1px solid #FF9900;
}
.field.error .error-message,
.field.error .help {
  display: block;
  position: absolute;
  bottom: -15px;
  line-height: 12px;
  color: #FF9900;
  font-size: 12px;
  right: 0;
}
html,
body {
  background: url(/images/form-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}
#lv0 {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
}
header {
  position: relative;
  padding: 20px;
  background: #302f2d;
  z-index: 2;
}
header div {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
header .language {
  position: absolute;
  top: -3px;
  right: 0;
  color: #ccc;
  font-size: 15px;
  line-height: 15px;
}
.round-button {
  background: #bf9040;
  color: #eee;
  display: block;
  margin: 50px auto 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.round-button.disabled {
  background: #7D786E;
}
