@charset "UTF-8";

@font-face {
    font-family: 'EuclidCircularB';

    src: url('https://cdn.nexoya.io/font/EuclidCircularB-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    min-height: 100vh;
    color: #2a2b2e;
    font-family: EuclidCircularB, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    display: flex;
    flex-direction: column;
    line-height: 1.42;
}
.e-learning {
    font-family: Abel, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
}
.holder {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
@media (max-width: 600px) {
    .old .bg {
        background-image: url(https://storage.googleapis.com/nexoya-images/01_img/auth-bg.png);
    }
}
@media (min-width: 601px) {
    .old .bg {
        background-image: url(https://storage.googleapis.com/nexoya-images/01_img/auth-bg.png);
    }
}

.root-wrap {
  visibility: hidden;
  opacity: 0;
  transition: 1s all;
}
.root-wrap.entered {
  visibility: visible;
  opacity: 1;
}
.inner-wrap {
  padding: 25px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.logo {
  display: none;
}
header {
  margin-bottom: 40px;
}
header h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}
header p {
  color: #a0a2ad;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: normal;
}
.box {
  display: block;
  flex-direction: column;
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.box > * {
  flex: 1;
}
.form-footer {
  display: flex;
  flex-direction: column;
}
.form-footer .form-footer-top-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forgot-password {
  font: inherit;
  text-decoration: underline;
  background: none;
  border: none;
  font-size: 11px;
  font-weight: 500;
  color: #72bf1e;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.175s;
}
.forgot-password:hover {
  opacity: 0.75;
}
.toggle {
  font-size: 14px;
  color: #a0a2ad;
}
.toggle span {
  margin-right: 20px;
}
.strikethrough {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(223, 225, 237, 0.66);
  line-height: 0.1em;
  margin: 40px 0;
}
.strikethrough span {
  color: #a0a2ad;
  background: white;
  padding: 0 10px;
}
.inner-box {
  display: flex;
  flex-direction: column;
}
.note {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 25px;
}
.email-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #767676;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 32px;
}
.note .privacy {
  display: inline-block;
}
.note .password {
  display: none;
}
.note.reset {
  display: none;
}
.note.login .privacy {
  display: none;
}
.note.login .password {
  display: inline-block;
}
.note a {
  color: rgba(0, 0, 0, 0.6);
}
#error-message {
  display: none;
}

.old .logo {
  display: block;
}
.old footer {
  display: block;
}
 
.field-group {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.field-group.error .field-hint {
  color: #ed3434;
}
.field-group.success input {
  border: 2px solid #0ec76a;
}
.field-group.error input {
  border: 2px solid #ed3434;
}
.field-group label {
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #b7bac7;
  top: -24px;
  text-transform: uppercase;
  transform: scale(0.75);
  transform-origin: left center;
  transition: top 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, top 0.15s;
  transition: transform 0.15s, top 0.15s, -webkit-transform 0.15s;
  pointer-events: none;
}

input {
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #b7bac7;
  margin: 0;
  padding: 12px 12px;
  display: block;
  min-width: 0;
  box-sizing: content-box;
  background: none;
  vertical-align: middle;
  border: 1px solid rgba(223, 225, 237, 0.66);
  border-radius: 5px;
  width: calc(100% - 24px);
  transition: border 0.175s;
}

input::placeholder {
  color: #b7bac7;
  letter-spacing: 0.6px;
}

input:focus {
  outline: none;
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 228.619;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #7ed321;
  }
}
.field-input-icon {
  color: #bab7c2;
  position: absolute;
  right: 12px;
  top: 35px;
  font-size: 18px;
}
.field-input-icon:hover {
  color: #a0a2ad;
}
.field-group.focus path {
  stroke: #7ed321;
  stroke-dasharray: 228.619;
  stroke-dashoffset: 228.619;
  animation: checkmark 0.3s ease;
  animation-fill-mode: forwards;
}

.field-hint {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.btn {
  display: inline-block;
  font: inherit;
  cursor: pointer;
  color: #a0a2ad;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.175s;
  box-shadow: 0 2px 4px -2px rgba(54, 55, 59, 0.14);
  border: 1px solid rgba(223, 225, 237, 0.66);
  outline: none;
}
.btn:hover {
  opacity: 0.75;
}
.btn:disabled, .btn[disabled] {
  cursor: default;
  pointer-events: none;
  border: 1px solid #dfe1ed;
  opacity: 0.5;
}
.btn.btn-text {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  color: #a0a2ad;
  outline: none;
}
.btn-primary {
  background-color: #0ec76a;
  border: none;
  color: white;
  min-width: 100px;
}
.btn-secondary {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(113, 114, 122, 0.08);
  border: 1px solid rgba(223, 225, 237, 0.5);
  color: #a0a2ad;
  min-width: 100px;
  margin-bottom: 10px;
}
.btn-secondary:hover {
  border: solid 1px rgba(223, 225, 237, 0.75);
  color: #888a94;
}
.btn-tertiary {
  padding: 5px 15px;
  border: none;
  background: rgba(223, 225, 237, 0.25);
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: rgba(0, 0, 0, 0.3);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    transform: scale(1);
    background-color: rgba(0, 0, 0, 1);
  }
}
.btn-loader {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-loader i {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px;
}
.btn-loader i:nth-child(1) {
  animation-delay: 0.1s;
}
.btn-loader i:nth-child(2) {
  animation-delay: 0.3s;
}
.btn-loader i:nth-child(3) {
  animation-delay: 0.5s;
}

.btn-async {
  position: relative;
}
.btn-async.loading span:first-child {
  opacity: 0;
  visibility: hidden;
}
.btn-async.loading > span:nth-child(2) {
  display: flex;
}
.btn-async > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-async > span:first-child svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.btn-async > span:nth-child(2) {
  display: none;
}

/*// .btn-google {*/
/*//   color: white;*/
/*//   background-color: #ffffff;*/
/*//   padding-top: 7px;*/
/*//   padding-bottom: 6px;*/
/*//   color: #000000;*/
/*//   position: relative;*/

/*//   span {*/
/*     //     display: flex;*/
/*     //     align-items: center;*/
/*     //     text-align: left;*/
/*     //     line-height: 1;*/
/*     //   }*/

/*//   svg {*/
/*     //     display: inline-block;*/
/*     //     width: 20px;*/
/*     //     margin-right: 10px;*/
/*     //   }*/
/*// }*/

fieldset {
  border: none;
}
fieldset:disabled, fieldset[disabled] {
  opacity: 0.5;
}

.err {
  background: #ed3434;
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
  display: flex;
  align-items: center;
  width: 400px;
  font-size: 12px;
  margin: 0 0 48px 0;
}
.err svg {
  stroke: white;
  margin-right: 10px;
}

.form-error {
  position: absolute;
  top: -20px;
  font-size: 10px;
  color: red;
}

.msg {
  background: #0ec76a;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 0 48px 0;
  color: white;
  display: flex;
  align-items: center;
  width: 400px;
}
.msg svg {
  stroke: white;
  margin-right: 10px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
}

.logo {
  width: 200px;
}
.logo .group-center, .logo .group-tire-first, .logo .group-tire-second {
  fill: #0ec76a;
}
.logo .group-center {
  /* opacity: 0;
   */
}
.logo .group-tire-first {
  fill-opacity: 0.4;
}
.logo .group-tire-second {
  fill-opacity: 0.2;
}
.logo .logo-name {
  fill: #1e1f21;
}

footer {
  display: none;
  margin-top: auto;
  color: #0e0a1a;
  font-size: 10px;
}
footer .inner-wrap {
  padding: 15px 0;
}
@media (min-width: 800px) {
  footer .inner-wrap {
    padding: 15px 50px;
  }
}
footer a {
  color: #bab7c2;
  text-decoration: none;
}
