body {
  background: #f7f7f7;
}

h1 {
  font-family: Ubuntu;
}

form {
  font-family: Ubuntu;
}

.wrapper {
 display:table;
 margin: auto;

}

.content_wrapper {
 position: relative;
 display:table;
 margin: auto;

}

img {
  position: absolute;
  width: 30%;
}

.send_button {
  width: 100%;
  height: 50px;
}

.line {
  margin: auto;
  width: 100%;
  background: #DE5833;
  height: 12px;
  border-style:1px;
  position: relative;
  top: -15px;
  border-radius: 4px;
}