@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en);body {
  background: #333;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.left-bar {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  background: rgba(50, 50, 50, 0.5);
}

.left-bar h1,
.left-bar h2,
.left-bar h3,
.left-bar h4,
.left-bar h5,
.left-bar h6 {
  font-family: 'Open Sans', sans-serif;
  text-shadow: 2px 2px 4px #373737;
}

.left-bar h1 small,
.left-bar h2 small,
.left-bar h3 small,
.left-bar h4 small,
.left-bar h5 small,
.left-bar h6 small {
  color: #cecece;
}

.left-bar a {
  color: #fff;
}

.left-bar a:hover {
  color: #ccc;
}

.left-bar .action-container {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 500px;
  margin-top: -175px;
}

.left-bar .action-container .recover-form {
  display: none;
}

.push-down {
  margin-top: 6px;
}

.btn-smart {
  background-color: #f68113;
  border-color: #e17611;
  font-weight: bold;
}

.logo-holder img {
  width: 80%;
  margin: 0 auto;
}

.centerblock {
  position: absolute;
  left: 30%;
  top: 30%;
  bottom: 30%;
  right: 30%;
  background-color: rgba(255, 255, 255, 0.75);
}

