:root {
	--blur: 13px;
	--habeas-height: 1350px;
	--habeas-width: 1080px;
}

body {
	position: relative;
}

.habeas {
	background-color: #fff;
	border-radius: 13px;
	display: flex;
	flex-flow: column;
	font-size: 1rem;
	min-height: calc(var(--habeas-height)/2);
	left: calc((100vw - min(90vw, var(--habeas-width) / 2)) / 2);
	max-width: 90vw;
	padding-bottom: 33px;
	position: absolute;
	top: calc((100vh - min(90vh, var(--habeas-height) / 2)) / 2);
	width: calc(var(--habeas-width)/2);
}

.habeas .btn {
	margin: auto;
	width: 111px;
}

.habeas-detail {
	display: flex;
	text-align: justify;
	margin: 0 33px 33px 33px;
}

.habeas-detail a:hover {
	cursor: default;
}

.habeas-detail input[type="checkbox"].form-control {
	height: 3rem;
	margin-right: 0.5rem;
	width: 2rem;
}

.habeas-policy {
	font-weight: bold;
	margin: 33px;
	text-align: center;
}

.splash {
	background: url('../zoz/opacity.0.5.png');
	height: 100vh;
	left: 0;
	overflow: scroll;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 999;
}

.freezed {
	overflow: hidden;
}
.splashed {
	filter: blur(var(--blur));
	-webkit-filter: blur(var(--blur));
}
