@import url(https://fonts.googleapis.com/css?family=Roboto:300);
/* line 1, _bootstrap-override.scss */
*:focus {
  outline: none !important;
}

/* line 5, _bootstrap-override.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: white;
}

/* line 10, _bootstrap-override.scss */
.btn {
  white-space: normal;
}

/* line 14, _bootstrap-override.scss */
.btn-primary {
  background-color: #1ca8dd;
  border: 0;
}
/* line 17, _bootstrap-override.scss */
.btn-primary:hover {
  background-color: #1686b0;
}

/* line 24, _bootstrap-override.scss */
button.list-group-item.active, button.list-group-item.active:hover, button.list-group-item.active:focus {
  background-color: #1ca8dd;
}
/* line 28, _bootstrap-override.scss */
button.list-group-item:hover, button.list-group-item:focus {
  background-color: #434857;
  color: #cfd2da;
}

/* line 34, _bootstrap-override.scss */
a.list-group-item, button.list-group-item {
  background: none;
  color: #cfd2da;
}

/* line 39, _bootstrap-override.scss */
.alert {
  background: #434857 !important;
  border: 0;
  color: #cfd2da;
}
/* line 43, _bootstrap-override.scss */
.alert pre {
  color: inherit;
}

/* line 48, _bootstrap-override.scss */
.alert-success {
  border-top: 1px solid #1bc98e;
}

/* line 52, _bootstrap-override.scss */
.alert-danger {
  border-top: 1px solid #e64759;
}

/* line 56, _bootstrap-override.scss */
.input-group, .form-control {
  margin: 1.5em 0;
}
/* line 58, _bootstrap-override.scss */
.input-group > .form-control, .form-control > .form-control {
  margin: 0;
}

/* line 63, _bootstrap-override.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #434857;
  color: white;
}

/* line 71, _bootstrap-override.scss */
.list-group-item {
  border: 1px solid #434857;
}

/* line 75, _bootstrap-override.scss */
a.list-group-item-danger, button.list-group-item-danger {
  background: #e64759;
}
/* line 77, _bootstrap-override.scss */
a.list-group-item-danger:hover, a.list-group-item-danger.active, button.list-group-item-danger:hover, button.list-group-item-danger.active {
  background: #c9302c !important;
}

/* line 82, _bootstrap-override.scss */
.form-control {
  background: #434857;
  border: 0;
  color: white;
}
/* line 87, _bootstrap-override.scss */
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  color: #252830;
}

/* line 94, _bootstrap-override.scss */
.page-header {
  border-bottom: 1px solid #434857;
}

/* line 8, login.scss */
input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #252830 !important;
}

/* line 16, login.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background: #252830;
}

/* line 23, login.scss */
button,
input,
.form-control {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 29, login.scss */
.input-group,
.form-control {
  margin: 0.5em 0;
}

/* line 34, login.scss */
#login {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 100vh;
  margin: 0 auto;
  justify-content: center;
}
/* line 42, login.scss */
#login button,
#login input,
#login .form-control {
  text-align: center;
}
/* line 47, login.scss */
#login img {
  display: block;
  width: 50px;
  margin: 0 auto 2em auto;
}
/* line 53, login.scss */
#login .copyright {
  text-align: center;
  color: #434857;
}
