body{
    background: url(../img/fundo6.jpg);
	background-color: #771938;
	background-size: cover;	
   
}

 @media only screen and (max-width: 700px) {
	 	body{
	    background: url(../);
		background-color: #771938;
		background-size: cover;	
	   
	}

	.form-login{
		padding-bottom: 50px;
	}

 }

.vertical-offset-100{
    padding-top:100px;
}


.recuperar{
	margin-top:25px;
	font-size:12px;
	text-align:center;	
}

.recuperar a{
	color: #771938;
}

.btn-theme{
	background-color: #771938;
	color: #fff;
}


.btn-theme:hover{
	background-color: #771938;
	color: #fff;
}

.form-control:focus {
    border-color: #771938;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 25, 56, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 25, 56, 0.6);
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #322d3f 0, #332d3f 100%) !important;
    background-image: -o-linear-gradient(top,#322d3f 0,#332d3f 100%)!important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#322d3f), to(#322d3f))!important;
    background-image: linear-gradient(to bottom, #474e6d 0, #2A2E3F 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important;
    background-repeat: repeat-x !important;
    border-color: #2A2E3F !important;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #322c42 !important;
    background-position: 0 -15px !important;
}