body{
	background-color: #f5f5f5;
}

#dialog{
	display: none;
	text-align: center;
	width: 80vw;
	max-width: 500px;
	background-color: #ffffff;
	margin: auto;
	height: 65vh;
	top: calc(10vw - 15px);
	left: 0;
	right: 0;
	position: fixed;
	-webkit-box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 8px -3px rgba(0,0,0,0.75);
	padding: 15px;
	font-size: 20px;
}

#open{
	width: calc(100% - 10px);
	padding: 8px;
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2B2E83;
	border: none;
	color: #fff;
	margin: 5px;
}

.mainWindow{
	position: relative;
	width: 100%;
	height: 100%;
}

.imageBox{
	height: 40%;
	position: relative;
	background-color: #f1f1f1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/backImg.png');
}

.imageBox-inner{
	width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.logo{
	height: 100%;
	position: relative;
}

.logo img{
	max-height: 100%;
	max-width: calc(100% - 20px);
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 10px;
}

.messageBox{
	height: 60%;
	vertical-align: middle;
	position: relative;
}

.message{
	height: calc(100% - 40px);
	position: relative;
}

.message span{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 60px;
}