@media (min-width: 1000px) {
  .tablet:not(.desktop), .mobile:not(.desktop) {
    display: none !important;
  }
}
@media (max-width: 1000px) and (min-width: 660px) {
  .desktop:not(.tablet), .mobile:not(.tablet) {
    display: none !important;
  }
}
@media (max-width: 660px) {
  .desktop:not(.mobile), .tablet:not(.mobile) {
    display: none !important;
  }
}
.auth-page {
  display: flex;
}
.auth-page .left-col {
  width: 61.45%;
  padding: 140px 0 0;
  background: url("../images/image-box.png") no-repeat center bottom/100%, linear-gradient(180deg, #FFAC62 0%, #F38828 100%);
  color: #fff;
}
.auth-page .left-col .block-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.auth-page .left-col .block-text {
  margin: 8px 0 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.auth-page .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 38.55%;
  padding: 100px 50px 85px;
}
.auth-page .right-col .logo {
  margin: 0 auto;
  width: 165px;
  height: 56px;
}
.auth-page .right-col .logo svg {
  width: 100%;
  height: 100%;
}
.auth-page .right-col .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-page .right-col .form .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.auth-page .right-col .form .text {
  margin: 10px 0 0;
  width: 450px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.auth-page .right-col .form form {
  margin: 36px 0 0;
  width: 290px;
}
.auth-page .right-col .form form input {
  padding: 14px;
  background: #FFFFFF;
  border: 1px solid #C9DBFF;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
}
.auth-page .right-col .form form input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #A0CCFA;
}
.auth-page .right-col .form form .submit-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.auth-page .right-col .form form .submit-block .forgot-password {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 19px;
  color: #027BF8;
  text-align: right;
}
.auth-page .right-col .form form .submit-block .submit-btn {
  width: 100%;
  display: inline-block;
  margin: 26px 0 0;
  padding: 16px 0;
  background: linear-gradient(180deg, #4DA4FF 0%, #027BF8 100%);
  box-shadow: 0px 10px 30px rgba(0, 80, 162, 0.2);
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.auth-page .right-col .form form .submit-block .back-btn {
  margin: 36px auto 0;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #027BF8;
}
.auth-page .right-col .form .error {
  margin: 36px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FF0000;
}
.auth-page .right-col .btn {
  padding: 12px 20px 12px 12px;
  background: #E7F3FF;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #027BF8;
}
.auth-page .right-col .btn svg {
  display: inline-block;
  margin: 0 10px 0 0;
}

@media (max-width: 660px) {
  .auth-page {
    display: flex;
  }
  .auth-page .left-col {
    display: none;
  }
  .auth-page .right-col {
    width: 100%;
    padding: 30px 40px 40px;
  }
  .auth-page .right-col .form form .submit-block .submit-btn {
    margin: 30px 0 0;
  }
}

/*# sourceMappingURL=new-app.css.map */
