body {
	background-color: #fff;
}

.my_lr {
	width: 100%;
	height: 100%;
}

.my_lr_banner {
	padding: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my_lr_logo_wrapper {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.my_lr_logo {
	width: 100%;
}

.my_lr_wrapper {
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.login_form {
	position: relative;
	margin: 60px auto 0 auto;
	width: calc(100% - 80px);
	height: 100%;
}

.login_content {
	width: 100%;
	min-width: auto;
	text-shadow: none;
	text-align: left;
}

.login_content h1 {
	font-size: 30px;
}

.login_content h1:before, .login_content h1:after {
  content: none;
}

.login_content button {
	float: right;
}