
.box.benchbox {
background:url("https://bench.co/assets/img/account-form/wood.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;}

.bench {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FD7A50;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(0, 0, 0, 0.075)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: none;
  border-bottom: 2px solid #AF5B42;
  border-radius: 2px;
  display: inline-block;
  padding: 14px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  outline: none;
  text-align: center;
  height: 47px;
  width: 204px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bench:hover {
  background-color: #494F5A;
  border-bottom: 2px solid #32363e;
  cursor: pointer;
}

.bench:active {
-webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}
