.orcid-box {
	border: 2px solid #a6ce39;
	border-radius: 8px;
	padding: 10px 20px;
	background-color: #f9fdf4;
	max-width: 320px;
	margin-top: 10px;
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.orcid-box .id-label {
	background-color: #a6ce39;
	color: white;
	border-radius: 50%;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

.orcid-box .orcid-link {
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.orcid-box .orcid-preview {
    display: flex;
    place-content: center;
    align-items: center;
    gap: 5px;
	font-size: 12px;
	color: #006699;
	margin-top: 5px;
	text-decoration: underline;
}

#connect-orcid-button {
    margin: 0 0 1rem 0 !important
}

.cmp_form.register .identity {
    margin-top: 2rem
}