

/* Start:/local/templates/BKR/components/bitrix/main.register/custom-register/style.css?17523426082275*/
.form__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px; }

.form__label {
    display: block; }

.form__label-box {
    display: block;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    position: relative; }

.form__label.error .form__field {
    background-color: #fde8eb; }

.form__caption {
    font-weight: 800;
    font-size: 20px;
    color: #292d32;
    padding: 10px;
    border-bottom: 1px solid #eaeaeb; }

.form__field {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding: 10px;
    border: none; }

.form__field::-webkit-input-placeholder {
    color: #000; }

.form__field::-moz-placeholder {
    color: #000; }

.form__field:-moz-placeholder {
    color: #000; }

.form__field:-ms-input-placeholder {
    color: #000; }

.form__field:focus {
    color: #000; }

.form__password {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    bottom: 8px;
    right: 6px; }

.form__password img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.form__password img:first-child {
    transition: opacity 0.3s; }

.form__password img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0s; }

.form__password.active img:first-child {
    opacity: 0;
    transition: opacity 0s; }

.form__password.active img:last-child {
    opacity: 1;
    transition: opacity 0.3s; }

.form__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px; }

.form__error {
    font-weight: 500;
    font-size: 12px;
    line-height: 138%;
    color: #bc4131;
    margin-top: 6px;
    display: none; }

.form__error.active {
    display: block; }

.agreement {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #292d32; }

.agreement a {
    color: #3cbeaa;
    transition: color 0.4s; }

@media (hover: hover) {
    .agreement a:hover {
        color: #000; } }

.form__btn.btn.save-profile
{
    border: none;
}

.starrequired
{
    color: orangered;
}

.register-info
{
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.9;
    font-size: 16px;
}
/* End */
/* /local/templates/BKR/components/bitrix/main.register/custom-register/style.css?17523426082275 */
