.form-signin {
  max-width: 530px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.social a {
    text-align: center;
    width: 48px;
    height: 48px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 24px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}

.youtube a:hover {background: #c4302b; color: #fff;}
.google a:hover {background: #DD4B39; color: #fff;}
.vk a:hover {background: #5d84ae; color: #fff;}


.locale-selector[data-v-4a406f25] {
    display: inline-flex;
    vertical-align: middle;
}
.locale-selector__button[data-v-4a406f25] {
    min-width: 48px;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
}
.locale-selector__menu[data-v-4a406f25] {
    min-width: 125px;
    padding: 0.25rem;
    font-size: 0.85rem;
}
.locale-selector__item[data-v-4a406f25] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.5rem;
    border-radius: 0.375rem;
}
.locale-selector__code[data-v-4a406f25] {
    width: 24px;
    color: var(--bs-secondary-color);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.locale-selector__label[data-v-4a406f25] {
    white-space: nowrap;
}
.locale-selector__item.active .locale-selector__code[data-v-4a406f25] {
    color: inherit;
}

