@media screen and (max-device-width: 768px){
	.message {
		margin: 1.571428rem 1.785714rem!important;
	}
	.btn {
		height: 5rem!important;
		font-size: 1.5rem!important;
	}
	.form-group label {
		font-size: 1.5rem;
		font-weight: 400!important;
	}
	.form-group input {
		padding: 2.1875rem 0.9375rem;
	}
	input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
		font-size: 1.25rem!important;
	}
	.name {
		margin-bottom: 3rem!important;
	}
	.icon {
		height: 1.125rem!important;
	}
	.message_content {
		font-size: 1.5rem!important;
		padding-left: 2.1875rem;
	}
	.message_content span {
		font-size: 1.625rem;
	}
	.message_title {
		padding-left: 1.428571rem!important;
	}
}

input:-webkit-autofill{
	 -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset!important
}

.message_title {
	border-left: 0.3125rem solid #ffc600;
	font-weight: 700;
	padding-left: 0.571428rem;
}

input {
	border: 0!important;
	background-color: #f5f5f5!important;
	border-radius: 0!important;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	font-size: 0.875rem;
	padding-bottom: 0.125rem!important;
	color: #9f9f9f!important;
}

textarea {
	border: 0!important;
	background-color: #f5f5f5!important;
	border-radius: 0!important;
	resize: none!important;
	min-height: 12.5rem;
	max-height: 12.5rem;
}

.btn {
	font-weight: 600!important;
	border: 0!important;
	border-radius: 0!important;
	background-color: #ffc600!important;
	color: #333333!important;
	width: 100%!important;
	height: 3.125rem;
	min-width: 110px;
}

.icon {
	content: "";
	display: inline-block;
	background: url(../images/more.png) no-repeat center;
	width: 1.25rem!important;
	height: 0.8125rem;
	padding-left: 30px!important;
}

.form-group label {
	margin-bottom: 1.5625rem;
}
