/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
    background: #333;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.left-bar {
    display: none;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    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: 350px;
    margin-top: -175px;
}
.left-bar .action-container .recover-form {
    display: none;
}
