/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here   that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.alert {
  background: #4d4d4d;
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  /*line-height: 17px;*/

  font-size: 12px;
}
.alert a,
.alert a:active,
.alert a:visited {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.alert a:hover,
.alert a:active:hover,
.alert a:visited:hover {
  color: #fff;
}
.alert.error {
  background: #ff2e46;
}
.alert.success {
  background: #4bad00;
}
.alert.info {
  background: #2e9fff;
}
.alert.realtime {
  background: #ffc62e;
}
.alert-heading {
  color: inherit;
}
.alert li {
  font-weight: 700;
  line-height: 1.4em;
}
button.alert {
  width: 100%;
  display: block;
  text-align: center;
}
.close {
  color: #fff !important;
  text-decoration: none !important;
  float: right;
  font-weight: bold;
  color: white;
  display: block;
  font-size: 20px;
  opacity: 0.8;
  padding: 0 !important;
  background: none !important;
}
.close:hover {
  opacity: 1;
  cursor: pointer;
}
.alert .close {
  position: relative;
  top: -4px;
  right: -21px;
  line-height: 18px;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}
.header {
  background: #2e9fff;
  padding: 20px 30px;
}
.header .logo {
  width: 102px;
  height: 20px;
  background: url(../img/disqus-logo-white.png);
  text-indent: -9999em;
}
a {
  text-decoration: none;
  color: #2e9fff;
  -webkit-transition: color linear 0.1s;
  -moz-transition: color linear 0.1s;
  -ms-transition: color linear 0.1s;
  -o-transition: color linear 0.1s;
  transition: color linear 0.1s;
  font-weight: 500;
}
a:hover {
  color: #1977ca;
}
.container {
  background: #fff;
  padding: 20px 30px;
}
.form-avatar {
  float: left;
  width: 125px;
}
.form-fieldset {
  float: left;
  margin-left: -125px;
  width: 100%;
}
.no-avatar .form-avatar {
  display: none;
}
.no-avatar .form-rows,
.no-avatar .form-fieldset {
  margin-left: inherit;
}
.form-rows {
  margin-left: 125px;
}
.form-row {
  margin: 0 0 18px;
  width: 100%;
}
.form-row label {
  font-size: 11px;
  color: #8e949c;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 8px;
}
.form-row label span.subtext {
  font-weight: 500;
}
.form-row input {
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 8px;
  border: 1px solid #cdd4d8;
  border-radius: 3px;
}
.form-row input:focus {
  border-color: #2e9fff;
  outline: none;
}
.form-row .forget-pw {
  color: #999;
  font-size: 11px;
}
.form-row .forget-pw:hover {
  color: #2e9fff;
}
.btn {
  background: #778289;
  background: rgba(29,47,58,.6);
  color: #fff;
  display: inline-block;
  padding: 9px 16px;
  line-height: 1.1;
  border-radius: 3px;
  font-weight: 500;
  font-weight: bold;
}
.btn:hover {
  background-position: 0 -40px;
  background-color: #606d75;
  background-color: rgba(29,47,58,.7);
}
.btn:active,
.btn.active {
  background-color: #2e9fff;
}
.btn:visited {
  color: #555;
}
.btn.busy {
  background: #ebeef2;
  color: #bbb;
  text-shadow: none;
}
.btn.busy:hover {
  background: #ebeef2;
  text-shadow: none;
  cursor: not-allowed;
}
.btn.busy:active {
  background: #ebeef2;
  text-shadow: none;
  cursor: not-allowed;
}
.btn.small {
  font-size: 12px;
  padding: 8px 10px;
  background-position: 0 -10px;
}
.btn.small:hover {
  background-position: 0 -40px;
}
.btn.main {
  margin: 0 8px 0 0;
}
.btn:disabled {
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.btn:disabled:hover {
  background: #778289;
  background: rgba(29,47,58,.6);
}
.btn.active:disabled:hover {
    background: #2e9fff;
}
.pull-right {
  float: right;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
#js-content {
  width: 100%;
  display: inline-block;
}
.captcha-row {
  text-align: center;
}
.captcha-row .g-recaptcha {
  display: inline-block;
}
.acceptance-text {
  margin: 10px 0 15px;
  color: #778289;
  color: rgba(29,47,58,.6);
  line-height: 1.5em;
}
.submitting-container {
  position: relative;
  display: inline-block;
}
.spinner {
    z-index: 50;
    width: 15px;
    height: 15px;
    border-radius: 28px;
    border: 2px solid transparent;
    border-color: transparent #778289 transparent #778289;
    margin: auto;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    -webkit-animation: rotate-loading 1.2s linear 0s infinite normal;
    animation: rotate-loading 1.2s linear 0s infinite normal;
    display: none;
}
@-webkit-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.actions.is-submitting .spinner {
  display: block;
}
.actions.is-submitting .cancel {
  display: none;
}

.login-sync p {
  line-height: 1.4em;
}
.login-sync .sync-header {
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login-sync .provider-name {
    text-transform: capitalize;
}
.login-sync .sync-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  /*sync arrows go here*/
}
.login-sync .sync-wrap div {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 10px;
}
.login-sync .sync-wrap__item {
  width: 70px;
  height: 70px;
}
.login-sync .avatar-med {
  border-radius: 50%;
}
.login-sync .username {
  margin-top: 12px;
  color: #888;
}
.login-sync-actions .submitting-container {
  position: relative;
  display: block;
  text-align: center;
  margin: 0, auto, 10px;
  color: #888;
}
.login-sync-actions .submitting-container button.main {
  padding: 12px 50px;
  margin-bottom: 10px;
}
.cancelbtn {
  background: transparent;
  color: #2e9fff;
}

.login-sync .spinner {
    position: relative;;
    top: 20px;
}

.login-sync .social-button {
    margin-left: auto;
    margin-right: auto;
}

.login-sync .social-button img{
  width: 50px;
  height: 50px;
  margin: 10px;
}

.social-button.-twitter {
  background-color: #000000;
}
.social-button.-twitter img {
  filter: invert(1);
}

.social-button.-facebook {
  background-color: #3B5998;
}

.social-button.-google {
  background-color: #D34836;
}

.social-button.-amazon {
  background-color: #ff9900;
}

.next-tos-form label {
    display: flex;
    margin-bottom: 15px;
}

.next-tos-form input[type="checkbox"] {
    margin: 3px 5px 0 0;
}

.next-tos-form a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.next-tos-form #auth-form-actions {
    text-align: center;
}

.next-tos-form .btn.submit {
    padding: 10px 80px;
}

.tos__container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tos__container label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.tos__container input[type=checkbox] {
    margin: 4px 5px 0 0 !important;
    flex: none;
}

.tos__container input[type=checkbox] a {
    font-weight: 600;
    text-decoration: underline;
}

.privacy-info {
  font-size: 12px;

  ul {
    list-style: revert;
    padding: 0 0 0 12px;
    margin: 0;

    li {
      line-height: 1.1;
      margin-top: 2px;
    }
  }
}