body.bba {
  /* background: url(/images/bba_login_background.jpg) center center no-repeat fixed; */
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

body.alfa {
  background-color: #FFF;
  font: 'Ubuntu', sans-serif;
}

body.fastway {
  background-color: #FFF;
  font: 'Ubuntu', sans-serif;
}

body.hunterexpress {
  background-color: #FFF;
  font: 'Ubuntu', sans-serif;
}

#loginbox>div:first-child {
  padding-bottom: 10px;
}

#loginbox-alfa,
#loginbox-fastway,
#loginbox-hunterexpress>div:first-child {
  padding-bottom: 10px;
}

img.hunterexpress {
  width: 100% !important;
  height: auto;
}

.icon {
  margin: auto;
  position: relative;
  height: 100px;
  display: block;
  padding: 20px;
}

.panel {
  background-color: #ddd;
  margin-top: 30px;
  -webkit-box-shadow: 0px 14px 41px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 14px 41px -10px rgba(0, 0, 0, 0.21);
}

.panel-default {
  border-color: #ddd;
}

.panel-body {
  padding-top: 10px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 5px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
  font-weight: bold;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border-color: transparent;
}

#form>div {
  margin-bottom: 15px;
}

#form>div:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control.ng-pristine.ng-invalid.ng-invalid-required.ng-touched,
.form-control.ng-touched.ng-dirty.ng-valid-parse.ng-invalid.ng-invalid-required {
  border: 1px solid red;
}

.form-error {
  border: 1px solid red;
}

.link {
  font-size: 0.8em;
}

.link a {
  font-weight: bold;
  color: #0076bb;
}

.markup {
  /* position: fixed; */
  margin-bottom: 25px;
  margin-top: 20px;
}

.icon .bba {
  width: 250px;
  height: auto;
  margin-top: 40px;
}

p.bba {
  color: #cccbcb;
  /* margin-top: 15px; */
}

/* /* .bba-panel {
  border: none;
}*/

.bba-panel .panel-heading {
  /* background: #162252; */
  color: #162252;
}

.bba-panel button {
  background: #2e436e !important;
  border: none !important;
}

.bba-panel button:hover {
  background: #425c90 !important;
}

.bba-panel .link a {
  color: #162252;
}

p.alfa,
p.hunterexpress,
p.fastway {
  color: #03040e;
  /* margin-top: 15px; */
}

footer.bba {
  color: #cccbcb;
  font-size: 0.75em;
  left: 0;
  right: 0;
  margin-top: 20px;
}

footer.alfa,
footer.hunterexpress,
footer.fastway {
  color: #03040e;
  font-size: 0.75em;
  left: 0;
  right: 0;
  margin-top: 20px;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  padding: 0 10px;
}

footer ul li+li {
  border-left: 1px solid;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/*
 * Responsive
 */

@media screen and (min-width: 996px) {
  footer ul {
    margin-left: 1%;
  }

  .markup {
    margin-left: 2%;
  }
}

@media screen and (max-width: 766px) {
  .markup {
    display: none;
  }

  footer ul li {
    display: block;
    padding: 0;
  }

  footer ul li+li {
    border-left: 0 none;
  }
}

@media screen and (max-width: 766px) and (min-width: 420px) {
  footer ul li+li {
    padding-top: 1.25em;
  }
}

@media screen and (max-width: 420px) {
  footer {
    bottom: 2%;
  }

  footer ul li+li {
    padding-top: 1em;
  }
}

@media screen and (max-height: 560px) and (min-height: 400px) {
  footer {
    font-size: 0.5em;
  }
}

@media screen and (max-height: 400px) {
  footer {
    font-size: 0.4em;
  }
}

/* modal */
.btn-close {
  font-size: 1.5em;
  color: #ec1a3a;
  background-color: white !important;
}

.float-right {
  float: right !important;
  margin-top: -25px !important;
}