#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea  {
  border: solid 1px #655757 !important;
}

#tripleseat_embed_form label {
	color: #999;
	font-size: 1.125rem;
	font-weight: 500;
	position: inherit; 
	pointer-events: none;
	left: 0;
	top: .5rem;
	transition: all .3s ease-in-out;
}

#tripleseat_embed_form textarea:focus {
	color: #d1c6c6;
	padding-left: 15px;
}


#tripleseat_embed_form input, select, textarea{
	color: #d1c6c6;
	padding-left: 15px;
}

#tripleseat_embed_form .button {
	background-color: #4d3e3e;
  padding-left: 15px;
}
