

/* Start:/local/templates/template_mikros_v3/components/bitrix/system.auth.authorize/.default/style.css?17140609432551*/
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-input {
  width: 300px;
}

form.site-auth-form .form-input input.form-input-input {
  display: block;
  font-size: var(--fontSizeNormal);
  font-style: var(--fontStyle);
  font-weight: var(--fontWeight);
  line-height: var(--fontHeightBig);
  width: 100%;
  border: 2px solid var(--blue);
  border-radius: var(--radiusCardProduct);
  padding: 10px 25px;
  outline: none;
}

form.site-auth-form .form-input label.form-input-label {
  position: absolute;
  font-size: var(--fontSizeLight);
  left: 20px;
  top: -7px;
  line-height: 1;
  background-color: #fff;
  padding: 0 5px;
}

form.site-auth-form .form-input .visible__pass {
  top: 23%;
  right: 15px;
}

form.site-auth-form .form-checkbox label.checkbox-container {
  padding-left: 30px;
  font-size: 16px;
}

form.site-auth-form .form-checkbox label.checkbox-container .checkmark {
  top: 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: .5s ease;
  width: 300px;
}

form.site-auth-form .form-links a {
  color: var(--blue);
  font-size: 18px;
}

@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;
  }
}
/* End */
/* /local/templates/template_mikros_v3/components/bitrix/system.auth.authorize/.default/style.css?17140609432551 */
