@font-face {
  font-family: "akkurat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/akkurat/akkurat-regular/lineto-akkurat-regular.eot");
  src: url("../fonts/akkurat/akkurat-regular/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/akkurat-regular/lineto-akkurat-regular.woff") format("woff"); }
@font-face {
  font-family: "akkurat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/akkurat/akkurat-bold/lineto-akkurat-bold.eot");
  src: url("../fonts/akkurat/akkurat-bold/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/akkurat-bold/lineto-akkurat-bold.woff") format("woff"); }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none;
  font-size: 100%;
  color: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 30px 0;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0; }
body:before {
  content: '';
  background-image: linear-gradient(to top, transparent, #000000);
  position: fixed;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0; }

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-space-between {
  justify-content: space-between; }

.justify-space-around {
  justify-content: space-around; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.align-center {
  align-items: center; }

.dir-col {
  flex-direction: column; }

form {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex; }

.input-group {
  width: calc(50% - 15px);
  display: inline-block;
  margin-bottom: 20px; }
.input-group input, .input-group label {
  font-family: "Akkurat",Helvetica,Arial,serif;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  line-height: 43px;
  min-height: 45px;
  max-width: 300px;
  font-size: 15px;
  padding: 0 15px;
  width: 100%;
  z-index: 2;}
.input-group input:focus {
  border-color: #142275; }
.input-group input.error {
  border: 2px solid #142275; }
.input-group select {
  font-family: "Akkurat",Helvetica,Arial,serif;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  line-height: 43px;
  max-width: 332px;
  min-height: 45px;
  font-size: 15px;
  padding: 0 10px;
  outline: none;
  width: 100%;
  z-index: 2; }

.bootstrap-select-label .span-placeholder {
  color: #aaa;
  padding-right: 40px;
  padding-left: 21px;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  cursor: pointer;
  font-size: 15px;
  display: none;
  z-index: 0; }

.petplan-logo {
  margin: 20px auto 30px;
  max-width: 168px;
  display: block; }

.footer-info {
  justify-content: center;
  align-items: center;
  margin: 25px auto;
  max-width: 700px;
  display: flex; }
.footer-info span {
  font-family: "Akkurat",Helvetica,Arial,serif;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 10px;
  font-weight: 600; }
.footer-info img {
  width: 100px; }

.box {
  background-color: #ff6c44;
  border-radius: 2px;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  padding: 30px; }
.box h1 {
  font-family: "Akkurat",Helvetica,Arial,serif;
  margin-bottom: 45px;
  text-align: center;
  font-size: 34px;
  color: #ffffff; }
.box h2 {
  font-family: "Akkurat",Helvetica,Arial,serif;
  text-align: center;
  margin: 50px 0;
  font-size: 26px;
  color: #fff; }
.box h2 strong {
  color: #142275; }

.btn {
  font-family: "Akkurat",Helvetica,Arial,serif;
  background-color: #142275;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  vertical-align: middle;
  background-image: none;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all .3s;
  text-align: center;
  font-style: normal;
  border-radius: 2px;
  font-weight: bold;
  line-height: 55px;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 55px;
  min-width: 213px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  border: 0; }
.btn:hover {
  background-color: #4863ff;
  border-color: #4863ff;
  color: #fff; }
.btn:focus, .btn:active, .btn:hover {
  border-style: none;
  outline: none; }

.btn-group {
  text-align: center;
  margin-top: 20px;
  width: 100%; }

.hide {
  visibility: hidden;
  display: none;
}

.full-width {
  width: 100%;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.upload-label {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  transition: all 0.4s ease;
}

.upload-label img {
  margin-left: 20px;
  width: 27px;
}

.upload-label:hover {
  box-shadow: 3px 4px 5px 0 rgba(0,0,0,0.3);
}

h2 {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
  font-size: 35px;
  color: white;
}

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