﻿@import url(/lib/font-awesome/css/all.min.css);
@import url("//fonts.googleapis.com/css?family=Raleway:400,600,700,");
@font-face {
  font-family: Futura;
  src: url("/fonts/Futura-Medium.eot");
  src: url("/fonts/Futura-Medium.eot?#iefix");
  src: url("/fonts/Futura-Medium.woff");
  src: url("/fonts/Futura-Medium.svg");
  src: url("/fonts/Futura-Medium.ttf");
}
@font-face {
  font-family: "futura_lt_btlight";
  src: url("/fonts/futura_lt_bt_light.eot");
  src: url("/fonts/futura_lt_bt_light.eot?#iefix") format("embedded-opentype"), url("/fonts/futura_lt_bt_light.woff2") format("woff2"), url("/fonts/futura_lt_bt_light.woff") format("woff"), url("/fonts/futura_lt_bt_light.ttf") format("truetype"), url("/fonts/futura_lt_bt_light.svg#futura_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

h1 {
  color: black;
  font-size: 1.75em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 1.85em;
  }
}

h2 {
  color: white;
}

.container {
  min-width: 1024px;
}

.navbar {
  color: white;
}
.navbar .nav-item.nav-sep {
  border-left: 1px solid #b35b00;
  margin: 0 10px;
}
.navbar .btn {
  border-radius: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 300;
}

form {
  padding: 20px 30px;
  background: rgba(233, 233, 233, 0.95);
}

.form-control {
  border-radius: 0;
}

.btn-login {
  font-family: Raleway, Arial, Helvetica, Segoe UI;
  background-color: #5291c9;
  color: white;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 25px 0 6px auto;
  display: block;
}

.btn.btn-login.btn-warning {
  background-color: #ffc107;
  color: black;
}

label.checkbox {
  padding-left: 20px;
}

div.checkbox [type=checkbox] {
  display: none;
}
div.checkbox [type=checkbox] + label:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-bottom: -2px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-color: white;
}
div.checkbox [type=checkbox]:checked + label:before {
  background-image: url(/images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-error {
  height: 100%;
  background: white;
}

@media screen and (max-width: 767px) {
  .fa-stack-1x {
    font-size: 1rem;
  }
  .fa-stack-2x {
    font-size: 2rem;
  }
  .fa-3x {
    font-size: 1rem;
  }
  h4 {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
  }
}
.layout__header {
  width: 100%;
  padding-top: 30px;
}
.layout__body {
  width: 100%;
  background-image: url(/images/home-bg.svg);
  -ms-background-repeat: no-repeat;
  background-repeat: no-repeat;
  -ms-background-position: left center;
  background-position: left center;
  -ms-background-size: 80% auto;
  background-size: 80% auto;
}
@media screen and (min-width: 1025px) {
  .layout__body {
    background-image: none;
  }
}
.layout__footer {
  width: 100%;
  padding: 20px 0;
  margin: 0 0 100px 0;
}
.layout__wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.layout--home {
  height: 100%;
  background-color: #0d71b9;
  font-family: Raleway, Arial, Helvetica, Segoe UI;
  min-width: 1024px;
}
@media screen and (min-width: 1025px) {
  .layout--home {
    background-image: url(/images/home-bg.svg);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: left center;
    background-position: left center;
    -ms-background-size: contain;
    background-size: contain;
  }
}

.form-group-password {
  position: relative;
}
.form-group-password [type=password] {
  padding-right: 32px;
}

.button--password {
  color: white;
  background: transparent;
  border: 0;
  transform: translateY(-50%) translateX(-10px);
  float: right;
  margin-top: -19px;
}
.button--password:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-bottom: -2px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  background-color: transparent;
  color: black;
}
.button--password:focus, .button--password:active {
  outline: none;
}

.js-button--hide:before {
  content: "\f06e";
}
.js-button--show:before {
  content: "\f070";
}

.login-box .brand-name {
  font-family: Futura;
  font-size: 28px;
  font-weight: 400;
  color: #5291c9;
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-header {
  background-color: #5291c9;
  border-radius: 0;
  color: white;
}
.modal-content .modal-header .close {
  color: white;
  font-size: 2em;
}
.modal-content .modal-body {
  font-size: 14px;
}
.modal-content .btn {
  border-radius: 0;
  background-color: #5291c9;
  border-color: #5291c9;
}
.modal-content .btn:hover {
  background-color: #5291c9;
  border-color: #5291c9;
}
.modal-content form {
  background: transparent;
}
.modal-content form label {
  margin-top: 10px;
}
.modal-content input[required], .modal-content input[data-val-required], .modal-content textarea[required], .modal-content textarea[data-val-required] {
  border-left: 2px solid #a94442;
}
.modal-content input[required].has-data, .modal-content input[data-val-required].has-data, .modal-content textarea[required].has-data, .modal-content textarea[data-val-required].has-data {
  border-left-color: #42a948;
}

strong {
  color: #5291c9;
}

.old-browser-alert {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.old-browser-alert .alert {
  width: 800px;
  margin: 10px auto;
}
.old-browser-alert.show {
  display: block;
}

.field-validation-error {
  color: red;
}

@media (max-width: 767px) {
  .btn-login {
    margin: 0px !important;
    width: 100%;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-login {
    padding: 10px 9px !important;
  }
}

.alert-cookies {
  position: absolute;
  bottom: -200px;
  z-index: 1000;
  width: 100vw;
  margin: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, 0.5, 1, 0);
}
.alert-cookies .accept-policy {
  border-radius: 0;
  background-color: orange;
  border-color: orange;
  color: black;
}
.alert-cookies a {
  color: #6cbaff;
}

.alert-cookies.visible {
  bottom: 0px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
