body{
    background: url(../img/fundo6.jpg);
	background-color: #dbd7d7;
	background-size: cover;	
   
}

 @media only screen and (max-width: 700px) {
	 	body{
	    /*background: url(../);*/
		background-color: #c3bdbd;
		background-size: cover;	
		background-repeat: no-repeat;
	      height: 100vh;
	}

	.form-login{
		padding-bottom: 50px;
	}

 }

.vertical-offset-100{
    padding-top:100px;
}


.recuperar{
	margin-top:10px;
	font-size:14px;
	text-align:left;
}