body {
	background-color: black;
}

.video_box {
	position: relative;
	width: 100%;
	height: 98%;
	overflow: hidden;
	border: 0px;
	margin-left: 0px;
}

.back_video {
	margin-top: -50px;
	width: 100%;
	height: 100%;
	border: 0px;
	margin-left: 0px;
	filter: blur(10px);
}

.login_box {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	height: 400px;
	background: rgba(0, 0, 0, 0);
	text-align: center;
}

.login_txt {
	height: 100px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.login_txt>label {
	color: #F5F5F5;
	font-size: 24px;
	line-height: 100px;
	/* letter-spacing: 25px; */
	margin-left: 25px;
}

.txt_user {
	position: absolute;
	top: 150px;
	left: 150px;
	font-size: 20px;
	color: #F5F5F5;
}

.user_name {
	position: absolute;
	top: 152px;
	left: 262px;
	border: 0px;
	border-bottom: 1px solid #F5F5F5;
	width: 296px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0);
	color: #F5F5F5;
}

.txt_password {
	position: absolute;
	top: 220px;
	left: 150px;
	margin-left: -13px;
	font-size: 20px;
	color: #F5F5F5;
}

.password {
	position: absolute;
	top: 223px;
	left: 262px;
	border: 0px;
	border-bottom: 1px solid #F5F5F5;
	width: 296px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0);
	color: #F5F5F5;
}


.password:hover .chang_ps {
	color: rgba(45, 45, 45, 1);
	display: block;
	z-index: 888;
}

.chang_ps {
	/* display: none; */
	position: absolute;
	top: 220px;
	left: 485px;
	/* margin-left: -13px; */
	font-size: 15px;
	line-height: 25px;
	color: rgba(45, 45, 45, 0.5);
}

.chang_ps:hover {
	color: rgba(45, 45, 45, 1);
}

.change_pw_button {
	font-size: 16px !important;
}

.login_button {
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	width: 228px;
	height: 30px;
	border-radius: 25px;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.9);
	color: rgba(0, 0, 0, 0.9);
	transition: all .5s ease;
}

.login_button:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 100px;
	background: #fff;
	bottom: -25px;
	left: 0;
	border: 2px solid #fff;
	transform: translateX(-50px) rotate(45deg);
	transition: transform .5s ease;
}

.login_button:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
	border: 1px solid #fff;
}

.login_button:hover:before {
	transform: translateX(250px) rotate(45deg);
}

.prompt {
	position: absolute;
	top: 260px;
	left: 230px;
}

.goto_login {
	position: absolute;
	top: 350px;
	left: 50%;
	transform: translateX(-50%);
	/* left: -50px; */
	width: 228px;
	height: 25px;
	border-radius: 25px;
	/* letter-spacing: 5px; */
	font-size: 16px;
	background: rgba(255, 255, 255, 0.9);
	color: rgba(0, 0, 0, 0.9);
}

.goto_login:hover {
	background-color: #F5F5F5;
	color: #000000;
}

.goto_register {
	position: absolute;
	top: 350px;
	left: 50%;
	transform: translateX(-50%);
	width: 228px;
	height: 25px;
	border-radius: 25px;
	z-index: 2;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.9);
	color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
}

.goto_register:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 100px;
	background: #fff;
	bottom: -25px;
	left: 0;
	border: 2px solid #fff;
	transform: translateX(-30px) rotate(45deg);
	transition: transform .5s ease;
	transition: all .5s ease;
}

.goto_register:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
	border: 1px solid #fff;
}

.goto_register:hover:before {
	z-index: 1;
	transform: translateX(270px) rotate(45deg);
	border: 2px solid #000;
}