*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html, button,
input, select,
textarea {
  outline: 0;
}

article, aside,
details, figcaption,
figure, footer,
header, hgroup,
main, nav,
section, summary {
  display: block;
}

body, form,
fieldset, legend,
input, select,
textarea, button {
  margin: 0;
}

audio, canvas,
progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

svg, svg > use {
  pointer-events: none;
}

.icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.7rem;
}


/* Typography */

p {
  margin: 0 0 1em 0;
}

a {
  text-decoration: none;
  color: #999;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
  color: #bababa;
}

a, button,
.link, .fade {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-weight: 400;
}

h1, .h1 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 2.125rem;
}

h2, .h2 {
  margin-top: 1.4em;
  margin-bottom: 0.2em;
  font-size: 1.625rem;
  line-height: 2rem;
}

h3, .h3 {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

h4, .h4 {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h5, .h5 {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-size: 1rem;
  line-height: 1.375rem;
}

h6, .h6 {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

b, strong, .strong {
  font-weight: 500;
}

em, .em {
  font-style: italic;
}

abbr[title], .abbr[title] {
  cursor: default;
}

small, .small {
  font-size: 80%;
}

sub, .sub,
sup, .sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup, .sup {
  top: -0.5em;
}

sub, .sub {
  bottom: -0.25em;
}

del, .del {
  text-decoration: line-through;
}

figure {
  margin: 1em 40px;
}

figure img {
  width: 100%;
}

figcaption {
  padding: 0.4rem 0 0;
  font-size: 0.9rem;
  color: #555;
}

hr, .hr {
  height: 1px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 2em 0;
  border: 0;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 20px;
}

ul li,
ol li {
  margin-bottom: 5px;
}

dl:before, dl:after {
  content: " ";
  display: table;
}

dl:after {
  clear: both;
}

dl dt {
  display: block;
  width: 25%;
  float: left;
  font-weight: 500;
}

dl dd {
  display: block;
  overflow: hidden;
}

blockquote, .blockquote {
  margin: 2em 0;
  font-style: italic;
}

blockquote p, .blockquote p {
  margin-bottom: 0.4em;
  font-size: 1.2rem;
}

blockquote cite, .blockquote cite {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-weight: 500;
  font-style: normal;
}

caption {
  padding: 0.5em 0;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
  text-align: left;
}

table {
  width: 100%;
  margin: 1em 0;
  font-size: 0.875rem;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

table thead td, table tbody td,
table tfoot td, table thead th,
table tbody th, table tfoot th {
  padding: 0.8em 0.5em;
  color: #585858;
  border-bottom: 1px solid #e9e9e9;
}

code, kbd,
pre, samp {
  padding: 5px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'courier new', monospace, serif;
  font-weight: normal;
  background-color: #f1f1f1;
  color: #272727;
}

pre {
  padding: 10px;
  overflow: scroll;
  border: 1px solid #d7d7d7;
}


/* Forms */

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

.form-row:not(:last-child) {
  margin: 0 0 15px 0;
  clear: both;
}

.button-row {
  margin-top: 30px;
}

label, button,
input, optgroup,
select, textarea {
  margin: 0;
  color: #222;
  font: inherit;
}

label.label-inline {
  margin-left: 5px;
}

[type="text"], [type="email"],
[type="password"], [type="tel"],
[type="number"], [type="date"] {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

[type="text"]:focus, [type="email"]:focus,
[type="password"]:focus, [type="tel"]:focus,
[type="number"]:focus, [type="date"]:focus {
  outline: 0;
  background-color: #fff;
  border-color: #b4b4b4;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  padding: 10px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #b5b6b4;
}

textarea:focus {
  outline: 0;
  background-color: #fff;
  border-color: #868784;
}

select {
  height: 36px;
  max-width: 100%;
  padding: 0 10px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #b5b6b4;
}

select:focus {
  outline: 0;
  background-color: #fff;
  border-color: #868784;
}

button {
  width: 100%;
  padding: 10px;
  overflow: visible;
  text-transform: none;
  background-color: #999;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

button:hover, button:active {
  background-color: #a8a8a8;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button[disabled], input[disabled] {
  cursor: not-allowed;
}

input[disabled], textarea[disabled],
select[disabled] {
  opacity: 0.3;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}


/* Alerts */

.alert {
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-error {
  background-color: #ab7bae;
  border-color: #b485b8;
  color: #fff;
}

.alert-error hr {
  border-top-color: #e4b9c0;
}

.alert-error .alert-link {
  color: #843534;
}


/* Responsive Grid */

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 740px) {
  .container, .container-full {
    width: 720px;
  }

  .container-tablet {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full-tablet {
    width: 720px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 980px) {
  .container, .container-full {
    width: 960px;
  }

  .container-desktop {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full-desktop {
    width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1140px) {
  .container, .container-full {
    width: 1120px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 740px) {
  .col-1-tablet, .col-2-tablet, .col-3-tablet,
  .col-4-tablet, .col-5-tablet, .col-6-tablet,
  .col-7-tablet, .col-8-tablet, .col-9-tablet,
  .col-10-tablet, .col-11-tablet, .col-12-tablet {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-tablet {
    width: 8.33333333%;
  }

  .col-2-tablet {
    width: 16.66666667%;
  }

  .col-3-tablet {
    width: 25%;
  }

  .col-4-tablet {
    width: 33.33333333%;
  }

  .col-5-tablet {
    width: 41.66666667%;
  }

  .col-6-tablet {
    width: 50%;
  }

  .col-7-tablet {
    width: 58.33333333%;
  }

  .col-8-tablet {
    width: 66.66666667%;
  }

  .col-9-tablet {
    width: 75%;
  }

  .col-10-tablet {
    width: 83.33333333%;
  }

  .col-11-tablet {
    width: 91.66666667%;
  }

  .col-12-tablet {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) {
  .col-1-desktop, .col-2-desktop, .col-3-desktop,
  .col-4-desktop, .col-5-desktop, .col-6-desktop,
  .col-7-desktop, .col-8-desktop,.col-9-desktop,
  .col-10-desktop, .col-11-desktop, .col-12-desktop {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-desktop {
    width: 8.33333333%;
  }

  .col-2-desktop {
    width: 16.66666667%;
  }

  .col-3-desktop {
    width: 25%;
  }

  .col-4-desktop {
    width: 33.33333333%;
  }

  .col-5-desktop {
    width: 41.66666667%;
  }

  .col-6-desktop {
    width: 50%;
  }

  .col-7-desktop {
    width: 58.33333333%;
  }

  .col-8-desktop {
    width: 66.66666667%;
  }

  .col-9-desktop {
    width: 75%;
  }

  .col-10-desktop {
    width: 83.33333333%;
  }

  .col-11-desktop {
    width: 91.66666667%;
  }

  .col-12-desktop {
    width: 100%;
  }
}


/* Helper classes */

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-float {
  float: none;
}

.no-background {
  background: transparent;
}

.no-border {
  border: 0;
}

.font-normal {
  font-style: normal;
}

.font-italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-unstyled li {
  margin: 0;
  padding: 0;
}

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.img-responsive {
  max-width: 100%;
}

.img-left {
  float: left;
  margin-right: 20px;
}

.img-right {
  float: right;
  margin-left: 20px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none;
  }

  .no-padding-tablet {
    padding: 0;
  }

  .no-margin-tablet {
    margin: 0;
  }

  .none-tablet {
    display: none;
  }

  .block-tablet {
    display: block;
  }

  .relative-tablet {
    position: relative;
  }

  .inline-block-tablet {
    display: inline-block;
  }

  .inline-tablet {
    display: inline;
  }

  .left-tablet {
    float: left;
  }

  .right-tablet {
    float: right;
  }

  .center-element-tablet {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-left-tablet {
    text-align: left;
  }

  .text-right-tablet {
    text-align: right;
  }

  .text-center-tablet {
    text-align: center;
  }

  .no-col-tablet {
    width: auto;
    float: none;
  }
}

@media only screen and (min-width: 980px) {
  .no-float-desktop {
    float: none;
  }

  .no-padding-desktop {
    padding: 0;
  }

  .no-margin-desktop {
    margin: 0;
  }

  .none-desktop {
    display: none;
  }

  .block-desktop {
    display: block;
  }

  .relative-desktop {
    position: relative;
  }

  .inline-block-desktop {
    display: inline-block;
  }

  .inline-desktop {
    display: inline;
  }

  .left-desktop {
    float: left;
  }

  .right-desktop {
    float: right;
  }

  .center-element-desktop {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-left-desktop {
    text-align: left;
  }

  .text-right-desktop {
    text-align: right;
  }

  .text-center-desktop {
    text-align: center;
  }

  .no-col-desktop {
    width: auto;
    float: none;
  }
}


/* Elebase colors */

.color-aluminum {
  color: #b5b6b4;
}

.bg-alumimum {
  background-color: #b5b6b4;
}

.color-charcoal {
  color: #231e21;
}

.bg-charcoal {
  background-color: #231e21;
}

.color-slate {
  color: #353535;
}

.bg-slate {
  background-color: #353535;
}

.color-gray {
  color: #4a4a4c;
}

.bg-gray {
  background-color: #4a4a4c;
}

.color-dust {
  color: #f9f9f9;
}

.bg-dust {
  background-color: #f9f9f9;
}

.color-silver {
  color: #868784;
}

.bg-silver {
  background-color: #868784;
}

/* Login/join views */

.app-container {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .app-container {
    margin: 50px 0;
  }
}

.access, .access-bottom {
  max-width: 500px;
}

.access {
  margin: 0 auto;
  padding: 25px 30px 30px 30px;
  border-radius: 5px;
}

.access h1 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.get-started-free-h1 {
  margin-bottom: 0.1rem;
}

.access .info {
  margin: -10px 0 10px;
  text-align: center;
  font-size: 1.1rem;
  color: #aeaeaa;
}

.access .alert {
  text-align: center;
}

.access label, .access input {
  color: white;
}

.access input[type="text"],
.access input[type="email"],
.access input[type="password"] {
  width: 100%;
  background-color: #282528;
  border-radius: 5px;
}

.access input:focus {
  background-color: #2f2c2f;
}

.access select {
  display: block;
}

.access .email {
  color: #b5b6b4;
}

.access .remember {
  margin-top: 10px;
}

.access button {
  text-transform: uppercase;
}

.access-bottom {
  margin: 10px auto;
}

.access-bottom a {
  color: #231e21;
  border-bottom: 1px solid #beb7c1;
}

.access-bottom a:hover {
  color: #464246;
}

.logo {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.logo:hover {
  color: rgba(0, 0, 0, 0.8);
}

.logo > .icon {
  width: 80px;
  height: 17px;
}

/* Join template (account-style layout for /join flow) */

body.account-template {
  background-color: #ffffff;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.account-template .account-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 30px 50px 0 200px;
  background-color: #ffffff;
}

.account-template .account-header-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.account-template .account-header .icon-elebase-logo {
  display: block;
  width: 140px;
  height: 30px;
  color: #803385;
}

@media (max-width: 767px) {
  .account-template .account-header {
    padding: 20px 20px 0 20px;
  }
  .account-template .account-header .icon-elebase-logo {
    width: 112px;
    height: 24px;
  }
}

.account-template .join-main {
  flex: 1 0 auto;
  width: 100%;
  padding: 0;
}

.account-template .join-content {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 40px 20px 60px 200px;
  font-family: 'Noto Sans', Helvetica, sans-serif;
}

.account-template .join-welcome-heading {
  margin: 0;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #36454f;
}

.account-template .join-welcome-text {
  margin: 0.5rem 0 0 0;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #36454f;
  max-width: 420px;
}

.account-template .access {
  margin: 10px 0 0 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  max-width: none;
}

.account-template .join-form .form-row {
  margin: 0 0 16px 0;
  padding: 0;
}

.account-template .join-form .alert {
  max-width: 420px;
  margin-bottom: 16px;
  text-align: left;
}

.account-template .join-verify-alert > p {
  margin: 0;
}

.account-template .join-verify-alert > p + p {
  margin-top: 16px;
}

.account-template .join-email-row {
  width: 420px;
  max-width: 100%;
}

.account-template .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.account-template .access input[type="email"].join-email-input {
  display: block;
  width: 420px;
  max-width: 100%;
  height: 50px;
  padding: 0 14px;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #36454f;
  background-color: #ffffff;
  border: 1px solid #555555;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
}

.account-template .access input[type="email"].join-email-input::placeholder {
  color: #888888;
  font-style: italic;
  opacity: 1;
}

.account-template .access input[type="email"].join-email-input:focus {
  background-color: #ffffff;
  color: #36454f;
  border-color: #803385;
}

.account-template .access input[type="email"].join-email-input:-webkit-autofill,
.account-template .access input[type="email"].join-email-input:-webkit-autofill:hover,
.account-template .access input[type="email"].join-email-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #36454f;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
  caret-color: #36454f;
  border-color: #555555;
}

.account-template .join-turnstile {
  width: 420px;
  max-width: 100%;
  margin-bottom: 16px;
}

.account-template .join-turnstile .cf-turnstile {
  width: 100%;
}

.account-template .join-button-row {
  margin: 0;
}

.account-template .join-start-btn {
  display: block;
  width: 420px;
  max-width: 100%;
  height: 50px;
  padding: 0 28px;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #803385;
  border: 1px solid #803385;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.account-template .join-start-btn:hover,
.account-template .join-start-btn:focus {
  background-color: #6b2b6f;
  border-color: #6b2b6f;
}

.account-template .access-bottom {
  max-width: 420px;
  margin: 24px 0 0 0;
}

.account-template .access-bottom a {
  color: #231e21;
  border-bottom: 1px solid #beb7c1;
}

.account-template .access-bottom a:hover {
  color: #464246;
}

@media (max-width: 767px) {
  .account-template .join-content {
    padding: 60px 20px 40px 20px;
  }
}

.account-template .account-footer {
  flex: 0 0 auto;
  width: 100%;
}

.account-template .account-footer-inner {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.account-template .account-footer .b2 {
  background-color: #282828;
  padding: 4rem 0;
}

.account-template .account-footer .b2 .account-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem 3rem;
}

.account-template .account-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  color: #97999d;
  text-decoration: none;
}

.account-template .account-footer .footer-logo-icon {
  width: 130px;
  height: 28px;
  fill: currentColor;
}

.account-template .account-footer .footer-nav {
  flex: 1 1 auto;
}

.account-template .account-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
}

.account-template .account-footer .footer-nav li {
  margin: 0;
  padding: 0;
}

.account-template .account-footer .footer-nav a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #97999d;
  transition: color 0.2s ease;
  line-height: 1.2;
}

.account-template .account-footer .footer-nav a:hover,
.account-template .account-footer .footer-nav a:focus {
  color: #fff;
  text-decoration: none;
}

.account-template .account-footer .b3 {
  background-color: #1b1b1b;
  padding: 1.5rem 0;
  color: #9b9b9b;
}

.account-template .account-footer .b3 .account-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.account-template .account-footer .b3 .copyright {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1.4;
}

.account-template .account-footer .b3 .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.account-template .account-footer .b3 .social li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.account-template .account-footer .b3 .social a {
  display: inline-flex;
  color: #97999d;
  transition: color 0.2s ease;
}

.account-template .account-footer .b3 .social a:hover,
.account-template .account-footer .b3 .social a:focus {
  color: #fff;
}

.account-template .account-footer .b3 .social .icon {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

@media (min-width: 640px) {
  .account-template .account-footer .b3 .account-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* Login template (account-style layout for /login flow) */

.login-welcome-text:empty {
  display: none;
}

.login-welcome-text .login-welcome-author {
  display: block;
  font-size: 0.8em;
}

.account-template .access input[type="text"].join-email-input,
.account-template .access input[type="password"].join-email-input,
.account-template .access select.join-select {
  display: block;
  width: 420px;
  max-width: 100%;
  height: 50px;
  padding: 0 14px;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #36454f;
  background-color: #ffffff;
  border: 1px solid #555555;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
}

.account-template .access input[type="text"].join-email-input:focus,
.account-template .access input[type="password"].join-email-input:focus,
.account-template .access select.join-select:focus {
  background-color: #ffffff;
  color: #36454f;
  border-color: #803385;
}

.account-template .access input[type="text"].join-email-input:-webkit-autofill,
.account-template .access input[type="text"].join-email-input:-webkit-autofill:hover,
.account-template .access input[type="text"].join-email-input:-webkit-autofill:focus,
.account-template .access input[type="password"].join-email-input:-webkit-autofill,
.account-template .access input[type="password"].join-email-input:-webkit-autofill:hover,
.account-template .access input[type="password"].join-email-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #36454f;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
  caret-color: #36454f;
  border-color: #555555;
}

.account-template .join-form label {
  display: block;
  margin: 0 0 6px 0;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #36454f;
}

.account-template .join-form .email {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 420px;
  max-width: 100%;
  padding: 6px 14px 6px 6px;
  font-family: 'Noto Sans', Helvetica, sans-serif;
  font-size: 14px;
  color: #36454f;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
}

.account-template .join-form .email > .email-address:first-child {
  padding-left: 8px;
}

.account-template .join-form .email .email-address {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-template .join-form .remember,
.account-template .join-form .terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.account-template .join-form .remember label,
.account-template .join-form .terms label {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

.account-template .join-form .terms a {
  color: #803385;
}

.login-template .login-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #36454f;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.login-template .login-back-link:hover,
.login-template .login-back-link:focus {
  color: #803385;
  background-color: #ebebeb;
  outline: none;
}

.login-template .login-back-link .icon {
  width: 16px;
  height: 16px;
}
