﻿
.field-error {
	text-indent: 15px;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

.form-instruct {
	padding: 10px 5px 10px 5px;
}

.btn-primary, .btn-outline-primary, .btn-primary:hover {
	border: 1px solid #5e001d;
}

.btn-primary {
	background-color: #5e001d;
}

.btn-outline-primary {
	background-color: fff;
	color: #5e001d;
}

.btn-outline-primary:hover {
	background-color: #5e001d;
}

.btn-primary:hover {
	background-color: #fff;
	color: #5e001d;
	
}

.btn-link {
	color: #5e001d;
}

.btn-link:hover {
	color: #333
}

.text-umt {
	color: #5e100d
}