.imob-dep-form-wrap {
	max-width: 36rem;
	margin: 0 auto 2rem;
}

.imob-dep-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.imob-dep-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.imob-dep-form .required {
	color: #b32d2e;
	font-weight: 700;
}

.imob-dep-input,
.imob-dep-textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.65rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 1rem;
}

.imob-dep-textarea {
	resize: vertical;
	min-height: 8rem;
}

.imob-dep-field-file .imob-dep-field-hint {
	display: block;
	font-weight: 400;
	font-size: 0.875rem;
	color: #646970;
	margin-top: 0.35rem;
}

.imob-dep-file {
	font-size: 0.9375rem;
	max-width: 100%;
}

.imob-dep-submit {
	margin-top: 0.25rem;
	padding: 0.55rem 1.25rem;
	font-size: 1rem;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
}

.imob-dep-submit:hover,
.imob-dep-submit:focus {
	background: #135e96;
	color: #fff;
}

.imob-dep-form-note {
	font-size: 0.875rem;
	color: #646970;
	margin-top: 0.5rem;
}

.imob-dep-form-msg {
	padding: 0.75rem 1rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.imob-dep-form-msg--ok {
	background: #edfaef;
	border: 1px solid #68de7c;
	color: #1e4620;
}
