.wrap1{
	background-color: #002776;
	padding: 60px 60px 0;
}
.kuang {
		position: relative;
		width: 300px;
		height: 120px;
		margin: 0 auto;
}

.kuang img {
		width: 300px;
		height: 120px;
}

.kuang h2 {
		color: #fff;
		width: 300px;
		padding-right: 15px;
		height: 120px;
		font-size: 30px;
		letter-spacing: 4px;
		font-weight: normal;
		text-align: center;
		line-height: 120px;
		position: absolute;
		top: 0;
		left: 0;
}

.reg #form {
		width: 100%;
		display: flex;
		justify-content: center;
}

@media screen and (max-width: 768px) {
	.wrap1{
		padding: 60px 0 0;
	}
	.safewidth{
		padding: 0;
	}
}