/*!
 * @author: Jan Wolf (https://jan-wolf.de)
 * @license: 2016 Jan Wolf
 */
.jw_lightcontactform_form {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	.input {
		background: #f5f5f5;
		border-radius: 1em;
		text-align: left;
		padding: 1.25em;
	}

	input[type="text"] {
		padding: .75em;
		font-weight: bold;
		margin: 0 1.25em 1.25em 0;
		border-radius: .5em;
		font-size: 1em;
		color: #6cc;
		box-sizing: border-box;
	}

	textarea {
		display: inline-block;
		font-size: 1em;
		width: 100%;
		resize: vertical;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-radius: .5em;
		height: 10em;
		color: #6cc;
		font-family: inherit;
		padding: .75em;
	}

	input[type="submit"] {
		cursor: pointer;
		padding: 0.5em 1em;
		color: #fff;
		border: 0.1em transparent solid;
		background: #5dcabd;
		margin-top: 1em;
		font-size: 1em;
		text-transform: uppercase;
	}

	input[type="submit"]:hover {
		color: #5dcabd;
		background: transparent;
		border: 0.1em #5dcabd solid;
	}
}
