.card {
  width: 20rem;
  margin: 15% auto;
  background: #3A3A3B;
  color: #aaa;
  border-radius: .5rem;
}

.cmtik-logo  {  
  background-image: url("/images/cmtik.png");  
  background-repeat: no-repeat;
  background-position: center;  
  background-size: 15rem;
  position: relative;
  height: 7rem;
  width: 15rem;
}

body {
  background: #222;  
}

.form-control {
  border-radius: 0 !important;  
  height: 2.5rem !important;;
}

