body {

  height: 100%;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.9rem;
}

/* .bgimage{
    background-image: url('/lm_auth_proxy?LMimage=background.gif');
    background-size: cover;
    background-repeat: no-repeat;
}

.bgimage:before {
    content: "";
    position: absolute;
    width : 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    
    filter        : blur(3px);
    -moz-filter   : blur(3px);
    -webkit-filter: blur(3px);
    -o-filter     : blur(3px);
} */

.container {
  height: 100%;
  align-content: center;
}

.card {
  height: auto;
  margin-top: 10vh;
  margin-bottom: auto;
  width: 400px;
  /* background-color: rgba(255, 255, 255, 0.89); */
}

.card-header h3 {
  color: black;
}

.input-group-prepend span {
  width: 40px;
}

.checkboxgroup > label {
  margin-top: 0.5rem;
}

.form-control:focus {
  color: #2c363a;
  border-color: #c32223;
  box-shadow: 0 0 0 0.2rem rgba(195, 34, 35, 0.25);
}

input[type='radio'] {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: white;
  background-color: #e21a18;
  width: 100px;
}

.login_btn:hover {
  background-color: #ad1e1f;
  color: white;
}

.links {
  color: #c32223;
  margin-left: 4px;
  font-size: 0.8rem;
}

.links:hover {
  text-decoration: none !important;
  color: #c32223;
}
