/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.loginregistercont > div {
	flex: 1;
	border-radius:4px;
	padding: 30px;
	margin: 10px;
	background-color: white;
	border: 1px solid var(--vrc-border-color);
}
.vrccustomfields {
	background-color: white;
	border: 1px solid var(--vrc-border-color);
	border-radius: 6px;
	margin-top: 20px;
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;