

/* Start:/local/components/custom/registration-form/templates/.default/style.css?1778187020782*/
.c-form-reg {
  width: 100%;
}
.c-form-reg form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-form-reg 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-reg input:focus {
  outline: none;
  border-bottom: 1px solid var(--color5);
}
.c-form-reg__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/components/custom/registration-form/templates/.default/./img/no-view.svg) 0 0 no-repeat;
}
.password-control.view {

background: url(/local/components/custom/registration-form/templates/.default/./img/view.svg) 0 0 no-repeat;
}
/* End */
/* /local/components/custom/registration-form/templates/.default/style.css?1778187020782 */
