/*** Font ***/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400&subset=latin-ext");
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
/* line 22, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 32, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 35, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
body {
  line-height: 1; }

/* line 38, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
ol, ul {
  list-style: none; }

/* line 41, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
blockquote, q {
  quotes: none; }

/* line 45, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 49, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/** Box sizing ***/
/* line 55, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
html {
  box-sizing: border-box; }

/* line 58, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/** Styles ***/
/* line 64, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
html,
body {
  height: 100%; }

/* line 68, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
body {
  background: #ef4036;
  color: #fff;
  overflow-y: hidden;
  position: relative;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 20px; }

/* line 80, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
body:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

/* line 90, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
#logo {
  width: 300px;
  margin: 0 0 10px; }
  /* line 93, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
  #logo img {
    display: block;
    width: 240px;
    height: 61px;
    margin: 0 auto; }

/* line 101, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
.container {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  max-width: 90%; }

/* line 108, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
.smartpay {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block; }

/* line 115, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
a {
  color: #fff;
  text-decoration: underline; }
  /* line 118, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
  a:hover {
    color: #404041; }

/* line 123, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
.aristos {
  position: relative;
  padding-top: 10px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 20px; }
  /* line 131, W:/Razvoj/Projekti/Smartpay/temp/assets/smartpay.scss */
  .aristos:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background: #fff; }

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