.wt-login {
  background-color: hsl(0, 0%, 90%);
  background-image: url("../../../img/indian_map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wt-body .container-fluid > .card {
  background: #ffffffe8;
}

.wt-body .btn.submit {
  background: #6d1a00;
  color: white;
}

.wt-body #username {
  text-transform: uppercase;
  min-width: 237px !important;
}

@media only screen and (min-width: 320px) and (max-device-width: 800px) {
  .wt-body {
    background-size: contain;
  }
}
