@font-face {
  font-family: 'Glober';
  src: url("../fonts/GloberBoldFree.eot");
  src: url("../fonts/GloberBoldFree.eot?#iefix") format("embedded-opentype"), url("../fonts/GloberBoldFree.woff2") format("woff2"), url("../fonts/GloberBoldFree.woff") format("woff"), url("../fonts/GloberBoldFree.ttf") format("truetype"), url("../fonts/GloberBoldFree.svg#GloberBoldFree") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glober';
  src: url("../fonts/GloberRegular.eot");
  src: url("../fonts/GloberRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GloberRegular.woff2") format("woff2"), url("../fonts/GloberRegular.woff") format("woff"), url("../fonts/GloberRegular.ttf") format("truetype"), url("../fonts/GloberRegular.svg#GloberRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 5, ../sass/_variables.scss */
a {
  color: #000;
}
/* line 7, ../sass/_variables.scss */
a:hover {
  color: #E84B54;
}
/* line 10, ../sass/_variables.scss */
a.active {
  color: #E84B54;
}

/* line 15, ../sass/_variables.scss */
body {
  font-family: 'Glober';
}
/* line 17, ../sass/_variables.scss */
body * {
  font-family: 'Glober';
}

/* line 23, ../sass/_variables.scss */
.table th {
  color: #857267;
}

/* line 27, ../sass/_variables.scss */
.btn-primary {
  background: #fff;
  border-color: #B5A999;
  color: #B5A999;
}
/* line 31, ../sass/_variables.scss */
.btn-primary:hover {
  background: #B5A999;
  border-color: #B5A999;
  color: #fff;
}

/* line 37, ../sass/_variables.scss */
.form-control {
  border-color: #B5A999;
}

/* line 41, ../sass/_variables.scss */
.styled-group .form-label {
  font-size: 0.9rem;
  float: left;
  margin-bottom: -8px;
  padding: 0 5px;
  margin-left: 10px;
  color: #B5A999;
  background: #fff;
}
/* line 50, ../sass/_variables.scss */
.styled-group .form-control {
  padding: 12px 12px 6px;
}

/* line 54, ../sass/_variables.scss */
.navbar-light .navbar-nav .nav-link {
  color: #747e88;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 14px;
  font-size: 14px;
}

/* line 61, ../sass/_variables.scss */
.navbar-light .navbar-nav .active .nav-link {
  color: #E84B54;
  position: relative;
}
/* line 64, ../sass/_variables.scss */
.navbar-light .navbar-nav .active .nav-link::before {
  content: '';
  position: absolute;
  left: 14px;
  bottom: 0;
  right: 14px;
  height: 3px;
  background: #E84B54;
}

/* line 74, ../sass/_variables.scss */
.navbar-nav.ml-auto {
  position: relative;
}
/* line 77, ../sass/_variables.scss */
.navbar-nav.ml-auto::before {
  content: '';
  position: absolute;
  left: 14px;
  bottom: 0;
  right: 14px;
  height: 1px;
  background: #dedede;
}

/* line 87, ../sass/_variables.scss */
.page-content {
  color: #857267;
  text-align: justify;
}
/* line 90, ../sass/_variables.scss */
.page-content a {
  color: #E84B54;
  text-decoration: underline;
}
/* line 93, ../sass/_variables.scss */
.page-content a:hover {
  text-decoration: none;
}
/* line 97, ../sass/_variables.scss */
.page-content hr {
  background: #857267;
  height: 2px;
}

/* line 102, ../sass/_variables.scss */
.btn-danger {
  background: #E84B54;
  border-color: #E84B54;
  color: #fff !important;
  text-decoration: none !important;
}
/* line 107, ../sass/_variables.scss */
.btn-danger:hover {
  background: #E84B54;
  border-color: #E84B54;
  color: #fff;
}

/* line 1, ../sass/_autorize.scss */
html {
  min-height: 100%;
}

/* line 4, ../sass/_autorize.scss */
.page-autorize {
  background: url("../images/back.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
/* line 11, ../sass/_autorize.scss */
.page-autorize .form-autorize {
  background: url("../images/logo.svg") 40% 30px no-repeat #fff;
  background-size: 100px auto;
  padding: 40px;
}
