@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* ---------- ERIC MEYER'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- */

@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);

.browsehappy {
    margin: 0.2em 0;
    color: #c0392b;
    background: #ecf0f1;
    padding: 0.5em 0;
    text-align: center;
    font-size: 20px;
}

.browsehappy a {
    color: #e74c3c;
}

/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
    background: #393937;
  font: 87.5%/1.5em sans-serif;
}

input {
    font-size: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

/* ---------- LOGIN ---------- */

#login {
    margin: 50px auto;
    width: 242px;
    margin-top: 5% !important;
}

#login span {
    color: #676767;
    display: block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 36px;
}

#login input {
    border: none;
    height: 48px;
    outline: none;
}

#login input[type="text"] {
    background: #dedede;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 5px 5px 0 0;
    color: #363636;
    padding-left: 36px;
    width: 204px;
}

#login input[type="password"] {
    background-color: #dedede;
    border-top: 1px solid #828282;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0 0 5px 5px;
    color: #363636;
    margin-bottom: 20px;
    padding-left: 36px;
    width: 204px;
}

#login input[type="submit"] {
    background: #e14d4d;
    border: 1px solid #391515;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 240px;
    cursor: pointer;
}

#login input[type="submit"]:hover {
    background: #f15958;
}


ul {
  position: fixed;
  top: 35px;
  left: 10px;
  list-style: none;
}
ul > li {
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul > li:hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#container {
  width: 100%;
  height: 100%;
}

#waves {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: -33%;
  z-index: -1;
}

@media only screen  and (max-width : 1224px) {
  #login {
    margin-top: 3%;
  }

  #waves {
    margin-top: -65%;
  }
}

@media only screen  and (max-width : 622px) {
  #waves {
    margin-top: -120%;
  }
}

.failure-message {
  color: red;
  z-index: 200;
  width: 100%;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
  margin-top: 5px;
}

/* --------------- badges --------------- */

.apps-badges {
  text-align: center;
}

.apps-badges div {
  display: inline-block;
  margin: 10px;
}

.google-badge img {
  height: 42px;
}
