.form-check-label {
	font-weight: 600;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
.uneditable-input:disabled,
textarea:disabled,
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.uneditable-input[readonly],
textarea[readonly] {
	background: #e9e9e9;
}

.img-logo {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

#loadingDiv {
	/* display: -webkit-flex;
	display: -ms-flexbox; */
	display: flex;
	height: 30%;
	width: 100%;
	transition: height 200ms linear;
	position: fixed;
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
	z-index: 9999;
}
/* 
#loadingDiv img {
	width: 100px;
	height: 100px;
	object-fit: contain;
} */

.contact-us {
	position: absolute !important;
	bottom: 0;
	width: 100%;
}


