.nds-form-group {
	margin-bottom: 15px;
}
.nds-input {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}
.nds-submit {
	width: 100%;
	padding: 12px;
	cursor: pointer;
	border: none;
	font-size: 16px;
	transition: 0.3s;
}
.nds-message {
	margin-top: 15px;
	font-weight: bold;
}
.nds-message.success { color: #27ae60; }
.nds-message.error { color: #c0392b; }
.nds-checkbox-group {
	font-size: 14px;
}