body {
  padding-top: 5rem;
}
.logo {
    float: none;
    width: 130px;
    height: 36px;
    margin: 0 auto 30px;
    transition: width .3s ease-in-out .02s,height .3s ease-in-out .02s;
}
.container {
     width: auto;
  max-width: 960px;
    padding: 0 15px;
}

.form-template {
  max-width: 700px;
  margin-left: auto;
    margin-right: auto;
}
.thumb-image{max-width:300px;}