.verify-header { margin-bottom: 30px; }

.verify-title { font-size: 42px; letter-spacing: -1px; line-height: 1; text-align: center; }

@media screen and (max-width: 800px) { .verify-title { font-size: 36px; } }

.verify-content { margin-bottom: 30px; }

.verify-content h2 { font-size: 32px; }

@media screen and (max-width: 800px) { .verify-content h2 { font-size: 28px; } }

.verify-content h3 { font-size: 26px; }

@media screen and (max-width: 800px) { .verify-content h3 { font-size: 22px; } }

.tab input
{
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab input:checked ~ .tab_content
{
	max-height: 100%;
}

.tab input:checked + .tab_label::after
{
	rotate: 270deg;
}

.tab_label
{
	justify-content: space-between;
	display: flex;
}

.tab_label::after
{
	content: "\276F";
	rotate: 90deg;
}

.tab_content
{
	max-height: 0;
	overflow: hidden;
}

#certificate_info
{
	display: none;
}

#verification_form
{
	text-align: center;
}
