/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  background-image: url('../img/login-back.jpg');
  background-size: cover;
}
.body-devel {
  background-image: url('../img/login-back-devel.jpg');
}
.body-test {
  background-image: url('../img/login-back-test.jpg');
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10%;
}
.cover-heading {
  background-image: url('../img/login-image.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  height: 201px;
  margin: 0 auto;
  margin-bottom: 22px;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
/*
 * Header
 */
.masthead-brand {
  margin: 0;
  background-image: url("../img/icool-white.png");
  background-repeat: no-repeat;
  color: transparent;
  width: 150px;
  height: 27px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.masthead-nav > .open > a,
.masthead-nav > .open > a:hover,
.masthead-nav > .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}
/*
 * Cover
 */
.cover {
  padding: 0 20px;
}
.cover label {
  font-weight: normal;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
.login-form {
  background-color: white;
  border-radius: 8px;
}
.login-form hr {
  margin: 0 7%;
  border-color: #505050;
}
.login-form input.icool-login {
  width: 90%;
  border: 0;
  margin: 0;
  color: #505050;
  padding: 3%;
  font-size: 1.2em;
}
.login-form input.icool-login:required,
.login-form input.icool-login:invalid,
.login-form input.icool-login:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.iportal a {
  display: block;
  border-radius: 24px;
}
.iportal a:not(.disabled):hover {
  box-shadow: 0 0 10px 0 white;
}
.iportal .title {
  margin: 12px 0;
  display: block;
}
.portal {
  width: 840px;
  margin: 0 auto;
}
.portal ul {
  list-style-type: none;
  padding: 0;
  max-width: 840px;
}
.portal ul li {
  display: block;
  float: left;
  line-height: 18px;
  padding: 11px;
  width: 140px;
}
.portal ul li a {
  display: block;
  border-radius: 24px;
  margin-bottom: 12px;
}
.portal ul li a img {
  width: 118px;
}
.portal ul li a:not(.disabled):hover {
  box-shadow: 0 0 10px 0 white;
}
/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}
.chooser label {
  margin: 0;
}
.hide {
  display: none;
}
/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}
/*# sourceMappingURL=login.css.map */