input.default, textarea.default {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 160%;
	padding: 10px;
	color: hsl(0, 0%, 100%);
	border: none;
	border: solid 1px hsl(205, 65%, 50%);
	resize: none;
	background: none;
	background-color: hsla(0, 0%, 0%, 0.25);
	/*border-radius: 4px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-appearance: none;
	pointer-events: auto !important;
}

input.default:focus, textarea.default:focus {
	outline: none;
	color: hsl(50, 100%, 80%);
	border: solid 1px hsl(50, 100%, 65%);
	/*background-color: hsl(200, 100%, 85%);*/
	box-shadow: 0px 0px 0px 1px hsla(50, 100%, 65%, 1.50);
}

div.fieldLabel {
	font-size: 15px;
	color: hsl(205, 75%, 65%);
	margin-bottom: 3px;
	margin-top: 25px;
}

div.fieldLabel:first-child {
	margin-top: 0px;
}

input.fieldInvalid, textarea.fieldInvalid {
	background-color: hsl(0, 100%, 15%);
	border-color: hsl(0, 100%, 50%);
}
