body {
  font-family: "Open Sans", sans-serif, Arial;
  font-size: 13px;
  line-height: 1.42857;
  color: #767676;
  background: #edecec;
  height: 100%;
  position: relative;
  padding: 10px 40px 0 40px !important;
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 1px solid;
  padding: 15px 10px 15px 10px;
  margin: 20px 0;
}
