.trg-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.trg-label {
	display: block;
}

.trg-input-group {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.trg-field-group {
	flex: 1 1 auto;
	min-width: 0;
}

.trg-input {
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 100%;
}

.trg-submit,
.trf-submit {
	cursor: pointer;
	border: none;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
	flex: 0 0 auto;
}

.trg-submit i,
.trg-submit svg,
.trf-submit i,
.trf-submit svg {
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	fill: currentColor;
}

.trg-submit:disabled,
.trf-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.trg-message,
.trf-message {
	min-height: 1.2em;
}

.trg-message.trg-error,
.trf-message.trf-error {
	color: #d9534f;
}

.trg-message.trg-info {
	color: #2f6fbf;
}

.trf-message.trf-success {
	color: #3e8e41;
}

.trf-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
