

/* Start:/local/templates/greekoliva/components/bitrix/main.register/flat/style.css?17809113482431*/
div.bx-auth-reg input.bx-auth-input {
  vertical-align: middle;
}

div.bx-auth-reg span.bx-auth-secure {
  background-color: #FFFAE3;
  border: 1px solid #DEDBC8;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}

div.bx-auth-reg div.bx-auth-secure-icon {
  background-image: url(/local/templates/greekoliva/components/bitrix/main.register/flat/images/sec.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 18px;
}

div.bx-auth-reg div.bx-auth-secure-unlock {
  background-image: url(/local/templates/greekoliva/components/bitrix/main.register/flat/images/sec-unlocked.png);
}

/*# sourceMappingURL=style.css.map */
.bg-grey {
 background: linear-gradient(0deg, #F3F3F3, #F3F3F3),
linear-gradient(0deg, #F6F6F6, #F6F6F6);
}
.bx-auth-reg {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 16px 80px;
}
.form_title {
  font-size: 40px;
  font-weight: 500;
  color: #323232;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 10px;
  text-align: center;
}
.form_des {
  margin-bottom: 40px;
  color: #323232;
  text-align: center;
  font-weight: 500;
}
.form-auth .form-group {
  position: relative;
  margin-bottom: 26px;
}
.form_des__bottom {
  text-align: center;
  margin: 32px 0 10px;

}
.form_des__bottom-link {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
/* Поле */
.form-auth .form-control {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  box-sizing: border-box;
      background: transparent;
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
}
.form-auth .form-control:focus {
 border-bottom: 1px solid #D6D6D6;
 box-shadow: none;
}
/* Метка внутри поля */
.form-auth .form-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #8C8C8C;
  pointer-events: none;
  transition: 0.2s ease;
    
}

/* При фокусе ИЛИ когда поле не пустое — поднимаем */
.form-auth .form-control:focus + .form-label,
.form-auth .form-control:not(:placeholder-shown) + .form-label {
  top: 0;
  color: #8C8C8C;
}
.primary-btn {
  background:
  linear-gradient(0deg, #8E8E67, #8E8E67);
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid;
  border-image-source:
  linear-gradient(0deg, #8E8E67, #8E8E67);
  transition: all .3s ease-in-out;
}
.primary-btn:hover {
  opacity: .7;
}
/* End */
/* /local/templates/greekoliva/components/bitrix/main.register/flat/style.css?17809113482431 */
