body {
	margin:0px;
}

.alert {
	padding: .5rem 1rem;
}
.alert-danger {
	background-color: #ed4747;
	color: white;
}

textarea.form-control,
input[type=text].form-control,
input[type=password].form-control,
input[type=search].form-control,
select[multiple].form-control {
	background-color: #f5f5f5;
}

label {
	font-weight: bold;
}
label.required:after {
	content: '\2022';
	color: red;
	margin-left: 4px;
}

.border {
	border: 1px solid #ced4da !important;
}
