body {
	color: #333333;
	width: 100%;
	line-height: 1.5;
	/* padding: 40px 0px; */
	/* background-color: #f27fb6; */
	min-width: 364px;
	min-height: 210px;
}

.content {
	padding: 20px 0px auto;
	overflow: scroll;
}

.content::-webkit-scrollbar {
	display: none;
}

h1,
h2,
p {
	text-align: center;
}

h1 img {
	margin: 3vh auto;
	max-width: 50vw;
	/* height: auto; */
	/* height: 20vh; */
	/* width: auto; */
	max-height: 20vh;
	height: auto;
	width: 540px;
}

h2 img {
	/* width: auto; */
	max-height: 15vh;
	padding: 2vh 0;
}

p {
	letter-spacing: 2px;
}

input {
	outline: none;
}

.text {
	margin: 0.4em auto 0.5em;
	font-size: 1.4vh;
}

.wrapper {
	background-color: #fdf8e6;
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-columns: 100%;
	min-height: 100vh;
	align-items: center;
	border-top: 5vh solid #f27fb6;
	box-sizing: border-box;
}

.home_text {
	margin: 1vh auto;
	color: #f27fb6;
	font-weight: bold;
	font-size: 2.2vh;
}

.text span {
	display: inline-block;
}

.requestform {
	background-color: #fffdf6;
	padding: 4vh 4vh 2vh;
	margin: 2vh 20px 5vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 28vh;
	min-height: 58px;
	height: 250px;
}

#epass:focus {
	background-color: #e8f9ff;
	border-color: #5bc8ff;
}

#epass {
	margin: 5px 0 5px;
	width: 60vw;
	padding: 1vh 16px;
	border: 1px solid #fe3997;
	border-radius: 4px;
	font-size: 2vh;
	max-height: 4vh;
	display: block;
	/* height: 197px; */
}

.btn_bl {
	margin-top: 2vh;
	/* font-size: 2em; */
	color: white;
	padding: 0.8vh 0;
	width: 60vw;
	background-color: #fe3997;
	border-top: 0px none #fff;
	border-bottom: 0.5vh solid #9e9791;
	border-radius: 4px;
	max-height: 6.5vh;
	font-size: 2.4vh;
	/* height: 623px;*/
}

.btn_bl:active {
	border-bottom: 0 none #fff;
	border-top: 5px solid #9e9791;
	position: relative;
}

.footer {
	width: 100%;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #f27fb6;
	box-sizing: border-box;
}

.footer p {
	padding-top: 5px;
	text-align: center;
	color: white;
}

.footer p span {
	display: inline-block;
}

.from {
	font-size: 0.4vh;
}

.error {
	padding-top: 20px;
}

.error_text {
	display: none;
}

/* @media (max-width: 600px) {
	h1 img {
		width: 80%;
		height: auto;
	}

	h2 img {
		width: 30%;
		height: auto;
	}

	.requestform {
		margin: 30px 0;
	}

	.requestform {
		font-size: 0.8rem;
	}

	#epass {
		width: 80%;
		padding: 14px 18px;
	}

	.btn_bl input {
		width: 80%;
		padding: 15px 0;
	}

	.btn_bl button {
		width: 80%;
		padding: 15px 0;
	}

	.content {
		padding: 20px 0;
	}

	.btn_bl {
		margin-top: 20px;
	}

	.error {
		padding-top: 15px;
	}
}

@media(max-width: 380px) {
	.requestform p {
		font-size: 0.5rem;
	}

	.error {
		padding-top: 10px;
	}

	.from {
		letter-spacing: 1px;
	}
}

@media (max-height: 730px) {
	.wrapper {
		height: auto;
	}
} */