/* Planeteria SSO — Login button */

.psso-divider {
	position: relative;
	text-align: center;
	margin: 16px 0 12px;
}
.psso-divider::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #dcdcde;
}
.psso-divider span {
	position: relative;
	background: #fff;
	padding: 0 8px;
	color: #646970;
	font-size: 12px;
}

.psso-button-wrap {
	margin-bottom: 16px;
	text-align: center;
}

.psso-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid #107DC2;
	border-radius: 4px;
	color: #107DC2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}
.psso-btn:hover,
.psso-btn:focus {
	background: #107DC2;
	color: #fff;
}
.psso-btn:hover .psso-icon path,
.psso-btn:focus .psso-icon path {
	fill: #fff;
}

.psso-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
