@charset 'utf-8';

/* top
------------------------------------------------ */
.masthead {
    background-size: 1900px;
    background-image: url(../../img/top/masthead.png);
    width: 100%;
    height: 585px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.table { display: table; width: 100%; height: 100%; }
.table-cell { display: table-cell; vertical-align: middle;  background: rgba(0, 0, 0, 0.75); }

	.masthead .dec-login {
		margin: 0 auto 45px;
		width: 8em;
		height: 10em;
		white-space: nowrap;
		font-size: 2.2rem;
		line-height: 2.8;
		color: #fff;
		/*
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		*/
	}

		.masthead .dec-login p {
			-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			text-align: left;
		}

		.login_form  {
			position: relative;
			display: block;
			width: 340px;
			margin: 0 auto;
		}
		.login_form .userlog {
			width: 100%;
			height: 45px;
			line-height: 1;
			border: none;
			box-sizing: border-box;
			padding: 0 20px;
			box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
			background: rgba(255, 255, 255, 0.7);
		}
		.login_form .error {
			margin-top: 20px;
			text-align: left;
			font-size: 1.4rem;
			color: #f00;
		}
		.login_form .forgetmenot {
			font-size: 1.6rem;
			color: #fff;
			width: 100%;
			margin: 20px 0;
			text-align: left;
		}
		.login_form .btn-submit {
			width: 100%;
			height: 45px;
			font-size: 2.6rem;
			background: #6e1031;
			border: none;
			color: #fff;
			cursor: pointer;
			line-height: 1;
			box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
		}

#footer {
	padding: 150px 0 20px;
}