.dplr_connect {
	a {
		@include green-link;
	}

	p {
		font-size: 18px;
		max-width: 900px;
		font-family: $text-family-rg;
	}

	h1 {
		color: $dark-brown;
		font-family: $text-family-rg;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 44px;
		text-align: center;
	}

	#dplr_logo {
		display: inline-block;
		img {
			width: 210px;
		}
	}

	.tooltip.tooltip-warning > .tooltip-container span {
		font-size: $font-size-regular;
		color: $light-red;
		letter-spacing: 0;
		line-height: 24px;
		font-family: $text-family-rg;
	}
}
