.collection-creatorbox {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border: 1px solid gray;
	z-index: 2000;
}

label[for=wpPassword1] {
	width: 100%;
}

label[for=wpPassword1] > a {
	float: right;
}
