.tmForm {
	width: 100%;
	height: 100%;
}

.tmForm .tmFormLayout {
	padding: 10px;
	box-sizing: border-box;
	background-color: white;
}

.tmForm .tmFormFieldSet {
	width: 100%;
}

.tmForm .tmFormFieldSet, .tmForm .tmFormLabel {
	padding: 0.2em 0;
}

.tmForm .tmFormInvalidValue {
	background-color: #ffff80 !important;
}

.tmForm .mblTextBox {
	height: 30px;
	font-size: 20px;
}

.tmForm .mblTextArea {
	font-size: 20px;
}
