/* Start of membership css */
.membership-window {
	padding-bottom: 25px;
}

.membership-linkedinButton {
	width: 100%;
	height: 48px;
	background-color: #2867B2;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	font-family: IBM Plex Sans,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: large;
	cursor: pointer;
	letter-spacing: 0.0125rem;
}
.membership-linkedinButton:hover {
	background-color: #4f8dd7;
}

.membership-spacer {
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #10069f;
	line-height: 0.01em;
	margin: 35px 0;
	font-weight: 600;
	font-size: inherit;
	display: block;
}

.membership-spacer > span {
	background: #ffffff;
	padding: 0 10px;
	font-weight: 700;
	font-style: normal;
	font-size: large;
	color: #000000;
}

.membership-emailLink {
	font-weight: normal;
	font-style: normal;
	font-size: medium;
	color: #10069f;
	cursor: pointer;
}

.membership-emailEnter {
	margin-top: 24px;
}

.membership-emailFieldName {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #001325;
}

.membership-emailInput {
	margin-top: 5px;
	height: 35px !important;
	margin-bottom: 10px;
	width: 100%;
}

.membership-emailButton {
	width: 100%;
	height: 48px;
	background-color: #10069f;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	font-family: IBM Plex Sans,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: large;
	cursor: pointer;
	letter-spacing: 0.0125rem;
}
.membership-emailButton:hover {
	background-color: #1709e9;
}

.membership-emailSubtext {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #001325;
	text-align: center;
	margin-top: 10px;
}

.membership-spinner {
	border: 5px solid #DCDCDC;
	border-top: 5px solid #808080;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	animation: membership-spin 1s linear infinite;
	position: absolute;
	margin-left: 10px;
}

@keyframes membership-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* End membership css */
