@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.ttf") format("truetype");
}

@font-face {
  font-family: "MuliBlack";
  src: url("../fonts/Muli-Black.ttf") format("truetype");
}

@font-face {
  font-family: "MuliBold";
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MuliExtraBold";
  src: url("../fonts/Muli-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Muli.ttf") format("truetype");
}

@font-face {
  font-family: "MulishBlack";
  src: url("../fonts/Muli-Black.ttf") format("truetype");
}

@font-face {
  font-family: "MulishBold";
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MulishExtraBold";
  src: url("../fonts/Muli-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaBold";
  src: url("../fonts/Futura-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FuturaMedia";
  src: url("../fonts/FuturaMedium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "FuturaNormal";
  src: url("../fonts/FuturaBTBook.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("../fonts/opensans-regular-webfont.woff") format("woff"),
    url("../fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans Extra";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Extra";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Semi";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Semi";
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body {
  margin: 0px;
  height: auto;
  background-color: #fafbfe !important;
  font-family: "Open Sans Regular", arial, sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  word-break: break-word;
}

fieldset {
  border: 0px;
}

.d-flex {
  display: flex !important;
}

/* input */
.error-field,
.error-field:focus,
.error-field:active {
  border-color: #ff0000 !important;
  box-shadow: none !important;
}

/* button */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn-further {
  color: #fff;
  background-color: #4e8dd7;
  font-family: Muli;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  box-shadow: none;
  padding: 7px 25px;
  height: 40px;
  border-radius: 100px;
}

.btn-further:disabled,
.btn-further.disabled {
  background-color: #4e8dd7;
  opacity: 0.6;
  box-shadow: none;
  outline: none;
  border: none;
  color: #d5e4f5;
}

.btn-further:hover,
.btn-further:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #4b7bb5;
  border-color: #0062cc;
  box-shadow: none;
}

.btn-back {
  color: #4e8dd7;
  background-color: #fff;
  font-family: Muli;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
  padding: 6px 25px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #4e8dd7;
}

.btn-back:hover,
.btn-back:not(:disabled):not(.disabled):active {
  background-color: #e6f0fd;
  border-color: #4e8dd7;
  color: #4e8dd7;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary.focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
