/* --------------------------------------------------------
   Shamsah Hub - Forms
--------------------------------------------------------- */

input, select, textarea {
	width: 100%;
	padding: 10px 12px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	margin: 6px 0 14px 0;
}

input:focus, select:focus, textarea:focus {
	border-color: #2563eb;
	outline: none;
	box-shadow: 0 0 0 3px rgba(37,99,235,0.25);
}

label {
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}