
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
.video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video video {
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.bg img {
	display: block;
	width: 100%;
	height: auto;
}

body .login {
	width: 300px;
	height: 260px;
	position: fixed;
	right: 50%;
	top: 14em;
	padding: 3px;
	z-index: 999;
	border-radius: 8px;
	background: rgba(29,30,34,0.5);
	margin-right: -150px;
}

body .login .validation {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 14px;
	opacity: 0;
}

body .login .disclaimer {
	position: absolute;
	bottom: 20px;
	left: 35px;
	width: 250px;
}

body .login_title {
	color: #D3D7F7;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	width: 230px;
	margin-left: 24px;
	padding-top: 30px;
}

body .login_fields {
	height: 208px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 20px;
}

body .login_fields .icon {
	position: absolute;
	z-index: 1;
	top: 10px;
}

body .login_fields input[type='password'],body .login_fields input[type='text'] {
	color: #61BFFF !important;
}

body .login_fields input[type='text'], body .login_fields input[type='password'] {
	color: #afb1be;
	margin-left: 30px;
	background: rgba(57, 61, 82, 0);
	left: 0;
	padding: 10px 0;
	border-top: 2px solid rgba(57, 61, 82, 0);
	border-bottom: 2px solid rgba(57, 61, 82, 0);
	border-right: none;
	border-left: none;
	outline: none;
	font-family: 'Gudea', sans-serif;
	box-shadow: none;
	color: white;
}

body .login_fields__user, body .login_fields__password {
	position: relative;
}

body .login_fields__submit {
	position: relative;
	top: 30px;
	left: 0;
	width: 80%;
	right: 0;
	margin: auto;
}

body .login_fields__submit .forgot {
	float: right;
	font-size: 10px;
	margin-top: 11px;
	text-decoration: underline;
}

body .login_fields__submit .forgot a {
	color: #606479;
}

body .login_fields__submit input {
	border-radius: 50px;
	background: transparent;
	padding: 10px 0;
	border: 2px solid #4FA1D9;
	color: #4FA1D9;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
	font-size: 20px;
	letter-spacing: 10px;
	-webkit-transition-property: background,color;
	transition-property: background,color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

body .login_fields__submit input:focus {
	box-shadow: none;
	outline: none;
}

body .login_fields__submit input:hover {
	color: white;
	background: #4FA1D9;
	cursor: pointer;
	-webkit-transition-property: background,color;
	transition-property: background,color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

::-webkit-input-placeholder {
 /* WebKit browsers */
	color: white;
}

:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: white;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: white;
}

:-ms-input-placeholder {
 /* Internet Explorer 10+ */
	color: white;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
	//背景色透明  生效时长  过渡效果  启用时延迟的时间
}

input {
	background-color: transparent;
}

.wall {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div#flotage {
	background: url(../images/midground.gif);
	z-index: -4;
	-webkit-animation: da 200s linear infinite;
	-o-animation: da 200s linear infinite;
	animation: da 200s linear infinite;
}

div#midground {
	background: url(../images/midground.gif);
	z-index: -1;
	-webkit-animation: cc 200s linear infinite;
	-moz-animation: cc 200s linear infinite;
	-o-animation: cc 200s linear infinite;
	animation: cc 200s linear infinite;
}

div#foreground {
	background: url(../images/foreground.gif);
	z-index: -2;
	-webkit-animation: cc 253s linear infinite;
	-o-animation: cc 253s linear infinite;
	-moz-animation: cc 253s linear infinite;
	animation: cc 253s linear infinite;
}

@-webkit-keyframes cc {
	from {
		background-position: 0 0;
		transform: translateY(10px);
	}

	to {
		background-position: 600% 0;
	}
}

@-o-keyframes cc {
	from {
		background-position: 0 0;
		transform: translateY(10px);
	}

	to {
		background-position: 600% 0;
	}
}

@-moz-keyframes cc {
	from {
		background-position: 0 0;
		transform: translateY(10px);
	}

	to {
		background-position: 600% 0;
	}
}

@keyframes cc {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 600% 0;
	}
}

@keyframes da {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 600%;
	}
}

@-webkit-keyframes da {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 600%;
	}
}

@-moz-keyframes da {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 600%;
	}
}

@-ms-keyframes da {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 600%;
	}
}

.login select {
	display: block;
	width: 70%;
	margin: 30px auto 0;
	border: 1px solid rgba(255,255,255,0.5);
	background: 0;
	color: white;
	padding: 4px 10px;
}

.login select option {
	background: black;
}

.logo {
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 10%;
}

.logo img {
	display: block;
	width: 26%;
	min-width: 300px;
	margin: 0 auto;
}