/**
 * Quixel Accounts Dashboard
 * Global Stylesheet
 *
 * Note: USE AN AUTOPREFIXER PLEASE!
 *
 */
/*------------------------------*\
    #GLOBAL
\*------------------------------*/
/**
 * Globally available variables for free use
 *
 */
/**
 * Palette
 */
/**
 * Named colors
 */
/**
 * Fonts
 */
/**
 * Layout
 */
/*------------------------------*\
    #MIXINS
\*------------------------------*/
/*------------------------------*\
    #BREAKPOINTS
\*------------------------------*/
/*------------------------------*\
    #CSS-RESET
\*------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------*\
    #BOX-SIZING
\*------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*------------------------------*\
    #BASE
\*------------------------------*/
/*------------------------------*\
    #PAGE
\*------------------------------*/
html, body {
  height: 100%;
}

body {
  font-family: "Gotham A", "Helvetica", sans-serif;
  font-size: 100%;
  line-height: 1.2;
}

.page {
  min-height: 100%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -120px;
}
.page:after {
  content: "";
  display: block;
  height: 120px;
}

.page__body {
  margin-top: 2em;
  max-width: 1160px;
  margin: auto;
  padding: 19px 20px;
}

.page__section {
  margin: auto;
  margin-top: 2em;
}
.page__section:first-of-type {
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .page__section {
    margin-top: 6em;
  }
}

.page__message {
  max-width: 30em;
}
.page__message a,
.page__message a:active,
.page__message a:visited {
  color: #44BEF8;
}
.page__message a:hover {
  color: #3397D0;
}

.page__section-title {
  text-align: center;
  margin-bottom: 1.25em;
}

/*------------------------------*\
    #LINKS
\*------------------------------*/
a,
a:visited,
a:active {
  color: #F8F8F8;
  text-decoration: none;
  transition: color 0.1s;
}

a:hover {
  color: #818181;
}

/*------------------------------*\
    #HEADINGS
\*------------------------------*/
h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 1em;
}

h1, h2, h3 {
  font-weight: bold;
}

/*------------------------------*\
    #BUTTONS
\*------------------------------*/
button, .btn {
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.875em;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  line-height: 1.3;
  padding: 7px 35px;
  vertical-align: middle;
  background: linear-gradient(#FFF, #F8F8F8);
}
button:disabled, .btn:disabled {
  opacity: 0.5;
}
button:active, .btn:active {
  background: linear-gradient(#F8F8F8, #F8F8F8);
}
button:focus, .btn:focus {
  outline: none;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
}

/*------------------------------*\
    #FORM-ELEMENTS
\*------------------------------*/
input[type=text],
input[type=email],
input[type=password] {
  font: inherit;
  border: 1px solid #D8D8D8;
  padding: 7px 16px;
  background: #FFF;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
  color: #808080;
  background: #FFF;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

/*------------------------------*\
    #OBJECTS
\*------------------------------*/
/*------------------------------*\
    #PAGE-HEADER
\*------------------------------*/
.page-header {
  background: #191919;
  color: #F8F8F8;
}

.page-header__logo {
  width: 115px;
  height: 35px;
}
@media only screen and (min-width: 581px) {
  .page-header__logo {
    width: 149px;
    height: 45px;
  }
}

.page-header__inner {
  max-width: 1160px;
  margin: auto;
  padding: 19px 20px 15px 20px;
  position: relative;
}

.page-header__banner {
  display: inline-block;
}

/*------------------------------*\
    #PAGE-FOOTER
\*------------------------------*/
.page-footer {
  width: 100%;
  height: 120px;
  position: relative;
  background: #191919;
}

.page-footer__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  color: #818181;
  font-size: 0.875em;
}
@media only screen and (min-width: 769px) {
  .page-footer__content {
    font-size: 1em;
  }
}

.page-footer__support-link {
  margin-bottom: 1em;
  display: inline-block;
}

/*------------------------------*\
    #PASSWORD-BOX
\*------------------------------*/
.password-box {
  width: 100%;
  max-width: 340px;
  padding: 20px 30px;
  border: 1px solid #D8D8D8;
  background: #FCFBFE;
  border-radius: 4px;
  margin: 2em auto;
  overflow: hidden;
}
.password-box:after {
  content: "";
  display: block;
  clear: both;
}

.password-box__title {
  text-align: center;
  margin-bottom: 1.5em;
}

.password-box__message {
  font-size: 0.875em;
  line-height: 1.3;
  text-align: center;
  padding: 0.8em 1.3em;
  margin-bottom: 1em;
  border-radius: 4px;
  background: #DEF;
}
.password-box__message.password-box__message--critical {
  background: #FFD5D3;
}

.password-box__field-input {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 0.5em;
}

.password-box__button {
  width: 100%;
  height: 35px;
  border-radius: 2px;
}
.password-box__button:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}
.password-box__button.password-box__button--primary {
  color: #FFF;
  background: linear-gradient(#44BEF8, #3397D0);
  border: none;
}
.password-box__button.password-box__button--primary:active {
  background: linear-gradient(#3397D0, #3397D0);
}
.password-box__button.password-box__button--primary:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.35);
}

.password-box__footer {
  display: block;
  margin-top: 1.5em;
  font-size: 0.75em;
  /* font-style: italic; */
  line-height: 1.5;
  color: #D8D8D8;
}
.password-box__footer a,
.password-box__footer a:active,
.password-box__footer a:visited {
  color: #44BEF8;
}
.password-box__footer a:hover {
  color: #3397D0;
}

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