html, body {
    margin: 0;
    font-size: 1em !important;
    overflow: hidden;
}

p{
  margin: 0px ;
}
.top-left{
  position: absolute;
  left: 60px;
  top: 50px;
  font-size: 20px;
}

.form-control{
  padding: 0px !important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .title{
    font-size: 40px !important;
  }
}
