@font-face {
  font-family: "Campton";
  src: url("../fonts/new-design/Campton-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }
@font-face {
  font-family: "Campton";
  src: url("../fonts/new-design/Campton-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 550;
  font-display: swap; }
@font-face {
  font-family: "Campton";
  src: url("../fonts/new-design/Campton-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: "Campton";
  src: url("../fonts/new-design/Campton-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: "AvenirNextCyr";
  src: url("../fonts/new-design/AvenirNextCyr-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: "AvenirNextCyr";
  src: url("../fonts/new-design/AvenirNextCyr-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }
.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px !important;
  height: 56px !important;
  width: 100% !important;
  transition: all 0.3s ease !important; }
  @media screen and (max-width: 768px) {
    .btn {
      height: 46px !important; } }
  @media screen and (max-width: 600px) {
    .btn {
      width: 100% !important; } }
  .btn-border {
    color: #6C90F5 !important;
    text-align: center !important;
    font-family: 'Campton', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0.1px !important;
    border: 1px solid #6C90F5 !important;
    background: #fff !important;
    box-shadow: unset !important; }
    @media screen and (max-width: 600px) {
      .btn-border {
        width: 100% !important; } }
    .btn-border:hover {
      color: #fff !important;
      background: #6C90F5 !important;
      transition: all 0.3s ease !important;
      transform: translateY(-2px) !important; }
    .btn-border.red {
      border: 1px solid #D62D30 !important;
      color: #D62D30 !important; }
      .btn-border.red:hover {
        background: #D62D30 !important;
        color: white !important; }
  .btn-blue {
    color: #FFF;
    text-align: center;
    font-family: 'Campton', sans-serif;
    font-size: 16px;
    font-weight: 625;
    line-height: 150%;
    padding: 10px 24px !important;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 100px !important;
    background: #6C90F5;
    box-shadow: unset;
    border: 1px solid #6C90F5 !important;
    transition: all 0.3s ease; }
    .btn-blue:hover {
      color: #6C90F5;
      border: 1px solid #6C90F5;
      background: white;
      transition: all 0.3s ease;
      transform: translateY(-3px); }

.auth-logo-box {
  top: -35px !important; }

.auth-page {
  max-width: 648px !important;
  margin: 60px auto !important; }
  .auth-page .form-group {
    margin-bottom: 16px; }
  .auth-page .form-horizontal {
    margin-bottom: 16px !important; }
  .auth-page .lead {
    text-align: center;
    color: #77797A;
    font-family: 'AvenirNextCyr', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; }
    @media screen and (max-width: 768px) {
      .auth-page .lead {
        font-size: 18px; } }
  .auth-page .alert-danger {
    font-family: 'AvenirNextCyr', sans-serif;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9; }
  .auth-page .auth-card .card-body {
    padding: 0 8px; }
    @media screen and (max-width: 768px) {
      .auth-page .auth-card .card-body {
        padding: 0; } }
    .auth-page .auth-card .card-body.card-body-reset {
      padding-left: 56px;
      padding-right: 56px; }
      @media screen and (max-width: 768px) {
        .auth-page .auth-card .card-body.card-body-reset {
          padding-left: 0;
          padding-right: 0; } }
    .auth-page .auth-card .card-body .return-btn {
      margin-bottom: 48px; }
    .auth-page .auth-card .card-body .btn {
      padding: 18px !important;
      width: 288px !important;
      border-radius: 100px !important;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .auth-page .auth-card .card-body .btn {
          width: 100% !important; } }
    .auth-page .auth-card .card-body .forgot-pass {
      font-family: 'AvenirNextCyr', sans-serif; }
    .auth-page .auth-card .card-body input {
      font-family: 'AvenirNextCyr', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
      color: #212121;
      height: 56px;
      border-radius: 22px;
      border: 1px solid #D3D5D7;
      background: #F6F6F6; }
      @media screen and (max-width: 768px) {
        .auth-page .auth-card .card-body input {
          height: 46px; } }
      .auth-page .auth-card .card-body input::placeholder {
        color: #5C5E5F;
        font-family: 'AvenirNextCyr', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%; }
    .auth-page .auth-card .card-body label {
      color: #212222;
      font-family: 'Campton', sans-serif;
      font-size: 20px;
      font-weight: 550;
      line-height: 120%; }
      @media screen and (max-width: 768px) {
        .auth-page .auth-card .card-body label {
          font-size: 16px; } }
  .auth-page .auth-card .auth-logo-text h4 {
    color: #212222 !important;
    text-align: center;
    font-family: 'Campton', sans-serif;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    margin-bottom: 8px !important;
    margin-top: 88px !important; }
    @media screen and (max-width: 768px) {
      .auth-page .auth-card .auth-logo-text h4 {
        font-size: 28px !important; } }
  .auth-page .auth-card .auth-logo-text p {
    color: #77797A !important;
    text-align: center;
    font-family: 'AvenirNextCyr', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; }
    @media screen and (max-width: 768px) {
      .auth-page .auth-card .auth-logo-text p {
        font-size: 18px; } }
  .auth-page .have-account p {
    color: #14213D;
    font-family: 'AvenirNextCyr', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 48px; }
    @media screen and (max-width: 768px) {
      .auth-page .have-account p {
        font-size: 14px; } }
    .auth-page .have-account p a {
      color: #6C90F5;
      font-weight: 700;
      text-decoration-line: underline; }

/*# sourceMappingURL=auth.css.map */
