body {
  min-height: 100vh;
}

.login-card {
  max-width: 420px;
  margin: 8vh auto;
}

.table-amount-deposit {
  color: #146c43;
  font-weight: 600;
}

.table-amount-withdrawal {
  color: #b02a37;
  font-weight: 600;
}

code.tckn {
  background: #eef1f4;
  padding: 2px 6px;
  border-radius: 4px;
}
