.navbar {
  border-top: 4px solid #ed1b2f;
  background: #fff;
}

body {
  background-color: #090909;
}

.sidebar {
  background: black;
}

.navbar-brand {
  width: 215px;
}

.card.mt-5 {
  border-radius: 0;
}
button#btn-login {
  border-radius: 0;
  background: black;
}
