.agm_form {
  background: #0d539f;
  padding: 30px 20px 40px 20px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.agm_form .agm_form_select {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  height: 40px;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 0px;
  background: #fff url(clientlib-agm-form/resources/arrow-down-bk.png) center right no-repeat;
  -webkit-appearance: none;
    font-family: var(--pnr);
    -webkit-appearance: none;
    line-height: 29px;
    font-size: 18px;

}
.agm_form input[type="submit"].disabled{
  background-image: none !important;
  background-color: grey;
}
.agm_form .agm_form_select:focus-visible,
.agm_form input:focus-visible {
  outline: none;
}

.agm_form input {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 20px auto;
  height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: none;
  border: 1px solid;
  font-family: var(--pnr);
    -webkit-appearance: none;
    line-height: 29px;
    font-size: 18px;
    padding: 5px 15px;
}
.agm_form input::placeholder {
  font-size: 12px;
}
.agm_form h3 {
    font-size: 36px;
    text-align: center;
    padding:0;
    font-family: var(--pnb);
    margin-top: 0;
    margin-bottom: 30px;
    color:#fff;
}
.agm_form input[type="submit"] {
	background-image: linear-gradient(#ffe35a, #ffb128) !important;
    border: 1px solid #ffb027 !important;
    color: #002d5d !important;

    padding: 8px 50px 5px 50px !important;
    border-radius: 22px !important;
    outline: none !important;
    border: none !important;
    text-transform: capitalize !important;
    font-size: 22px !important;
    margin-top: 30px !important;
    font-family: var(--pnb) !important;
    margin-bottom: 0px !important;
    color: #002d5d !important;
    cursor: pointer !important;
    width: auto !important;

}
.agm_popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 1;
  background: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  display: none;
}
.agm_transparent {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  border-radius: 15px;
  display: none;
}
.agm_popup p {
  color: #000;
  font-size: 18px;
  margin: 15px;
}
.agm_popup_button {
  background: #000;
  border: 1px solid;
  padding: 8px 29px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 10px;
}
.agm-form.aem-GridColumn {
	/* min-width:375px;
  margin-left:-38px; */
  text-align: center;
}

.agm_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
}
.agm_form input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
}
.agm_form input:-ms-input-placeholder { /* IE 10+ */
 font-size: 18px;
}
.agm_form input:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
}

@media ( max-width : 768px) {
  .agm-form.aem-GridColumn {
    min-width:100%;
    margin-left:0px;
    text-align: center;
  }
}

.agm_form :focus-visible {
  outline: white 3px dashed !important;
}