@font-face {
  font-family: "Montserrat";
  src: url("/css/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/Montserrat-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/css/Merriweather-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

html {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background: #000000;
  height: 100%;
}

nav {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: #11115e;
}
nav .nav-item {
  text-transform: uppercase;
  padding: 0 0 0 15px;
  color: #11115e;
}
nav .nav-item input {
  text-transform: uppercase;
  color: #11115e;
  border: none;
  background: transparent;
}
nav .nav-item input:hover {
  color: #FBAB00;
}
nav .navbar-toggler-icon {
  color: #11115e;
}
nav button:focus, nav button:focus-visible {
  outline: 0;
}

footer {
  background-color: #11115e;
  color: #8297be;
}

#logo {
  height: 60px;
}

#title {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}

.page_content {
  background: url(/images/hexpol_extranet_bg.jpg) no-repeat center center;
  display: flex;
  min-height: calc(100vh - 56px);
  padding-top: 76px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
}

h2, .h2, h4, .h4 {
  margin-bottom: 1rem;
}

.btn {
  border-radius: 4px;
  padding: 10px;
  min-width: 150px;
}

.btn-primary {
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FBAB00;
  border-color: #FBAB00;
}
.btn-primary:hover {
  background-color: #11115e;
  border-color: #11115e;
}

.form-group {
  margin-bottom: 1.25rem;
  text-align: left;
}
.form-group label {
  margin-bottom: 0.5rem;
}

a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: #FBAB00;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #11115e;
}

::-webkit-scrollbar-thumb:hover {
  background: #FBAB00;
}

.download_info {
  text-decoration: none !important;
}
.download_info .download_nadpis {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}

a.no-decor, a.no-decor:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */