body {
		background: #2091b9;
}

body > .container {
	min-height: calc(100vh - 202px - 6rem);
}

.form-control {
	padding: .375rem .375rem; 
}

.my-invalid-tooltip {
	width: 200px;
	max-width: none;
	top: 80%;
}

.pointer-none {
	pointer-events: none;
}