/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/* Components */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

.wgpay-wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding-bottom: 50px; }

.home__container {
  width: 100%;
  height: 100%;
  background: url("../images/home-page.jpg");
  background-size: cover; }

body {
  font-family: "Lato", sans-serif !important; }

.wgpay-header {
  background-color: #1C67A3;
  padding: 0.3em;
  clear: both;
  box-shadow: 0px 1px 1px 0px #000; }
  .wgpay-header__logo {
    display: inline-block; }
  .wgpay-header__logo-img {
    width: 150px; }
  .wgpay-header__info {
    max-width: 600px;
    margin: 0px auto; }

.highlight {
  padding: 2em;
  background: url("../images/fac-shopify-bg1.jpg");
  margin: 0;
  color: #fff;
  font-size: 1.3em;
  text-align: center !important;
  box-shadow: inset 1px 3px 6px -3px #000;
  text-transform: uppercase; }

.wgpay-logout {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  line-height: 40px; }
  .wgpay-logout:hover {
    color: #e74c3c; }

.login-page .wgpay-footer {
  position: absolute;
  left: 0;
  bottom: 0; }

@media (max-width: 768px) {
  .login-page .wgpay-footer {
    position: static; } }
.wgpay-footer {
  color: #666;
  overflow: hidden;
  background-color: #E5E5E5;
  text-align: center;
  margin-top: 70px;
  height: 50px;
  width: 100%; }
  .wgpay-footer p {
    padding: 15px;
    background-color: #E5E5E5; }
  .wgpay-footer__icon {
    color: #FF7373; }

.wgpay-title {
  font-size: 1.6em;
  margin-top: 2em; }

.wgpay-submit {
  background-color: #1C67A3;
  color: #fff; }
  .wgpay-submit:hover {
    cursor: pointer; }

.wgpay__label {
  margin: 20px 0 10px;
  float: left;
  color: #a8a8a8; }

#pageForm {
  padding-bottom: 60px;
  /* Height of the footer */ }

/*# sourceMappingURL=main.css.map */
