* {
  word-wrap: break-word;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

button {
  display: inline-block;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  display: inline-block;
  border: none;
  outline: none;
  background: #fff;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Armata';
  src: url("fonts/Armata/Armata-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BreeSerif-Regular';
  src: url("fonts/BreeSerif/BreeSerif-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: url("fonts/Lato/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Light';
  src: url("fonts/Lato/Lato-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Bold';
  src: url("fonts/Lato/Lato-Bold.ttf"); }
@font-face {
  font-family: 'Lato-Black';
  src: url("fonts/Lato/Lato-Black.ttf"); }
@font-face {
  font-family: 'Norwester';
  src: url("fonts/Norwester/Norwester.ttf");
  font-weight: normal;
  font-style: normal; }
.dash-form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 50px;
  text-align: center; }
  .dash-form label {
    display: inline-block;
    width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
    transition: border 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .dash-form label.error {
      border: 2px solid red; }
  .dash-form .img {
    width: 42px;
    text-align: center;
    margin: 0 25px; }
  .dash-form__input {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    color: #b9b9b9; }
  .dash-form .btn-green {
    background: #32c373;
    color: #fff;
    border-radius: 15px;
    font-size: 23px;
    padding: 17px 55px;
    font-family: 'Lato-Regular';
    transition: transform 0.3s; }
    .dash-form .btn-green:hover {
      transform: scale(1.1); }
  .dash-form__redirect {
    padding: 20px;
    text-align: center;
    font-family: 'Lato-Regular';
    font-size: 23px;
    color: #6c6c6c; }
    .dash-form__redirect a {
      display: inline-block;
      font-family: 'Lato-Regular';
      color: #6c6c6c;
      border-bottom: 1px solid #6c6c6c; }
  .dash-form .forgot-pass {
    position: relative;
    bottom: 15px;
    margin-bottom: 50px; }
    .dash-form .forgot-pass a {
      font-family: 'Lato-Regular';
      font-size: 16px;
      color: #6c6c6c; }
  @media (min-width: 1024px) {
    .dash-form {
      margin-top: 100px; }
      .dash-form label {
        margin-bottom: 38px; }
      .dash-form .btn-green {
        margin-top: 20px; } }

* {
  font-family: 'Raleway', sans-serif; }

header.dashboard {
  background: #2d343e;
  background: -moz-linear-gradient(top, #2d343e 0%, #151a22 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d343e), color-stop(100%, #151a22));
  background: -webkit-linear-gradient(top, #2d343e 0%, #151a22 100%);
  background: -o-linear-gradient(top, #2d343e 0%, #151a22 100%);
  background: -ms-linear-gradient(top, #2d343e 0%, #151a22 100%);
  background: linear-gradient(to bottom, #2d343e 0%, #151a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d343e', endColorstr='#151a22', GradientType=0 );
  padding: 20px 20px;
  text-align: center;
  -webkit-box-shadow: -1px 0px 36px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 36px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 36px 0px rgba(0, 0, 0, 0.75); }
  header.dashboard .back {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 20px;
    font-size: 25px;
    margin-bottom: 20px;
    transition: transform 0.3s; }
    header.dashboard .back:before {
      position: absolute;
      top: 26px;
      left: -15px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 20px 10px 0;
      border-color: transparent #ffad08 transparent transparent; }
    header.dashboard .back:hover {
      transform: scale(1.1); }
  header.dashboard .btn-logout {
    display: inline-block;
    padding: 12px 44px;
    color: #fff;
    margin-top: 50px;
    font-family: 'Lato-Regular', sans-serif;
    color: #fff;
    background: transparent;
    border: 3px solid #ffac08;
    font-size: 14px;
    transition: all 0.2s; }
    header.dashboard .btn-logout:hover {
      color: #fff;
      background: #ffac08; }
  header.dashboard .logo img {
    max-width: 250px; }
  header.dashboard h1 {
    font-weight: 400;
    color: #fff; }
  header.dashboard .separator {
    display: none; }
  @media (min-width: 1024px) {
    header.dashboard {
      padding: 50px 60px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      header.dashboard.dashboard-header {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      header.dashboard .back {
        position: absolute;
        left: 40px;
        margin-bottom: 0; }
      header.dashboard .dashboard-back {
        position: relative;
        left: 0; }
      header.dashboard .middle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      header.dashboard .separator {
        display: inline-block;
        color: #fff;
        margin: 0 35px; }
      header.dashboard .btn-logout {
        margin-top: 0; } }

.dash {
  margin-top: 50px;
  padding: 15px; }
  .dash__stats {
    border-radius: 15px;
    padding: 20px 35px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3); }
    .dash__stats__row-tokens {
      margin-top: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .dash__stats__tokens {
      text-align: center; }
      .dash__stats__tokens .title {
        color: #868686;
        font-size: 14px;
        font-family: 'Lato-Regular';
        margin-right: 5px; }
      .dash__stats__tokens .value {
        color: #000;
        font-size: 20px;
        font-family: 'Lato-Regular';
        font-weight: bold;
        margin-top: 5px; }
    .dash__stats__row-wallet {
      text-align: center;
      border-top: 2px solid #ffac08;
      border-bottom: 2px solid #ffac08;
      padding: 20px 0;
      margin: 30px 0; }
      .dash__stats__row-wallet .title {
        color: #868686;
        font-size: 14px;
        font-family: 'Lato-Regular'; }
      .dash__stats__row-wallet .value {
        color: #000;
        font-size: 26px;
        font-family: 'Lato-Regular';
        font-weight: bold;
        margin-top: 5px; }
    .dash__stats__row-spent, .dash__stats__row-current {
      text-align: center;
      font-size: 14px;
      padding: 10px 0;
      margin: 20px 0; }
      .dash__stats__row-spent .title, .dash__stats__row-current .title {
        color: #868686;
        font-size: 16px;
        font-family: 'Lato-Regular'; }
      .dash__stats__row-spent .value, .dash__stats__row-current .value {
        color: #000;
        font-size: 20px;
        font-family: 'Lato-Regular';
        font-weight: bold;
        margin-top: 5px; }
    .dash__stats__row-current .value {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .dash__stats__row-current .value span {
        font-family: 'Lato-Regular'; }
    .dash__stats__row-current .arrow-left {
      cursor: pointer;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 18px 9px 0;
      border-color: transparent #ffad08 transparent transparent; }
    .dash__stats__row-current .arrow-right {
      cursor: pointer;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 0 9px 18px;
      border-color: transparent transparent transparent #ffad08; }
    .dash__stats__row-total {
      text-align: center;
      margin-top: 50px; }
      .dash__stats__row-total p {
        font-family: 'Lato-Regular';
        color: #868686;
        font-size: 14px;
        margin: 10px 0; }
  .dash__main {
    margin-top: 20px;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1024px) {
    .dash {
      padding: 0 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .dash__stats {
        margin-right: 50px; }
      .dash__main {
        margin-top: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

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