@font-face {
  font-family: "GTWalsheim Bold";
  font-weight: 700;
  font-style: normal;
  src: url("https://res.cloudinary.com/thepeer-co/raw/upload/v1628988223/email-assets/gt-walsheim-bold-web.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GTWalsheim Regular";
  font-weight: 400;
  font-style: normal;
  src: url("https://res.cloudinary.com/thepeer-co/raw/upload/v1628988223/email-assets/gt-walsheim-regular-web.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GTWalsheim Medium";
  font-weight: 400;
  font-style: normal;
  src: url("https://res.cloudinary.com/thepeer-co/raw/upload/v1628988223/email-assets/gt-walsheim-medium-web.ttf") format("truetype");
  font-display: swap;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "GTWalsheim Medium", "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-stretch: normal;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  background: #000;
}

.app {
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.app .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.app .logo-wrapper svg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.app .form-wrapper {
  margin-top: 100px;
  background: #ffffff;
  border-radius: 6px;
  height: 400px;
  padding: 12px 16px;
  box-shadow: 0 4px 16px 10px rgba(0, 0, 71, 0.15);
  min-width: 280px;
  max-width: 360px;
  width: 100%;
}
.app .txt {
  font-family: "GTWalsheim Medium";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.app .input-unit {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.app .input-unit:first-of-type {
  margin-top: 0;
}
.app .input-unit .form-error-text {
  bottom: 0;
  color: #ff5a5a;
  font-size: 12px;
  margin: 0;
}
.app .input-unit label {
  font-size: 14px;
  line-height: 18px;
  color: #14142b;
  margin-bottom: 8px;
  font-family: "GTWalsheim Medium";
  font-weight: 400;
}
.app .input-unit .input-wrapper {
  position: relative;
}
.app .input-unit .input-wrapper .form-input {
  transform-origin: top;
  border-radius: 6px;
  border: 1px solid #d9dbe9;
  box-sizing: border-box;
  height: 45.37px;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  width: 100%;
  min-width: 0;
  padding: 10px 16px;
  background-image: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-family: "GTWalsheim Regular";
  font-weight: 400;
}
.app .input-unit .input-wrapper .form-input:hover {
  border-color: #0069ff;
}
.app .input-unit .input-wrapper .form-input:focus {
  border-color: #0069ff;
  background-color: #ffffff;
}
.app .input-unit .input-wrapper .form-input:disabled {
  cursor: not-allowed;
  color: #586283;
  border-color: #a0a3bd;
}
.app .input-unit .input-wrapper .form-input:disabled:focus {
  border-color: #a0a3bd;
}
.app .input-unit .input-wrapper .form-input::placeholder {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "GTWalsheim Regular";
  font-weight: 400;
}
.app .submit-btn {
  width: 100%;
  border: none;
  color: #ffffff;
  position: relative;
  background: #0069ff;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin-top: 32px;
  cursor: pointer;
}
.app .submit-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.app .submit-btn span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  font-family: "GTWalsheim Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.app .submit-btn:hover, .app .submit-btn:active {
  border: unset !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: unset !important;
}
.app .submit-btn:hover span, .app .submit-btn:active span {
  color: #ffffff !important;
}
.app .submit-btn:hover {
  background: #00398f !important;
}
.app .submit-btn:active, .app .submit-btn:focus {
  background: #0069ff !important;
}
.app .submit-btn:focus {
  -webkit-box-shadow: 4px 4px 10px rgba(153, 194, 255, 0.5), -4px -4px 10px rgba(153, 194, 255, 0.5) !important;
  box-shadow: 4px 4px 10px rgba(153, 194, 255, 0.5), -4px -4px 10px rgba(153, 194, 255, 0.5) !important;
}
.app .submit-btn:disabled::after, .app .submit-btn.loading::after {
  display: none;
}
.app .checkbox {
  position: relative;
  cursor: pointer;
  margin-top: 8px;
}
.app .checkbox label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.app .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.app .checkbox svg {
  cursor: pointer;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
}
.app .checkbox svg circle {
  transition: 0.25s ease-in-out linear;
  fill: #d9dbe9;
}
.app .checkbox svg path {
  stroke: #d9dbe9;
}
.app .checkbox input[type=checkbox]:checked + svg circle {
  fill: #0069ff;
}
.app .checkbox input[type=checkbox]:checked + svg path {
  stroke: #f7f7fc;
}
.app .checkbox input[type=checkbox]:disabled + svg {
  opacity: 0.5;
  cursor: not-allowed;
}
.app .checkbox input[type=checkbox]:disabled + svg + span {
  opacity: 0.5;
  cursor: not-allowed;
}
.app .checkbox span {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
  color: #586283;
  font-family: "GTWalsheim Regular";
  font-weight: 400;
}
.app .checkbox span a {
  font-family: "GTWalsheim Medium";
  font-weight: 400;
}

/*# sourceMappingURL=refund.css.map */
