/* src/styles.scss */
html,
body {
  scroll-behavior: auto;
  margin: 0px;
  padding: 0px;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "FordF-1";
}
@font-face {
  font-family: "FordF-1";
  src: url("./media/FordF-1-Light.otf") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "FordF-1";
  src: url("./media/FordF-1-Regular.otf") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "FordF-1";
  src: url("./media/FordF-1-Medium.otf") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "FordF-1";
  src: url("./media/FordF-1-Semibold.otf") format("woff");
  font-weight: 800;
  font-weight: bold;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #066FEF;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
.scrollbar::-webkit-scrollbar {
  width: 16px;
}
.scrollbar-hidden,
.screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar,
.screen::-webkit-scrollbar {
  display: none;
}
.screen {
  width: 100vw;
  height: 100dvh;
  overflow: scroll;
  position: absolute;
  box-sizing: border-box;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.page-padding {
  display: flex;
  flex-direction: column;
  padding: 139px 32px;
}
@media (max-width: 480px) {
  .page-padding {
    padding: 139px 16px 64px 16px;
  }
}
.h1 {
  font-family: "FordF-1";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  color: #00095B;
  padding: 64px 0px;
}
@media (max-width: 480px) {
  .h1 {
    font-size: 40px;
    padding: 12px 0px 32px;
  }
}
.reset-button,
button.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
button.btn {
  background-color: #066FEF;
  padding: 4px 32px 4px 32px;
  font-family: "FordF-1";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: white;
  border-radius: 17px;
  border: none;
  align-self: flex-start;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
button.btn:hover {
  background-color: #00095B;
  color: white;
}
button.btn.outline {
  background-color: transparent;
  border: 1px solid white;
}
button.btn.outline:hover {
  background-color: #066FEF;
  color: white;
  border: 1px solid transparent;
}
button.btn.narrow {
  padding: 4px 16px 4px 16px;
}
.invalid-feedback {
  display: none;
  margin-top: 4px;
  color: #FF5252;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 18px;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.pac-icon {
  display: none;
}
.pac-item,
.pac-item-query {
  font-family: "FordF-1";
  color: #066FEF !important;
  padding-left: 10px;
}
.pac-container {
  border-radius: 12px;
  border: solid 1px #066FEF;
}
.pac-logo:after {
  display: none;
}
body input[data-com-onepassword-filled],
body input[data-com-onepassword-filled]:focus {
  background-clip: text !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0) inset !important;
  background-color: transparent !important;
  background-clip: content-box !important;
}
.disabled {
  pointer-events: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
