div.passcode_ div.form_wrap_ {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: inherit;
    margin-bottom: 40px;
}

div.passcode_ div.form_ {
    width: 100%;
    text-align: left;
    border: 4px solid #f4f4f4;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}

div.passcode_ div.form_ .form_inner {
	padding: 30px 30px 30px;
	margin: 60px 0 0;
}

div.passcode_ div.form_ .form_text_ {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 15px;
}

div.passcode_ dl.form_ {
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

div.passcode_ dl.form_ dt {
	font-size: 12px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 7px 0;
	text-align: right;
}

div.passcode_ dl.form_ dd {
	width: -webkit-calc( 100% - 120px );
	width: calc( 100% - 120px );
	margin: 7px 0;
	line-height: 40px;
}

div.passcode_ dl.form_ dd input[type="text"] {
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

div.passcode_ div.form_ .btn_submit {
    margin: 20px auto 20px;
}

div.passcode_ div.form_ .btn_submit input[type="submit"] {
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 45px;
	text-align: center;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	background-color: #3190cd;
	box-shadow: 0px 4px 0px #256a96;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	transform: translateY(0);
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

div.passcode_ div.form_ .btn_submit input[type="submit"]:hover {
	transform: translateY(2px);
	box-shadow: 0px 2px 0px #256a96;
}
		
div.passcode_ div.form_ h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
	letter-spacing: 0.08em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	position: absolute;
	top: 0;
	left: 0;
}

div.passcode_ div.form_ h2 span {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
}
div.movieasscode_ {
	max-width: 1110px;
	margin:80px auto 40px auto;
	justify-content: center;
	padding: 80px 0 0 80px;
}