.custom-form {
	-moz-box-shadow: 2px 5px 10px #00000025;
	-webkit-box-shadow: 2px 5px 10px #00000025;
	box-shadow: 2px 5px 10px #00000025;
	border-radius: 5px;
}
.alt-handler {
	position: fixed;
	top: 5px;
	margin: auto;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
}