@font-face {
  font-family: 'bariol';
  src: url('./fonts/bariol-regular-webfont.eot');
  src: url('./fonts/bariol-regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/bariol-regular-webfont.woff') format('woff'),
    url('./fonts/bariol-regular-webfont.ttf') format('truetype'),
    url('./fonts/bariol-regular-webfont.svg#bariol_regularregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bariol';
  src: url('./fonts/bariol-thin-webfont.eot');
  src: url('./fonts/bariol-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/bariol-thin-webfont.woff') format('woff'),
    url('./fonts/bariol-thin-webfont.ttf') format('truetype'),
    url('./fonts/bariol-thin-webfont.svg#bariolthin') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'bariol';
  src: url('./fonts/bariol-bold-webfont.eot');
  src: url('./fonts/bariol-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/bariol-bold-webfont.woff') format('woff'),
    url('./fonts/bariol-bold-webfont.ttf') format('truetype'),
    url('./fonts/bariol-bold-webfont.svg#bariolbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'bariol';
  src: url('./fonts/bariol-light-webfont.eot');
  src: url('./fonts/bariol-light-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/bariol-light-webfont.woff') format('woff'),
    url('./fonts/bariol-light-webfont.ttf') format('truetype'),
    url('./fonts/bariol-light-webfont.svg#bariollight') format('svg');
  font-weight: 300;
  font-style: normal;
}
*,
*::before,
*::after {
  font-family: 'bariol', sans-serif;
  font-feature-settings: 'liga' off, 'clig' off;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  touch-action: manipulation;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

body {
  background-color: #fefaee;
  background-image: url('./images/login_bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-wrapper,
.container,
.full-width {
  width: 100%;
  max-width: 100%;
}

button {
  font-family: Bariol;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.15px;

  border: none;
  box-shadow: none;
  backface-visibility: hidden;
  outline: none;
}

label,
input {
  font-family: Bariol;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.15px;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: inherit;
  transition: background-color 9999s ease-in-out 0s;
}
