html,
body {
  height: 100%;
}

#result{  
  display: none;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  background-color: #C3173F;
  border-radius: 3;
  border: 1px solid #981231;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EE1C4C;
  color: white;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  background-color: #C3173F;
  border-radius: 8px;
  border: 1px solid #981231;
}

.form-signin input {
    margin-bottom: 10px;
}

#login-failed{
  margin-top: 10px;
  display: none;
}

.text-muted {
  color: white !important;
}

#bo-token{
  color: white;
}