.content, .terms {
	max-width: 400px;
}
.content {
	margin: 3em auto 0;
	padding: 1em;
	text-align: center;
}
.content form {
	min-width: 300px;
}
.content p {
	margin: 2em 0;
}
.register-top-panel {
	position: relative;
	margin: 0 0 2em 0;
}
.content input[type='email'], .content input[type='password'] {
	margin: 0;
	width: 100%;
	color: var(--main-color);
	font-weight: 700;
	letter-spacing: 1px;
}
.email-sent {
	margin: 3em auto;
}
#captcha-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2em 0;
}
#captcha-container div {
	transform: scale(0.85);
}
.button-wide button {
	width: 100%;
	bottom: 30px;
	left: 30px;
}
.error {
	margin-top: 1em;
	color: var(--text-red);
}
.terms {
	margin: 2em 0;
}
#cardPanel h4 {
    margin: 4rem;
}
.email-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.email-row label {
    width: 100px;
}
.email-row input {
    width: 100%;
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
	#captcha-container div {
		transform: scale(1);
	}
}