.lo365-login-wrap {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 0 4px;
	margin: 50px 0 0;
	text-align: center;
}

.lo365-ms-button {
	border: 1px solid #707070;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	min-height: 41px;
	padding: 0;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	color: #505050;
}

.lo365-ms-button:hover,
.lo365-ms-button:focus {
	background: #f3f3f3;
	border-color: #707070;
	color: #505050;
	box-shadow: none;
	outline: none;
}

.lo365-ms-logo {
	padding-left: 12px;
	padding-right: 6px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.lo365-ms-label {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 12px;
	font-weight: 700;
	color: #505050;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.4;
}
