
  input[disabled], button[disabled] {
    background-color: #eee; }

input, select {
  border: 1px solid #CCC;
  width: 250px; }

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }


.intl-tel-input{
  width: 100%;
}@media (max-width: 500px){
.intl-tel-input .country-list {
      width: 190px;
      }

 .intl-tel-input .country-list .country.highlight {
          display: none;
      background-color: rgba(0, 0, 0, 0.05);
       }
     

    }