html {
    height:100%!important;
    min-height: 100%!important;
    min-height: 100vh!important;
    height: 100vh!important;
}

body {
    min-height: 100%!important;
    min-height: 100vh!important;
    overflow: hidden;
}

div.login-box-inner {
    max-width:100%;
    color:#fff;
    z-index:999;
}

.checkbox.icheck {
    text-align: center;
}

#container {
    background: inherit;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 25px;
    z-index: 1;
}

#container:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: -25px;
  right: -25px;
  background: inherit;
  box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.2);
  filter: blur(10px);
  z-index: -10;
}

.glyphicon {
  color: #666;
}

.login-button {
  margin-top: 10px;
}

button.btn.pulse-button {
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  70% {
    box-shadow: 0 0 0 15px rgba(90, 153, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
