/* RCL Login — тёмная тема */
.panel_lk_recall {
    color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}

.panel_lk_recall.floatform {
    display: none;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    z-index: 9999;
}

.panel_lk_recall .form-tab-rcl {
    background: #1e1e1e;
    border-radius: 6px;
    font: 16px/26px Verdana, Tahoma, sans-serif;
    overflow: hidden;
    width: calc(100% - 2px);
    box-shadow: 0 0 0 1px #444;
}

.panel_lk_recall.floatform .form-tab-rcl {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.6);
}

.panel_lk_recall .form_head a {
    color: #aaa;
    border-bottom: 1px solid #444;
    display: block;
    padding: 8px 0;
    text-align: center;
    background: #2e2e2e;
}

.panel_lk_recall .form_reg,
.panel_lk_recall .form_auth {
    background: #2e2e2e;
    color: #fff;
    text-align: center;
    width: 50%;
    float: left;
}

.panel_lk_recall .form_active {
    background-color: #1e1e1e;
    padding: 8px 0;
}

.panel_lk_recall .form-block-rcl {
    clear: both;
    margin: 0 17px 15px;
    line-height: 1.4;
    position: relative;
}

/* Поля ввода */
.panel_lk_recall .rcl-field-input input,
.panel_lk_recall .rcl-field-input textarea,
.panel_lk_recall .rcl-field-input select {
    width: 100%;
    padding: 10px 12px 10px 36px;
    background-color: #2e2e2e;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 1.4;
}
.panel_lk_recall .rcl-field-input input,
.panel_lk_recall .default-field input {
    width: 100%;
    padding: 10px 12px 10px 36px;
    background-color: #2e2e2e;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    height: 40px; /* фиксированная высота, если нужно */
}

.panel_lk_recall .rcl-field-input input:focus,
.panel_lk_recall .rcl-field-input textarea:focus,
.panel_lk_recall .rcl-field-input select:focus,
.panel_lk_recall .default-field input:focus {
    background-color: #1e1e1e !important;
    color: #fff;
    border-color: #f60;
    outline: none;
    box-shadow: none;
}

/* Иконки внутри полей */
.panel_lk_recall .form-block-rcl.default-field {
    position: relative;
}

.panel_lk_recall .form-block-rcl.default-field .rcli {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #aaa;
    opacity: 0.5;
    pointer-events: none;
}

.panel_lk_recall input:focus + .rcli {
    opacity: 1;
    color: #f60;
}

/* Поля по умолчанию */
.panel_lk_recall .default-field input {
    background-color: #2e2e2e;
    border: 1px solid #444;
    color: #fff;
    padding: 10px 12px 10px 36px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

/* Кнопки */
.panel_lk_recall input[type="submit"],
.panel_lk_recall button[type="submit"] {
    background-color: #f60 !important;
    color: #fff !important;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.panel_lk_recall input[type="submit"]:hover,
.panel_lk_recall button[type="submit"]:hover {
    background-color: #d35400 !important;
}

/* Метка обязательности */
.panel_lk_recall .form-block-rcl .required {
    color: #ff6b6b;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 10px;
}

/* Сообщения */
.panel_lk_recall .form-tab-rcl .login-error {
    background: #3a1e1e;
    border: 1px solid #aa4444;
    color: #f66;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.panel_lk_recall .form-tab-rcl .login-message {
    background: #1e3a1e;
    border: 1px solid #44aa44;
    color: #8f8;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Ссылки */
.panel_lk_recall a {
    color: #f60;
    text-decoration: none;
}

.panel_lk_recall a:hover {
    text-decoration: underline;
}

.panel_lk_recall .form-tab-rcl a.link-tab-rcl:hover {
    color: #f60;
}

/* Заголовок формы */
.form-tab-rcl .form-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

/* Индикаторы силы пароля */
.form-block-rcl [class^="strength"] {
    height: 8px;
    border-radius: 3px;
    margin: 5px auto 10px;
}

.form-block-rcl .strength0 { background: #555; }
.form-block-rcl .strength1 { background: #d9534f; }
.form-block-rcl .strength2 { background: #f0ad4e; }
.form-block-rcl .strength3 { background: #efed6d; }
.form-block-rcl .strength4 { background: #5cb85c; }
.form-block-rcl .strength5 { background: #5bc0de; }

/* Метки */
.panel_lk_recall .form-block-rcl label {
    color: #ccc;
}

.panel_lk_recall .form-block-rcl label a {
    color: #f60;
}

.rcl-field-input .block-label {
  background-color: transparent;
  border: none;
}