body {
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% center; /*50% 127%;*/
    background-image: url('../images/background.png');
}

.navbar {
	/*border: 1px solid red;*/
  	position: fixed;
  	width: 100%;
}

#recover-wrapper {
	min-height: calc(100vh - 76px);  /*calc(100vh - 190px);*/
}

#recover-wrapper .table {
	min-height: calc(100vh - 76px); /*calc(100vh - 190px);*/
	width: 100%;
}

#recover-wrapper .container {
	position: relative;
}

.form-wrapper {
	margin-top: 35px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.lead {
	/*font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	color: #E6E6E6;*/
	font-weight: 700;
	font-size: 18px;
	color: #E6E6E6;
	font-family: SourceSansPro;
}

#recover-wrapper .button-wrapper {
	text-align: right;
}

#recover-wrapper .button-wrapper button {
	margin-top: 25px;
}

#recover-wrapper .excelsia-form {
	position: relative;
}

#recover-wrapper .excelsia-form .close-link {
	position: absolute;
	top: 30px;
	right: 30px;
}

#recover-wrapper .excelsia-form .close-link .close {
	width: 25px;
 	height: auto;
  	opacity: 1;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
	.lead {
    	font-size: 16px;
    	line-height: 20px;
	}

	#recover-wrapper .excelsia-form .close-link {
  		top: 15px;
  		right: 15px;
  	}

  	#recover-wrapper {
		min-height: calc(100vh - 366px);
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#recover-wrapper > .container > .table {
    	min-height: calc(100vh - 366px); 
	}

	.form-wrapper {
		display: block;
	}

	.navbar {
    	position: relative;
  	}
}