/* ---------------------------------------------------
    Forms
----------------------------------------------------- */

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 7px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form input {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #222 !important;
	font-family: 'Mulish', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	height: calc(1.5em + .75rem + 5px);
	letter-spacing: .0125em;
	padding: .45rem .95rem;
	white-space: nowrap;
}

form input:focus {
	background-color: #fff;
	border-color: #83cb7e !important;
	box-shadow: 0px 0px 0px .15rem #d1e8cf !important;
	color: #222;
	font-size: 1em;
	font-weight: 400;
	outline: 0;
}

form textarea {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #222 !important;
	font-family: 'Mulish', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: .0125em;
	padding: .45rem .95rem;
	white-space: none;
}

form textarea:focus{
	background-color: #fff;
	border-color: #83cb7e !important;
	box-shadow: 0px 0px 0px .15rem #d1e8cf !important;
	color: #222;
	font-size: 1em;
	font-weight: 400;
	outline: 0;
}

form p {
	font-size: .85em;
}

form small{
	
}
form label {
	display: inline-block;
	margin-bottom: .5rem;
	font-weight: 800;
}







