body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: var(--app-height);
	text-align: center;
}

.CR-container {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-verify .checkbox {
	font-weight: 400;
}
.form-verify .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-verify .form-control:focus {
	z-index: 2;
}
.form-verify input[type="password"] {
	margin-bottom: 10px;
}
