@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body.admin_page_og-connect #adminmenumain,
body.admin_page_og-connect #wpadminbar,
body.admin_page_og-connect #wpfooter {
	display: none !important;
}

.conv-connect {
	padding: 2.5rem 0;
	text-align: center;
	font: 16px/28px 'Roboto', sans-serif;
	color: #335578;
}
.conv-connect-logo {
	display: block;
	margin: auto;
	width: 266px;
	height: 36px;
}
.conv-connect-logo-img {
	display: block;
	width: 266px;
	height: 36px;
}

.conv-connect-box {
	box-shadow: 0 3px 20px rgba(54, 59, 65, 0.1);
	background-color: #fff;
	padding: 45px 30px 40px;
	width: 680px;
	margin: 40px auto 20px;
}
.conv-connect-header {
	margin: 0 0 25px;
	font-size: 24px;
	font-weight: 400;
	color: #335578;
}
.conv-connect-card-body p {
	margin: 0 0 25px;
	font-size: 16px;
}
.conv-connect-card-body p strong {
	font-weight: 700;
}
.conv-btn {
	display: block;
	margin: auto;
	padding: 12px 0;
	width: 310px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 0;
	border-radius: 20px;
	background: #7bb24d;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
.conv-btn:hover {
	border-color: #6da142;
	background: #6da142;
	color: #fff;
}
.conv-btn-premium{
	display: block;
	margin-top: 19px;
	box-shadow: none !important; /* <- fix border after click */
}
.conv-connect-help {
	font-weight: 300;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	color: #335578;
}
.conv-connect-help:hover {
	text-decoration: underline;
}
.conv-connect-disconnect {
	font-weight: 300;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	color: rgba(58, 97, 136, 0.49);
}
.conv-connect-disconnect:hover {
	text-decoration: underline;
}