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%;
}

#login-wrapper {
	min-height: calc(100vh - 76px); /*calc(100vh - 190px);*/
}

#login-wrapper > .container > .table {
	min-height: calc(100vh - 76px); /*calc(100vh - 190px);*/
	width: 100%;
}

#login-wrapper .buttons {
	margin-top: 35px;
}

#login-wrapper .button-wrapper {
	text-align: center;
}

#login-wrapper .buttons a {
	background-color: #FFF;
	color: #003F2E;
	font-weight: 600;
	font-family: SourceSansPro;
	font-size: 18px;
	border: 0;
	border-radius: 10px;
	text-align: center;
	padding: 8px 45px;
	-webkit-box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
	width: 209px;
	display: inline-block;
}

#login-wrapper .buttons a:hover {
	text-decoration: none;
}

#login-wrapper .or-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

#login-wrapper .or-wrapper hr.line {
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #003F2E;
}

#login-wrapper .or-wrapper .table {
	height: auto;
}

#login-wrapper .or-wrapper .table .table-cell.text {
	width: 195px;
	text-align: center;
	vertical-align: middle;
}

#login-wrapper .or-wrapper .text {
	font-family: SourceSansPro;
	font-weight: 400;
	font-size: 14px;
	color: #003F2E;
}

/*.form-wrapper {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.form-wrapper .options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.form-wrapper .options {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 15px;
}

.form-wrapper .options a {
	color: #E6E6E6;
	text-decoration: underline;
}

#dont-close-session {
	margin-right: 10px;
	border: 1px solid #E6E6E6;
	background-color: transparent;
}

.button-wrapper {
	text-align: right;
}*/

@media (max-width: 992px) {
	.navbar {
  		position: relative;
  	}
}

@media (max-width: 768px) {
	.form-wrapper .options {
		display: block;
	}

	.form-wrapper .options .option:first-child {
		margin-bottom: 5px;
	}

	#login-wrapper {
		/*min-height: 0;*/
		/*padding-top: 15px;
		padding-bottom: 30px;*/
		min-height: calc(100vh - 366px); /* 79.5px; */
	}

	#login-wrapper > .container > .table {
    	/*height: auto;*/
    	min-height: calc(100vh - 366px); /* 79.5px; */
	}

	#login-wrapper .button-wrapper a {
		display: block;
		width: 100%;
	}

	#login-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#login-wrapper .or-wrapper .table .table-cell.text {
  		width: 165px;
  	}
}

@media (max-height: 730px) {
	#login-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#login-wrapper > .container > .table {
  		min-height: calc(100vh - 136px);
  	} 
}