<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/template_mikros_v3/components/bitrix/system.auth.authorize/.default/style.css?17513397913418*/
div.bx-auth {
  max-width: 600px;
  margin-top: 16px;
  margin-bottom: 24px;
}

div.bx-auth form {
  padding: 0;
  margin: 0;
}

div.bx-auth-line {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

div.bx-auth-title {
  font-size: 140%;
  border-bottom: solid 2px #e3e3e3;
  padding-bottom: 12px;
}

div.bx-auth-note {
  margin: 18px 0px 6px 0px;
}

td.bx-auth-label {
  text-align: right;
  font-weight: bold;
}

table.bx-auth-table {
  margin-top: 8px;
}

table.bx-auth-table td {
  padding: 3px;
}

div.bx-auth input.bx-auth-input {
  vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
  background-color: #fffae3;
  border: 1px solid #dedbc8;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
  background-image: url(/local/templates/template_mikros_v3/components/bitrix/system.auth.authorize/.default/images/sec.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
  background-image: url(/local/templates/template_mikros_v3/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);
}

.info-content h1 {
  padding-top: 0 !important;
}

form.site-auth-form .form-input {
  margin: 25px 0;
}

form.site-auth-form .form-btn input[type='submit'] {
  text-transform: uppercase;
  /* background-color: #40ABF4; */
  /* border: none; */
  /* border-radius: 10px; */
  padding: 9px 25px;
  transition: 0.5s ease;
}

form.site-auth-form .form-btn a {
  text-transform: uppercase;
  background-color: #fff;
  color: #3a91ce;
  border: 2px solid var(--icon-blue-default, #3a91ce);
  border-radius: 12px;
  padding: 9px 25px;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.site-auth-form .form-links a {
  color: #5c5c5c;
  font-size: var(--fontSizeNormal);
}

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

@media (max-width: 576px) {
  form.site-auth-form .form-input {
    width: 100%;
    max-width: 100%;
  }

  form.site-auth-form .form-btn input[type='submit'] {
    width: 100%;
  }

  form.site-auth-form .form-links a {
    margin: 10px 0;
    font-size: var(--fontSizeLight);
  }
}

@media screen and (min-width: 320px) {
  .auth-banner-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .auth-banner {
    display: flex;
    gap: 8px;
    border-radius: 24px;
    padding: 16px;
    background: #3a91ce17;
    max-width: 100%;
    width: 300px;
    max-height: 132px;
    height: 132px;
  }

  .auth-banner svg {
    min-width: 80px;
    min-height: 80px;
  }

  .auth-banner p {
    margin: 0 0 8px 0;
  }

  form .v-input,
  form .v-button {
    height: 48px;
  }

  .v-input__error-message {
    font-size: var(--fontSizeMini);
  }
}

@media screen and (min-width: 375px) {
  .auth-banner {
    width: 355px;
    height: 114px;
  }
}

@media screen and (min-width: 600px) {
  .auth-banner-container {
    margin-top: 42px;
  }

  .auth-banner {
    width: 447px;
    height: 112px;
  }

  .v-input__error-message {
    font-size: var(--fontSizeLight);
  }

  form.site-auth-form .form-btn input[type='submit'],
  form.site-auth-form .form-btn a,
  form.site-auth-form .form-input {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .auth-banner-container {
    display: none;
  }

  form .v-input,
  form .v-button{
    height: 60px;
  }

  form.site-auth-form .form-btn a {
    display: none;
  }

 
  form.site-auth-form  {
    max-width: 611px;
    width: 100%;
  }
}

/* End */
/* /local/templates/template_mikros_v3/components/bitrix/system.auth.authorize/.default/style.css?17513397913418 */
</pre></body></html>