.form-control, .custom-select {
	border-radius: 5px;
	height: calc(1.5em + 1.25rem + 2px)
}

.required {
	color: #9E0507;
}

.form-check-input {
	margin-top: 0.325rem;
}

/* CAPTCHA */
.container_captcha {
	/*height: 250px;
	width: 300px;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	/*background-color: #00aced;
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 10000;
	border: 1px solid black;
	border-radius: 5px;*/
}

.box {
	background-color: #f1f2f2;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 5px;
	padding: 20px;
}

.captcha {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 4.5em;
	padding: 3px;
	border-radius: 5px;
	text-decoration: line-through;
	color: #a0a0a0;
	background-color: #0c0c0c;
}

.restart a {
	text-decoration: none;
}

.refresher {
	color: darkgrey;
}

.refresher:hover {
	color: black;
}

.errmsg {
	color: black;
	padding: 5px;
	transition: 0.5s ease;
}

/*.input_captcha {
	width: 280px;
	margin-bottom: 3px;
	border-radius: 5px;
	border: 1px solid black;
}*/

@media (max-width: 800px) {
	.move-me {
		padding-top: 12rem;
	}
}