/* Forms */
.form-control {
	font-size: 16px;
	font-family: "roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	width: 100%;
	line-height: 1em;
	padding: 14px 20px;
	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	color: #107F68;
	transition: all 0.2s ease-in-out;
	display: block;
}

.form-control:focus,
.form-control:active {	
	background-color: #fff;
	border-color: #E6E6E6;
	outline: none;
	border-radius: 0;
}

textarea.form-control {
	width: 100%;
	height: 180px !important;
}

select.form-control {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container .nf-field-container {
	margin-bottom: 12px;
}

.nf-cell:first-child .col-12,
.nf-cell:last-child .col-12 {
	padding-right: 0;
	padding-left: 0;
}

.nf-form-title h3,
.nf-form-fields-required {
	display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(118, 125, 134,0.55);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(118, 125, 134,0.55);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(118, 125, 134,0.55);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(118, 125, 134,0.55);
}

@media (max-width: 992px) {

}

@media (max-width: 770px) {

}

@media (max-width: 576px) {
	.form-control {
		font-size: 14px;
	}
}