/*
Theme Name: My Loyalty Cup
Theme URI: https://www.merchr.com
Author: Merchr
Author URI: https://www.merchr.com
Description: Custom Design integrated into WordPress as a native theme for My Loyalty Cup.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: merchr
*/
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}
img, iframe {
  max-width: 100%;
  height: auto;
}
a, a:link {
  text-decoration: none;
}


/* Placeholder styles */
.hasPlaceholder {
  color: #acacac;
}
::-webkit-input-placeholder {
  color: #acacac;
}
:-moz-placeholder {
 color: #acacac;
}
::-moz-placeholder {
  color: #acacac;
}
:-ms-input-placeholder {
  color: #acacac;
}