html, body {
  height: 100%;
  background-color: #01155a;
}

img {
  -ms-interpolation-mode: bicubic;
}

.btn a {
  color: #FFFFFF;
}

.header {
  padding: 2% 0;
  background-color: #01155a;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.content {
  min-height: 400px;
  padding: 2% 0;
  background-color: #ffffff;
}

.footer {
  padding: 2% 0;
}

.footer .img-fluid {
  display: inline-block !important;
  width: auto !important;
  height: 100px !important;
  margin: 0 16px;
}

.btn-primary {
  background: #ff4618;
  padding: 18px 35px;
  border-radius: 35px 0px 35px 35px;
  border: none;
}

.btn-secondary {
  padding: 18px 35px;
  border-radius: 0px 35px 35px 35px;
  border: none;
}

.btn-lang {
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 0px 35px 35px 35px;
  border: none;
}

.btn:hover, .btn:active, .btn:focus {
  background: #01155a;
}

.btn-lang:hover, .btn-lang:active, .btn-lang:focus {
  background: #ff4618;
}

.form-control-lg {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.select2-selection--multiple {
  height: 2rem;
  max-height: 2rem;
  overflow: auto;
}

.select2-results__options {
  max-height: 320px !important;
}

.sales {
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #bebebe;
}

.badges img {
  display: inline-block;
  width: 120px !important;
  height: auto !important;
  margin: 0 8px 0 0;
}

.small img {
  height: 45px !important;
  width: auto !important;
}
