.left-panel {
  background-color: var(--panel-left-bg);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-panel img {
  width: 24rem;
  height: 16rem;
}

.form-control {
  background-color: var(--panel-right-bg);
  border: 1px solid var(--slate-ish);
  font-size: .875rem;
  line-height: 1.25rem;
  padding-bottom: 9px;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 9px;
  width: 100%;
}

.form-control::placeholder {
  color: var(--text-muted);
}

.login-form {
  display: flex;
  flex-direction: column;
}
