body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.wrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 365px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 0px 3px #eee;
  background: white;
}

.logo{
  margin-bottom: 1em;
}

.input-group{
    margin-bottom: 10px;
}

.chatbots{
  margin-bottom: 40px;
}