body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000000 url(/images/orange_mountain.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000000 url(/images/orange_ocean.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

.left {
  width: 50%;
  height: 100%;
  background: #2C3034;
  left: 0;
  position: absolute;
}

.right {
  width: 50%;
  height: 100%;
 /* background: #f9f9f9; */
  background: #333333;
  right: 0;
  position: absolute;
}

.content {
  width: 350px;
  margin: 0 auto;
  top: 20%;
  position: absolute;
  left: 40%;
  margin-left: -75px;
}

.content h2 {
/*  color: #03A9F4; */
  color: #ff9900;
  font-weight: 300;
  font-size: 35px;
}

button {
/*  background: #03A9F4; */
  background: #ff9900;
  padding: 10px 16px;
  width: auto;
  font-weight: 600;
  text-transform:  uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  border: 0;
  outline: 0;
  margin: 15px 15px 15px 0;
  transition: all 0.25s;
}

button:hover {
  background: #FFF;
  color: #ff9900;
  box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}
.off {
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  background: none;
/*  color: #03A9F4; */
  color: #ff9900;
  box-shadow: none;
}

.right .off:hover {
  background: #eee;
/* color: #03A9F4; */
  color: #ff9900;
  box-shadow: none;
}
.left .off:hover {
  color: #ff9900;
  box-shadow: none;
}
input {
  background: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #45494C;
  font-size: 14px;
/*  color: #959595; */
  color: #fff;
  padding: 8px 0;
  margin-top: 20px;
  width: 300px;
}