

/* Start:/local/templates/.default/components/bitrix/system.auth.registration/.default/style.css?17441011503357*/
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/.default/components/bitrix/system.auth.registration/.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/.default/components/bitrix/system.auth.registration/.default/images/sec-unlocked.png);
}

.reg-nav {
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: center;
}

.reg-nav > li.active > h2 a,
.reg-nav > li.active > h2 a:hover,
.reg-nav > li.active > h2 a:focus {
  color: var(--bg-dark);
  border-bottom: 3px solid var(--bordo);
  padding-bottom: 7px;
}
.reg-nav > li h2 a:hover {
  color: var(--bg-dark);
  border-bottom: 3px solid var(--creator-link);
  padding-bottom: 7px;
}

.container-link {
  font-family: var(--h-font);
  font-style: normal;
  font-weight: normal;
  color: black;
}

.container-link a {
  color: var(--bg-dark);
  float: left;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px;
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 22px;
  width: 164px;
  border-bottom: 3px solid rgba(113, 7, 7, 0.2);
  padding-bottom: 7px;
  text-align: center;
}

.reg-block-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  max-width: 584px;
  flex-wrap: wrap;
  gap: 0 40px;
  margin: 40px auto 0;
}

input[type="password"] {
  min-width: 260px;
  height: 46px;
  padding-left: 45px;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
}

.label-text {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
}

.label-text-info {
  margin-top: 10px;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
}

.input-icon {
  font-size: 24px !important;
  top: 12px !important;
  left: 12px !important;
}

.button-container {
  margin: 10px auto;
}

.btn {
  padding: 10px;
  cursor: pointer;
}

form.submitted input:invalid:required {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

form.submitted input:valid:required {
  border-color: green !important;
  background-image: url('data:image/svg+xml,\<svg id="Layer_1" fill="green" style="enable-background:new 0 0 612 792;" version="1.1" viewBox="0 0 612 792" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\<path class="st0" d="M562,396c0-141.4-114.6-256-256-256S50,254.6,50,396s114.6,256,256,256S562,537.4,562,396L562,396z    M501.7,296.3l-241,241l0,0l-17.2,17.2L110.3,421.3l58.8-58.8l74.5,74.5l199.4-199.4L501.7,296.3L501.7,296.3z"/>\</svg>');
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* End */
/* /local/templates/.default/components/bitrix/system.auth.registration/.default/style.css?17441011503357 */
