/* form_mail
****************************************/
#leadForm {
    position: relative;
}
#modal {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #ccc;
  z-index: 100;
  display: none;
}
#modal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#result {
    margin-top: 1rem;
    font-size: 80%;
    border: solid 1px #e7896b;
    background-color: none;
    text-align: center;
    padding: 0.5rem;
    display: none;
}

input[type=text].readonly, textarea.readonly {
    background-color: #ccc;
}

/* others
****************************************/
.linktext {
    color: #99f;
}
.linktext:hover {
    color: #eee;
}
.gicon-s {
  font-size: 17px;
}
.gicon-xs {
  font-size: .82rem;
}
.form-consent .req {
    color: var(--gold);
    margin-left: 4px;
}

.form-failure { display: none; text-align: center; padding: 40px 10px; }
.form-failure.show { display: block; }
.form-failure .ng { color: #f33; display: grid; place-items: center; margin: 0 auto 20px; font-size: 1.6rem; }
