/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/common.scss */
input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

/* line 11, /data/webapps/dogtv/current/app/assets/stylesheets/common.scss */
:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

/* line 16, /data/webapps/dogtv/current/app/assets/stylesheets/common.scss */
:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}

/* line 21, /data/webapps/dogtv/current/app/assets/stylesheets/common.scss */
:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

/* line 26, /data/webapps/dogtv/current/app/assets/stylesheets/common.scss */
:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
