
section.form-landlords .c {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}
section.form-landlords .item {
	position: relative;
	height: 600px;
}
section.form-landlords .item img {
	object-fit: cover;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

section.form-landlords .item .layer {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(23 27 35 / 50%);
}

section.form-landlords .content {
	background-color: #ffffff;
	width: 50%;
	/* border-radius: 8px; */
	padding: 25px 25px;
	/* color: white; */
	border-radius: 8px;
}
section.form-landlords .content h3 {
	margin-bottom: 10px;
}
section.form-landlords .content .button {
	margin-top: 25px;
}

section.form-landlords .form .columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-bottom: 10px;
}

section.form-landlords label {
	font-size: 14px;
	line-height: 14px;
}

section.form-landlords .error label {
	color: var(--color-error);
}
section.form-landlords .error .inp {
	border-color: var(--color-error);
}

section.form-landlords .info {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
}

section.form-landlords .form textarea {
	resize: none;
}

/* [l] */
@media all and (max-width: 1200px) {
	section.form-landlords .content h3 {
		line-height: 28px;
	}
}

/* [m] */
@media all and (max-width: 992px) {
	section.form-landlords .content {
		width: 100%;
	}
}

/* [xs] */
@media all and (max-width: 576px) {
	section.form-landlords .item {
		height: 680px;
	}

	section.form-landlords .form .columns {
		grid-template-columns: 1fr;

		grid-gap: 0;
	}
}
