

/* Start:/local/templates/powerbi/components/bitrix/system.auth.authorize/flat/style.css?17174160783292*/
.small_gray_btn {
    margin: 10px 0 !important;
}
.big_gray_btn {
    margin: 10px 0 !important;
}
.small_gray_btn:hover {text-decoration: none;}
.bx-authform-link-container {text-align: center;}
.bx-filter-param-text {font-size: 13px;margin-left: 20px;}
.bx-authform {margin: auto;}

.bx-authform-input-container input[type=text], .bx-authform-input-container input[type=password] {
  box-sizing: border-box !important;
  line-height: 40px !important;
  border: 1px solid #DDDDDD !important;
  border-radius: 5px !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  color: #333333 !important;
  font-family: "Open Sans" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 16px !important;
  text-align: left !important;
  padding: 4px 15px 4px 15px !important;
  height: 50px !important;
  margin-top: 20px !important;
}

.checkbox {
  font-size: 16px
}

/* для элемента input c type="checkbox" */
.checkbox .custom-checkbox {
  position: absolute;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.checkbox .custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.checkbox .custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;

}

/* стили при наведении курсора на checkbox */
.checkbox .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.checkbox .custom-checkbox:not(:disabled):active+label::before {
  background-color: #808080;
  background-image: none;
  border-color: #808080;
}

/* стили для чекбокса, находящегося в фокусе */
.checkbox .custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox .custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.checkbox .custom-checkbox:checked+label::before {
  border-color: #808080;
  background-color: #808080;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox .custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.checkbox .bx-filter-param-text, .bx-authform-link-container-text {font-size: 16px;}
/* End */
/* /local/templates/powerbi/components/bitrix/system.auth.authorize/flat/style.css?17174160783292 */
