.container.border_container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_form {
	border: 1px solid black;
	padding: 40px 35px 50px 35px;
	max-width: 555px;
	width: 100%;
	height: 100%;
	margin-top: 5%;
}
img#logo {
	display: none;
}

.inputs {
	text-align: right;
}

input#login_password, input#login {
	background: white;
	border-radius: 0!important;
	padding: 50px;
}
#img_logo_login {
	max-width:292px;
	width: 100%;
	margin-bottom: 47px;
}

p.login_form {
	margin-bottom: 40px;
}

p.input {
	margin-bottom: 20px;
}

a.password_forget {
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
}

@media (max-height: 900px) {
	#img_logo_login {
		max-width:180px;
		margin-bottom: 24px;
	}

	#logo_div {
		padding-top: 60px;
	}

	div.container {
		margin-top: 8px;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.formbuttons {
		margin-top: 12px;
	}

	.login_form {
		margin-top: 0;
		padding: 24px;
	}

	.form-control {
		font-size: 16px;
	}

	.navbar {
		margin-bottom: 0;
	}

	h3 {
		font-size: 20px!important;
		margin-top: 0;
	}

	label {
		font-size: 18px!important;
	}

	p.text {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	p.input {
		margin-bottom: 12px;
	}

	.report_value, .dashboard_select_container, .participant_statistic_button, .row {
		font-size: 24px!important;
	}

}



@media (max-width: 600px) {
	.inputs {
		text-align: center;
	}
	.login_form {
		margin-bottom: 0;
	}

	a.password_forget {
		margin-right: 0;
	}

}