﻿body {
}
div.roombanner {
  width: 1300px;
  margin: auto;
  /*border: 3px solid #73AD21;*/
}


.form-input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #9b9b9b;
	background-color: #f5f5f5;
	background-image: none;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	-webkit-appearance: none;
	letter-spacing: .05em;
}

.form-input:focus {
	outline: 0;
}

.form-input:-webkit-autofill ~ label,
.form-input:-webkit-autofill ~ .form-validation {
	color: #000 !important;
}

textarea.form-input {
	height: 135px;
	min-height: 108px;
	max-height: 229.5px;
	resize: vertical;
}

.form-wrap {
	position: relative;
}

.form-wrap + .form-wrap {
	margin-top: 15px;
}