body{
    background: url(../img/fundo.png) no-repeat center center fixed;
	background-color: #2da552;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 700px) {
    body {
        background: url(../);
        background-color: #757575;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .form-login {
        padding-bottom: 50px;
    }
}

.vertical-offset-100{
    padding-top:250px;
}

.recuperar{
    margin-top: 25px;
    font-size: 12px;
    text-align: center;
}