.login-with-fb1,
.login-with-fb2{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.login-with-fb1 .img {
	width: 50%;
	height: 100vh;
	background-position: center !important;
	background-size: cover !important;
}
.login-with-fb1 .content {
	width: 50%;
	height: 100vh;
	background: #F9F1E3;
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	justify-content: center;
	padding: 40px 7vw;
}
.login-with-fb1 .content h2 {
	color: #212121;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 16px;
}
.login-with-fb1 .content p,
.login-with-fb2 .content p{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	margin-bottom: 17px;
	font-size: 16px;
}
.login-with-fb1 .content a,
.login-with-fb3 .content a{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 11px 32px;
	background: #4267b2;
	color: #fff;
	font-weight: 500;
	text-transform: unset;
	box-shadow: none;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid transparent;
}
.login-with-fb1 .content a.privacy,
.login-with-fb3 .content a.privacy{
	background: transparent;
	color: #212121;
	border-color: #212121;
}
.login-with-fb1 .content a.privacy:hover,
.login-with-fb3 .content a.privacy:hover{
	background: #212121;
	color: #fff;
}
/*********** fb2 *******************/
.login-with-fb2 .img {
	max-width: 50%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}
.login-with-fb2 .img img {
	max-width: 270px;
	width: 100%;
}
.login-with-fb2 .content {
	width: 50%;
	height: 100vh;
	padding: 40px 7vw;
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	justify-content: center;
	background: #fbfbfb;
}
.login-with-fb2 .content h2 {
	color: #212121;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 16px;
}
.login-with-fb2 .content .fbbuttons {
	display: flex;
	align-items: center;
}
.login-with-fb2 .content .fbbuttons .fbbtn {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	padding: 11px 32px;
	background: #4267b2;
	color: #fff;
	font-size: 17px;
	border-radius: 2px;
}
.login-with-fb2 .content .fbbuttons .privacy {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
	border-bottom: 1px solid;
}
/*********** fb3 *****************/
.login-with-fb3 {
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;padding: 40px;
}
.login-with-fb3 h2 {
	position: absolute;
	left: 40px;
	top: 20px;
	background: #fff;
	padding: 10px;
	margin: 0;
	color: #212121;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.login-with-fb3 .content {
	max-width: 400px;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	width: 100%;
	box-shadow: 0px 0px 17px 27px rgba(81, 81, 81, 0.3);
}
.login-with-fb3 .content p {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	margin-bottom: 17px;
	font-size: 16px;
}