

/* Start:/local/templates/tomiko/components/bitrix/system.auth.form/default/style.css?17829390731213*/
.c-form-auth {
  width: 100%;
}
.c-form-auth form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-form-auth input {
  border: none;
  border-bottom: 1px solid var(--color4);
  text-align: center;
  font-weight: lighter;
  padding: 5px;
  transition: border-bottom-color var(--animation-speed);
  margin-bottom: 20px;
  width: 100%;
}
.c-form-auth input:focus {
  outline: none;
  border-bottom: 1px solid var(--color5);
}
.c-form-auth__href-wrap {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 350px) {
  .c-form-auth__href-wrap {
    font-size: 11pt;
  }
}
.c-form-auth__href {
  color: var(--color4);
}
.c-form-auth__href:hover {
  color: var(--color4);
}
.c-form-auth__href-hr {
  width: 1px;
  height: 15px;
  background: black;
  content: " ";
  margin: 0 15px;
}
.c-form-auth__submit {
  margin-top: 25px;
}


.password {
	position: relative;
    width: 100%;
}

.password-control {
	position: absolute;
	top: 11px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/tomiko/components/bitrix/system.auth.form/default/img/no-view.svg) 0 0 no-repeat;
}

.password-control.view {
    background: url(/local/templates/tomiko/components/bitrix/system.auth.form/default/img/view.svg) 0 0 no-repeat;
}

/* End */
/* /local/templates/tomiko/components/bitrix/system.auth.form/default/style.css?17829390731213 */
