html, body {
    height: 100%;
}
body {
    padding-top:8%; 
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url('../img/fundo_login.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #bbb;
}

.espaco {
    height: 5px;
    clear:both;
}

.texto-claro {
    color: #eaeaea;
}

.btn {
    border-radius: 0px;
    transition: all 0.5s;
}

.form-control {
    border-radius: 1px;
}

.form-control:focus {
    border-color: #D3C8B2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(163, 162, 89, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(216, 205, 88, 0.6);
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    border: 1px solid #3D3B3B;
    margin-top: 20px;
    padding: 40px;
    background-image: url('../img/fundo_caixa.jpg');
    background-position: center;
    background-color: #222222;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom:40px;
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    margin: 0 auto 10px;
    display: block;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}