

/* Start:/local/components/fk.main/cookie/templates/.default/style.css?17434912322680*/
.cookie_notice {
	display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    background: rgb(0 121 194);
    padding: 10px 20px;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: rgb(0 121 194);
    border: 2px solid #BFE2FF;
}
.cookie_text {
    max-width: 1200px;
	margin-inline: auto;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}


div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/components/fk.main/cookie/templates/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/components/fk.main/cookie/templates/.default/images/sec-unlocked.png);}

.bx-authform-input-container__width {
    margin-top: 0px;
    max-width: 300px;
}


/* Контейнер для инпутов */
.input-container {
    margin: 15px 0;
    width: 300px;
    position: relative;
}

/* Стили для инпута */
.styled-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 16px;
    background: #fff;
}

.styled-input::placeholder {
    color: #aaa;
    transition: color 0.3s;
}

.styled-input:focus {
    border-color: #0968c0;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.styled-input:focus::placeholder {
    color: #0968c0;
}

/* Стили для пароля */
.styled-input[type="password"] {
    /* Можно добавить дополнительные стили, если нужно */
}

/* Анимация для инпута */
@keyframes input-animation {
    0% {
        border-color: #ccc;
    }
    50% {
        border-color: #0968c0;
    }
    100% {
        border-color: #ccc;
    }
}

.btn-auth {
margin-top: 15px;
}

.styled-input:focus:not(:placeholder-shown) {
    animation: input-animation 1.5s infinite;
}


/* End */
/* /local/components/fk.main/cookie/templates/.default/style.css?17434912322680 */
