.banner {
	height: 6.125rem;
	margin-top: 2.75rem;
}

.leaveMsgContent {
	padding: 2rem 1rem;
	position: relative;
}

.leaveMsgContent .bold {
	font-size: 1.1875rem;
	line-height: 1.625rem;
	margin-bottom: 2rem;
}

.input-group-prepend img {
	width: 1.125rem;
	height: 1.125rem;
	padding: 0;
	background: transparent;
	border: none;
}

.input-group {
	height: 2.5rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	padding-left: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.input-group .form-control {
	border: none;
	height: 100%;
	margin-left: 0.75rem;
	padding-left: 0;
}


.input-group {
	margin-bottom: 1rem;
}

.btn {
	width: 5rem;
	height: 1.875rem;
	font-size: 0.8125rem!important;
	padding: 0!important;
	border: none;
	position: absolute;
	right: 1rem;
	bottom: 0;
}