.form-wrapper-register {
	max-width: 600px;

	.form__message {
		padding: 20px 0;
	}
}

.form-register {
	.form-register-checkbox {
		margin-bottom: 25px;
		font-weight: 500;

		a {
			color: $primary;
			font-weight: 600;

		}
	}

	.form-button {
		text-align: center;
		margin-bottom: 25px;
	}

	.policy-text {
		font-size: 14px;
		color: $font-color-lighter;
	}
}

.form-register-link {
	text-align: center;
	margin-bottom: 25px;
}