

/* Start:/local/templates/corpbrz/components/bitrix/system.auth.authorize/corp/style.css?17666653791350*/
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;
}
span.bx-auth-label {
  text-align: left;
  font-weight: bold;
  min-width: 70px;
  display: block;
  width: fit-content;
}
table.bx-auth-table {
  margin-top: 8px;
}
table.bx-auth-table td {
  padding: 3px;
}

div.bx-auth input.bx-auth-input {
  vertical-align: middle;
  padding: 5px;
  border: #dedbc8;
  border-radius: 5px;
}
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/corpbrz/components/bitrix/system.auth.authorize/corp/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/corpbrz/components/bitrix/system.auth.authorize/corp/images/sec-unlocked.png);
}

.bx-auth-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.auth-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.auth-line:last-of-type {
  margin-bottom: 15px;
}

/* End */
/* /local/templates/corpbrz/components/bitrix/system.auth.authorize/corp/style.css?17666653791350 */
