﻿* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
object,
embed,
iframe {
  max-width: 100%;
}
html,
body,
.main-wrapper {
  height: 100%;
}
html {
  overflow-y: scroll;
}
li {
  list-style: none;
}
blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  content: "";
  content: none;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 700;
  text-align: left;
  vertical-align: bottom;
}
td {
  font-weight: 400;
  vertical-align: top;
}
input,
select {
  vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: text-top;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
button,
input[type="button"],
input[type="submit"] {
  width: auto;
  overflow: visible;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.clickable,
label,
input[type="button"],
[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}
img {
  -ms-interpolation-mode: bicubic;
}
a img {
  border: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.button-text {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.login-view__buttons {
  padding-top: 1.5rem;
}
.login-view__button {
  display: block;
  width: 100%;
  margin: 0 auto 1rem;
  max-width: 28rem;
  text-decoration: none;
}
.login-view__agree {
  text-align: center;
}
.login-view__oauth-scope-notes {
  margin-left: -16px;
  margin-right: -16px;
  padding: 1.5em;
  background-color: #46bc99;
  color: #fff;
  font-size: 1.4rem;
}
.login-view__oauth-scope-notes a {
  color: inherit;
  text-decoration: underline;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
.menu-animation {
  -webkit-animation: appear 1s linear 2s 1 normal forwards;
  animation: appear 1s linear 2s 1 normal forwards;
  opacity: 0;
}
.bg-animation {
  -webkit-animation: disappear 1s linear 0.5s;
  animation: disappear 1s linear 0.5s;
  position: absolute;
  background: #231f20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
a {
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in-out, color 0.2s ease-in,
    background 0.15s ease-out, border-color 0.15s,
    -webkit-box-shadow 0.05s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.2s ease-in,
    background 0.15s ease-out, border-color 0.15s,
    -webkit-box-shadow 0.05s ease-in-out;
  transition: opacity 0.1s ease-in-out, color 0.2s ease-in,
    background 0.15s ease-out, box-shadow 0.05s ease-in-out, border-color 0.15s;
  transition: opacity 0.1s ease-in-out, color 0.2s ease-in,
    background 0.15s ease-out, box-shadow 0.05s ease-in-out, border-color 0.15s,
    -webkit-box-shadow 0.05s ease-in-out;
}
.avatar,
.msg span {
  -webkit-transition: opacity 0.05s cubic-bezier(0.31, -0.13, 0.5, 1.39),
    top 0.25s, -webkit-transform 0.2s cubic-bezier(0.31, -0.13, 0.5, 1.39);
  transition: opacity 0.05s cubic-bezier(0.31, -0.13, 0.5, 1.39), top 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.31, -0.13, 0.5, 1.39);
  transition: transform 0.2s cubic-bezier(0.31, -0.13, 0.5, 1.39),
    opacity 0.05s cubic-bezier(0.31, -0.13, 0.5, 1.39), top 0.25s;
  transition: transform 0.2s cubic-bezier(0.31, -0.13, 0.5, 1.39),
    opacity 0.05s cubic-bezier(0.31, -0.13, 0.5, 1.39), top 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.31, -0.13, 0.5, 1.39);
}
.tooltip {
  -webkit-transition: margin-top 0.3s cubic-bezier(0.31, -0.13, 0.5, 1.39),
    opacity 0.3s cubic-bezier(0.31, -0.13, 0.5, 1.39);
  transition: margin-top 0.3s cubic-bezier(0.31, -0.13, 0.5, 1.39),
    opacity 0.3s cubic-bezier(0.31, -0.13, 0.5, 1.39);
}
body,
.fonts-loaded.fonts-loaded body {
  font-family: proxima-nova-alt, Proxima Nova Alt, sans-serif;
}
button,
.btn,
.site-nav a,
.team b,
footer small a {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
blockquote p {
  position: relative;
  font-family: DP, sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
}
h1,
h2 {
  margin-bottom: 25px;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h1:after,
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  display: block;
  width: 60px;
  height: 3px;
  background: currentColor;
  opacity: 0.1;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 16px 25px 14px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  background: #45cba1;
  color: #fff;
}
.btn img {
  margin: -1px 12px 0 -3px;
  vertical-align: middle;
}
.osx:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin: -4px 10px -4px -5px;
  font: 16px "Helvetica Neue", Arial, sans-serif;
}
.btn.secondary {
  background: #ea9448;
}
.btn.subdued {
  background: #cdcac3;
}
.btn:hover {
  -webkit-box-shadow: inset 0 0 0 250px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 250px rgba(0, 0, 0, 0.05);
}
.btn:active {
  -webkit-box-shadow: inset 0 0 0 250px rgba(0, 0, 0, 0.05),
    inset 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 250px rgba(0, 0, 0, 0.05),
    inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn.outline {
  color: #84817b !important;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px rgba(132, 129, 123, 0.15);
  box-shadow: inset 0 0 0 2px rgba(132, 129, 123, 0.15);
}
.btn.outline:hover {
  background: rgba(200, 200, 200, 0.1);
}
.btn.outline:active {
  color: #84817b !important;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px rgba(132, 129, 123, 0.15),
    inset 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 2px rgba(132, 129, 123, 0.15),
    inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.tooltip-container {
  position: relative;
}
.tooltip {
  display: block;
  padding: 15px 20px 12px;
  position: absolute;
  left: 0;
  top: 30px;
  background: rgba(12, 17, 15, 0.4);
  color: #fff;
  pointer-events: none;
  border-radius: 6px;
  opacity: 0;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
.tooltip-container:hover .tooltip {
  margin-top: 30px;
  opacity: 1;
}
.tooltip-container.out .tooltip {
  margin-top: 60px;
}
.tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(12, 17, 15, 0.4);
}
#bottom-panel{
  position: absolute;
  bottom: 1em;
  color: #cdcac3;
}
.wrap {
  margin: 0 auto;
  text-align: center;
}
.wrap .half {
  float: left;
  width: 50%;
}
.panel,
section {
  position: relative;
  min-height: 250px;
}

.msg span {
  position: absolute;
  left: 0;
  top: -30px;
  width: auto;
  height: auto;
  padding: 14px 20px 12px;
  background: #fff;
  color: #75726b;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 -4px 5px rgba(0, 0, 0, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 5px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.msg span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ebebeb;
}
.msg span.enter {
  top: -66px;
}

#testimonials-panel .quotes:before {
  content: url("../images/home/arrow.png");
  position: absolute;
  left: -20px;
  top: 30px;
}
.desktopOnly {
  display: none;
}
.exceptDesktop {
  display: none;
}
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
body {
  font-family: SourceSansLocal, Source Sans Pro, -apple-system, Roboto,
    Helvetica, Arial, sans-serif;
  background-color: white;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
.fonts-loaded body {
  font-family: SourceSansLocal, source-sans-pro, Source Sans Pro, -apple-system,
    Roboto, pt sans, calibri, sans-serif;
}
p {
  margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
h1 {
  font-size: 1.802em;
  margin: 0.901em 0;
}
h2 {
  font-size: 1.424em;
}
h2 + p {
  margin-top: 0;
}
h3 {
  font-size: 1.266em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  font-weight: 400;
}
small,
.u-font-smaller {
  font-size: 0.889em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.6;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.u-font-larger {
  font-size: 1.125em;
}
input {
  font-family: inherit;
}
.error-text {
  color: #e74c3c;
}
body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dropdown {
  0% {
    top: -100px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 4px;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes dropdown {
  0% {
    top: -100px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 4px;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes tuck-legs {
  0% {
    height: 20px;
  }
  40% {
    height: 20px;
  }
  50% {
    height: 16px;
  }
  60% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}
@keyframes tuck-legs {
  0% {
    height: 20px;
  }
  40% {
    height: 20px;
  }
  50% {
    height: 16px;
  }
  60% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}
@-webkit-keyframes tuck-arms {
  0% {
    top: 0;
    height: 15px;
  }
  40% {
    top: 0;
    height: 15px;
  }
  50% {
    top: 4px;
    height: 11px;
  }
  60% {
    top: 4px;
    height: 11px;
  }
  90% {
    top: 4px;
    height: 11px;
  }
}
@keyframes tuck-arms {
  0% {
    top: 0;
    height: 15px;
  }
  40% {
    top: 0;
    height: 15px;
  }
  50% {
    top: 4px;
    height: 11px;
  }
  60% {
    top: 4px;
    height: 11px;
  }
  90% {
    top: 4px;
    height: 11px;
  }
}
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.logo-holder {
  position: relative;
  width: 20px;
  height: 24px;
}
.logo-animation {
  -webkit-animation: dropdown 3s linear 3s 1 normal forwards;
  animation: dropdown 3s linear 3s 1 normal forwards;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.logo-left-arm {
  -webkit-animation-name: tuck-arms;
  animation-name: tuck-arms;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  width: 2px;
  height: 15px;
}
.logo-body-left {
  -webkit-animation-name: tuck-legs;
  animation-name: tuck-legs;
  position: absolute;
  background-color: white;
  left: 5px;
  width: 2px;
  top: 4px;
  height: 20px;
}
.logo-body-right {
  -webkit-animation-name: tuck-legs;
  animation-name: tuck-legs;
  position: absolute;
  background-color: white;
  left: 10px;
  width: 2px;
  top: 4px;
  height: 20px;
}
.logo-right-arm {
  -webkit-animation-name: tuck-arms;
  animation-name: tuck-arms;
  position: absolute;
  left: 15px;
  top: 4px;
  background-color: white;
  width: 2px;
  height: 11px;
}
.logo-image {
  width: 95px;
  margin-left: 1em;
  margin-right: 0.15em;
  -webkit-animation-name: appear;
  animation-name: appear;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  color: white;
  background: #231f20;
  overflow: auto;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after {
  display: none;
}
a {
  color: inherit;
}
.background {
  background: no-repeat center center;
  background-size: cover;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login {
  max-width: 100em;
  max-height: 100%;
}
.login .btn {
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
}
.login header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login section {
  text-align: center;
  padding: 0.625em;
}
.login section .btn {
  font-weight: 600;
  font-size: 1.0em;
}
.login section .btn.transparent {
  background: rgba(0, 0, 0, 0.2);
}
.login section .or {
  text-transform: uppercase;
}
.github-icon {
  height: 26px;
}
.ms-2{
    margin-left:1em;
}
/*# sourceMappingURL=login.css.map */
