/**
* MonsterInsights Styles
*/
.monsterinsights-gav4-lookup-form {
  margin-bottom: 15px;
}

.monsterinsights-gav4-lookup-form button#submit:disabled {
  opacity: 0.5 !important;
}
.monsterinsights-gav4-lookup-form .g-recaptcha {
  margin-top: 15px;
}
.monsterinsights-gav4-lookup-form input {
  display: block;
  width: 100%;
  height: 49px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1;
  padding: 13px 15px;
  color: #444;
  -webkit-appearance: none;
}
.monsterinsights-gav4-lookup-form button#submit {
  display: block;
  line-height: 1;
  background-color: #338eef;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
  cursor: pointer;
  opacity: 1;
  margin-top: 20px;
}
.monsterinsights-gav4-lookup-form button#submit:hover {
  background-color: #1174de;
}
#msgSubmit {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px;
  max-width: 100%;
}
#msgSubmit.hidden {
  display: none;
}
#msgSubmit.text-success {
  background-color: #d1e7de;
  border-left: 3px solid #1b8754;
  color: #1b8754;
}
#msgSubmit.text-danger {
  background-color: #ffe7eb;
  border-left: 3px solid #ff0000;
  color: #ff0000;
}
.monsterinsights-gav4-lookup-form ul,
.monsterinsights-gav4-lookup-form ul li,
.monsterinsights-gav4-lookup-form ol,
.monsterinsights-gav4-lookup-form ol li {
  list-style: none !important;
  margin: 5px 0 !important;
}
