@charset "utf-8";

.application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #67747D;
  padding: 25px;
  margin: 50px 0;
}
.application > div {
  width: 100%;
}
.application__content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #4f277d;
  border-bottom: 1px solid #4f277d;
  display: inline-block;
  margin-bottom: 8px;
}
.application__content h5 {
  margin-bottom: 0;
  color: #67747D;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Khand', sans-serif;
}
.application__icon {
  display: block;
  width: 48px;
  height: 48px;
  background: #4f277d;
  border-radius: 100%;
  color: #fff !important;
  font-size: 30px;
  text-align: center;
  border: 1px solid #4f277d;
}
.application__icon:hover {
  background: #fde54d;
  color: #4f277d !important;
}
.application__icon svg {
  width: 26px;
  height: 26px;
  -webkit-transform: translateX(2px) translateY(-1px);
  transform: translateX(2px) translateY(-1px);
}
.application__link {
  margin-top: 20px;
}
label {
  margin-bottom: .25rem;
  font-size:90%;
}
label span {
  color:#721c24;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  color: #67747D;
  padding: .75rem;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #67747D;
  text-transform: none;
  height: auto;
}
.form-control::placeholder {
  color: #67747D;
  opacity: 1;
}
.help-block {
  font-size: 12px;
  font-weight: 600;
}
#posizioni-form .alert {
  font-size: .8rem;
  padding: .5rem .75rem;
}


.job__back {
  margin-bottom: 20px;
}
.job__back a {
  color: #67747D !important;
}
.job__back svg {
  width: 36px;
  height: 36px;
}
.job h1 {
  color: #4f277d;
  font-size: 33px;
  font-weight: 700;
  border-bottom: 1px solid #4f277d;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

button:disabled:hover,
button[disabled]:hover{
  background-color: #4f277d;
  border: .075rem solid #4f277d;
  color: #ffffff;
}


@media (min-width: 768px) {
  .application__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
  }
  .application__link {
	margin-top: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
  }
}