html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#app {
	width: 100%;
	height: 100%;
	position: relative;
	background: #f0f2f5 url(../image/background.svg) no-repeat center;
	background-size: 100% 100%;
}

.admin-login-header {
	text-align: center;
	padding-right: 20px
}

.admin-login-header h2 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 30px;
	color: #000;
	font-size: 33px;
	color: rgba(0, 0, 0, .85);
	font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: 600;
	position: relative;
	top: 2px
}

.admin-login-header p {
	font-weight: 300;
	color: #999
}
.login{
	margin-top: 40px;
}
.grid-content img{
	width:120px;
	height:40px;
	
}
.main {
	width: 90%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	position: absolute;
	height: 300px;
	background: #f0f2f5;
	padding: 20px;
	border-radius: 10px;
	text-align: center
}

.avatar {
	height: 70px;
	width: 70px;
	margin: 0 auto;
	border: 5px solid #FFFFFF;
	border-radius: 50%;
}
.logo {
	height: 44px;
	vertical-align: top;
	margin-right: 16px;
	border-style: none;
	display: inline
}

.select {
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: left;
}
