@font-face {
  src: "incl/fonts/Albert_Sans/AlbertSans-VariableFont_wght.ttf";
  font-family: "Albert Sans";
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Albert Sans', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100vh;
  background: url("flaimingo.jpg");
  background-size: cover;
  background-position: right;
  color: #1E2019;
}

html, body, div, form, section {
  margin: 0;
  padding: 0;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 99vh;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8%;
}

.wrap .formwrap {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1.5em;
  padding-top: 1em;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.wrap .formwrap form.form {
  min-width: 400px;
}

.wrap .formwrap form.form h2 {
  font-weight: 800;
  margin-bottom: 30px;
}

.wrap .formwrap form.form .field {
  display: block;
  padding: .5em 0;
}

.wrap .formwrap form.form .field label {
  display: block;
  font-size: 10px;
  font-weight: 300;
  padding: .5em 20px;
  color: #889696;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.wrap .formwrap form.form .field input {
  border-radius: 32px;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  border: none;
  padding: 20px 30px;
  margin: 0 0 .5em 0;
}

.wrap .formwrap form.form .field input::-webkit-input-placeholder {
  color: #889696;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}

.wrap .formwrap form.form .field input:-ms-input-placeholder {
  color: #889696;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}

.wrap .formwrap form.form .field input::-ms-input-placeholder {
  color: #889696;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}

.wrap .formwrap form.form .field input::placeholder {
  color: #889696;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}

.wrap .formwrap form.form .field input.txt {
  display: block;
  background: #D2D7DF;
  width: 100%;
  font-weight: 200;
}

.wrap .formwrap form.form .field input.sub {
  display: inline-block;
  background: #f9c80e;
  color: white;
  font-weight: 200;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.wrap .formwrap form.form .field input.sub:hover {
  background: #8f2d56;
}
/*# sourceMappingURL=style.css.map */