@media screen{
.grid-label {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 20px;
	color: rgb(255,255,255);
	width: 20%;
}
.grid-value {
	font-family: Montserrat;
	font-size: 18px;
	color: rgb(255,255,255);
	width: 80%;
}
.cust-container {
	position: relative;
	max-width: 100%;
	min-width: 900px;
	margin: auto;
}
}
.main-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	min-width: 80%;
	padding: 50px;
	border-radius: 20px;
	background-color: rgb(0,0,0,.5);
	display: block;
	clear: both;
}
.cust-header {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(255,255,255);
	font-family: Montserrat;
	font-weight: bold;
	max-width: 100%;
	display: inline-block;
	z-index: 1;
	font-size: 26px;
}

#Submit {
		position: absolute;
		width: 116px;
		height: 47px;
		overflow: visible;
	}
	#Rectangle_2 {
		fill: rgba(124,64,186,1);
	}
	.Rectangle_2 {
		position: absolute;
		overflow: visible;
		width: 116px;
		height: 47px;
		left: 0px;
		top: 0px;
	}
	#Submit_t {
		left: 28px;
		top: 14px;
		position: absolute;
		overflow: visible;
		width: 62px;
		white-space: nowrap;
		line-height: 35px;
		margin-top: -9.5px;
		text-align: left;
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: rgba(255,255,255,1);
}
.fkh-logo
{
	width: 150px;
	position: absolute;
	left: 50px;
	top: 20px;
}


@font-face {
    font-family: 'Montserrat';
    src: url(./fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
      src: url(./fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}