@import url("fonts.aa92100c5c3b.css");
html,
body {
  font-family: "OpenSans", sans-serif;
  height: 100%;
}

/* BOOTSTRAP OVERRIDES */
.bg-dark {
  background-color: #041224 !important;
}

.text-danger {
  color: #e62800 !important;
}

/* CUSTOM */
.form-signin .form-control {
  box-sizing: border-box;
  position: relative;
  height: auto;
  padding: 10px;
  font-size: 0.875rem;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.img-white {
  filter: brightness(0) invert(1);
}
