/* Hide the recapctha bagde*/
/*.grecaptcha-badge { visibility: hidden !important; }*/
/* fix phone input label to be full width*/
/*
.iti {
  width: 100% !important;
}

select[readonly] {
  background: #eee !important;
  cursor: no-drop;
}

select[readonly] option {
  display: none;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #d5d5d5 !important;
  opacity: 1;
}
*/
