@charset "UTF-8";
.det-password {
	display: flex;
	padding: 16rem 0;
	align-items: center;
	justify-content: center;
}
.det-password-title {
	margin-bottom: 1rem;
}
.det-password-form {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.det-password-input-password {
	font-size: 16px;
	padding: 4px;
}
input[type="submit"].det-password-input-submit {
	font-size: 1.4rem;
	background: #8d7700;
	color: #ede7cc;
	margin-left: .4rem;
	border-radius: 2px;
}

@media only screen and (min-width: 668px) {
	.det-password {
		padding: 10rem 0 40rem;
	}
	.det-password-form label {
		margin: 0;
		padding: 0;
	}
	input[type="submit"].det-password-input-submit {
		font-size: 1rem;
	}
}