.section__job--form-wrapper > span{
  display:block;
   width: 100% !important;
}

.section__job--form-wrapper > span input,
.section__job--form-wrapper > span textarea,
select
{
  width:100%;
  margin-bottom: 2rem
}

.section__job--form-wrapper span label{
  	font-size: 1.4rem;
/* 			color: $color-typography-primary; */
			font-weight: 600;
			letter-spacing: 0.1rem;
  text-transform: uppercase
}

.section__job--form-wrapper span input[type="submit"]{  
  width:auto;
	background-color: rgba(225, 194, 55,1);
	padding: 1.7rem 4.6rem;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	border-radius: 10rem;
/* 	box-shadow: $main-shadow; */
	cursor: pointer;
	transition: all 0.2s linear;
	display: inline-block;
	border: none;
	outline: none;
  text-transform: uppercase
/*   margin-top:3rem; */
			
}


.section__job--form-wrapper span input[type="submit"]:hover{
					background-color:#b39821;
}



.section__job--form-wrapper span input[type="submit"]{
		padding: 2rem 3rem;
		width: 33rem;
    -webkit-appearance: none; 
  }
}

li,ul,ol,li label{
  list-style:none !important;
  color: orangered !important;
  font-weight: 300 !important;
  font-size:1.2rem !important;
}

/* 	@include responsive(bp-5) {

	} */