/**
	support for js-templates/require_reauthentication.html
*/

.modal_window_gobo {
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	color:white;
	background-color: rgba(0,0,0,0.8);
	z-index:1000;
}


.modal_floating_inner_box {
	position: fixed;
	width:420px;
	height:220px;
	left:50%;
	top:30%;
	margin-top:-15vh;
	margin-left:-15vw;
	padding:40px;
	background-color: white;
	box-sizing: border-box;
	z-index:1001;
}


.modal_scope {
	padding:30px 20px 60px;
}
.modal_scope h1 {
	font-size:36px;
	font-weight:normal;
	color:#333;

}
.modal_scope p {
	line-height: 1.6em;
	font-size:16px;
	margin:10px 0 30px;
	padding:1px 0;
}

