.js-form-item {
    margin: 10px 0;
}

.js-form-item label {
    font-weight: 800;
    color: #2C2C2C;
    margin-bottom: 5px;
    display: block;
}

.js-form-type-textfield input::placeholder {
	color: #979797;

}
.js-form-type-textfield input::-moz-placeholder {
	color: #979797;
	opacity: 1;
}

.js-form-type-textfield input,
.js-form-type-select select {
    border-width: 0 0 1px 0;
    width: 100%;
    background: transparent;
    padding: 5px 0;
    border-color: #C1B6AB;
    font-weight: bold !important;
    font-family: 'lato' !important;
}

.js-form-item.has-error *,
.js-form-item.has-error *:before,
.js-form-item.has-error *:after,
.js-form-item.has-error *::placeholder {
	color: #FF0000!important;
	border-color: #FF0000!important;
}

/* .js-form-item:not(.has-error) span.error, .js-form-item:not(.has-error) label.error { */
form:not(.webform-submission-form) .js-form-item label.error {
    display: none!important;
}

.error-list {
	margin-bottom: 30px;
	color: #FF0000;
	font-weight: bold;
}

.error-list li {
	list-style: none;
	display: block;
}


form.webform-submission-form .js-form-item label.error,
.js-form-item .error-msg {
	display: none;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	/* text-align: right; */
}
form.webform-submission-newsletter-form .js-form-item label.error{
	position: absolute;
	bottom: -35px;
}
.webform-holder .js-form-item .error-msg{
	position: absolute;
	bottom: -10px;
}


form.webform-submission-form .js-form-item label.error {
	text-align: left;
	margin: 10px 0 15px;
}

.paymentUrgentExtra+.error-msg {
	margin: -15px 0 15px;
}

.js-form-item.has-error .error-msg {
	display: block;
}

form.webform-submission-form .js-form-item label.error[style*="inline"] {
	display: block!important;
	width: 100%;
}

.js-form-type-textfield.has-tooltip {
	position: relative;
}

.submsg {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 30px;
	color: #131719;
}

.js-form-type-textfield input {
	padding-right: 15px;
}

.js-form-type-textfield .tooltip:after {
	content: '?';
	font-weight: bold;
	display: block;
	background: #C1B6AB;
	color: #fff;
	border-radius: 50%;
	width: 1em;
	height: 1em;
}

.js-form-type-textfield .tooltip {
	position: absolute;
	line-height: 16px;
	text-align: center;
    right: -10px;
    top: 50%;
    padding: 10px;
    transform: translateY(-50%);
}
.js-form-type-textfield .tooltip>* {
    background: #F3F0EE;
    position: absolute;
    color: #616161;
    display: none;
    text-align: left;
    right: 10px;
    bottom: 40px;
    padding: 10px;
    width: 220px;
    font-size: 10px;
}
.js-form-type-textfield .tooltip>*:before {
	content: '';
	position: absolute;
	bottom: -5px; right: 4px;
    height: 10px; width: 10px;
    background: inherit;
    transform: rotate(45deg);
}

.js-form-type-textfield .tooltip:hover>*,
.js-form-type-textfield .tooltip.touched>* {
	display:block;
}

.grecaptcha-badge {
  z-index: 999;
}

.recaptcha_text {
  position: relative;
  padding-left: 17px;
  font-size: 12px;
  line-height: 16px;
  color:#616161;
  font-family: 'Lato';
  padding-bottom: 20px;

}

.recaptcha_text a {color: #131719;}

.recaptcha_text::before {
  content: '';
  background-image: url(../img/lock.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (max-width:992px){
	form.webform-submission-newsletter-form .js-form-item label.error{
		bottom: -3px;
	}
}
