﻿html {
	font-size: 10px;
	height: 100%
}

body {
	font-size: 1.4rem;
	height: 100%;
	background-color: #1abc9c;
	color: #333
}

*, ::after, ::before {
	box-sizing: inherit
}

#particles-js {
	/*background-image: url(/Content/img/bg1.jpg);*/
	width: 100%;
	height: 100%;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto
}

div#particles-js {
}

.login-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: inherit;
	height: 100%;
	pointer-events: none
}

.login {
	z-index: 2;
	width: 350px;
	border-radius: 5px;
	height: 500px;
	background: white;
	box-shadow: 0px 0px 5px #333333;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -175px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s
}

.login {
	height: auto;
	padding: 50px 30px;
	position: static;
	margin: 0 auto !important;
	pointer-events: all
}

.login-top {
	font-size: 24px;
	margin-top: 100px;
	/*padding-left: 40px;*/
	box-sizing: border-box;
	color: #333333;
	margin-bottom: 50px;
	text-align: center;
	color: #1abc9c;
	font-weight:700;
}

.login-top {
	margin-top: 0px;
	margin-bottom: 30px
}

img {
	vertical-align: top;
	max-width: 100%
}

.logo-img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	border-radius: 50%;
	margin-left: -10px;
	margin-right: 10px
}

.login-center {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	margin-bottom: 30px
}

.login-center-img {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 5px
}

.login-center-input {
	float: left;
	width: 230px;
	margin-left: 15px;
	height: 30px;
	position: relative
}

	.login-center-input input {
		z-index: 2;
		transition: all 0.5s;
		padding-left: 10px;
		color: #333333;
		width: 100%;
		height: 30px;
		border: 0;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		box-sizing: border-box;
		outline: none;
		position: relative
	}

.login-center-input-text {
	background: white;
	padding: 0 5px;
	position: absolute;
	z-index: 0;
	opacity: 0;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	font-size: 14px;
	left: 5px;
	color: dodgerblue;
	line-height: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}

fieldset, img {
	border: 0
}

img {
	vertical-align: top;
	max-width: 100%
}

.login-center-img > img {
	width: 100%
}

.login-button {
	cursor: pointer;
	width: 250px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #1abc9c;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 50px;
	color: white;
	border: 0;
}

.login-button {
	/*width: 270px;*/
	margin-top: 20px;
}

canvas {
	display: block;
	vertical-align: bottom;
	height: 98%
}

.sk-rotating-plane {
	display: none;
	width: 80px;
	height: 80px;
	margin: auto;
	background-color: white;
	-webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
	animation: sk-rotating-plane 1.2s infinite ease-in-out;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -80px
}

/*提示信息*/
.invalid-feedback {
	padding-left: 35px;
}
/*toast弹框字号设置*/
.toast-message {
	-ms-word-wrap: break-word;
	font-size: 1.4rem;
}
