body.loginbody {
	background: #F4F5F7;
	height: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #272727;
	margin: 0;
}
.container {
  	min-height: 100vh;
  	width: 100%;
  	align-items: center;
  	align-content: center;
  	justify-content: center;
  	padding: 1rem;
}
.flexW {
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.login-wrapper {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
	background: #fff;
	border: solid 1px #dde4eb;
	border-radius: 6px;
	padding: 4em 3em;
}
.air-login-content-wrap input {
	margin-bottom: 10px;
}
.login-logo {
	margin: 0px auto;
	max-width: 250px;
	margin-bottom: 1em;
	max-height: 250px;
	background-size: 100%;
	text-align: center;
}
.login-logo img {
	max-width: 138px;
}
.form-element {
	margin-top: 5px;
}
#air-login-wrap {
  	width: 600px;
  	margin-top: -100px;
}
