.parco-helper-requestcity-form{
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media (min-width: 420px){
  .parco-helper-requestcity-form{
    max-width: 400px;
    left: 50%;
    margin-left: -200px;
  }
}
@media (max-width: 419px){
  .parco-helper-requestcity-form{
    max-width: 100%;
    width: 100%;
  }
}
.parco-helper-requestcity-form .block__cta-text {
  display: block;
  font-weight: 700;
  color: #6678fe;
  font-size: 20px;
}
.parco-helper-requestcity-form .form-item-requested-city{
  position: relative;
  width: 100%;
  display: inline-block;
}
.parco-helper-requestcity-form input{
  display: block;
  padding: 8px 12px!important;
  margin: 0!important;
  font-size: 14px;
  border-radius: 4px!important;
  border: 1px solid #d8d8d8;
  color: #1e1e1e;
  margin-right: 16px;
  width: calc(100% - 50px);
  float: left;
}
.parco-helper-requestcity-form a{
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background-color: #6678fe;
  background-image: url(/sites/default/files/parco-website/arrow.svg);
  background-size: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 42px;
}
#ajax_result_message{
  position: relative;
  width: calc(100% - 50px);
  display: inline-block;
  text-align: center;
  top: -10px;
}
#ajax_result_message p{
  display: inline;
  color: #00e1a3;
  border-radius: 2px;
  border: 1px solid #00e1a3;
  padding: 4px 8px;
  font-size: 14px;
  top: 10px;
  transform: translateX(calc(-50% - 24px));
  cursor: pointer;
  transition: visibility 0s linear .3s,opacity .3s;
}
