
body {
    /*background-color: var(--bs-body-bg);*/
/*background-color: #151521;*/
   background-color: rgb(181, 193, 226);
}

#auth {
    /*height: calc(100vh - env(safe-area-insert-bottom));*/
    /*position: fixed;*/
    height: 100svh;
    overflow-x: hidden;
}


/*#auth #auth-right {*/
/*    height: 100%;*/
/*    background: url(../images/4853433.png), linear-gradient(90deg, #2d499d, #3f5491)*/
/*}*/

#auth #auth-left {
    height: 100%;
    /*background: linear-gradient(90deg, #1e3d57 0%,rgba(0, 0, 0, 0) 100%)*/
}

/*.form-control {*/
/*    background: linear-gradient(90deg, rgba(19, 31, 35, 0.89), rgba(30, 61, 87, 0.59));*/
/*    background-color: rgba(30, 61, 87, 0) !important;*/
/*}*/

/*.btn-primary {*/
/*    border-color: #3f566e !important;*/
/*    background: linear-gradient(90deg, rgba(40, 49, 72, 0.85), rgba(40, 49, 72, 0.88));*/
/*    background-color: #435ebe !important;*/
/*}*/

.alert-light-danger {
    border-color: #efa3aa !important;
    /*background: linear-gradient(90deg, rgba(255, 222, 222, 0.85), rgba(255, 222, 222, 0.75));*/
    background-color: rgba(255, 222, 222, 0.85) !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #941a27 !important;
}

#auth #auth-left {
    padding: 0rem 4rem;
}


#auth #auth-left .auth-title {
    font-size: 3rem;
    margin-bottom: 2rem;
    justify-content: center;
    align-content: center;
}

#auth #auth-left .auth-subtitle {
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #fdfdfd;

}

#auth #auth-left .auth-logo {
    margin-bottom: 1rem;
    justify-content: center;
    align-content: center;
}

#auth #auth-left .auth-logo{
    /*height: 5rem;*/
}






img.captcha{
    /*border: 4px solid #35354f;*/
    border-radius: 0.5rem;
    width: 8rem;
    height: 3.5rem;
    border: 4px solid rgba(0, 0, 255, 0.15);
}

html[data-bs-theme=dark] img.captcha{
    border-color: rgba(194, 194, 217, 0.15);
}



@media screen and (max-width: 1399.9px) {
    #auth #auth-left {
        padding: 0rem 2rem
    }

    .form-control{
        font-size: 1rem;
    }
}

@media (max-width: 1199.98px) {
    #auth #auth-left {
        padding: 0rem 0rem
    }
}

@media screen and (max-width: 767px) {
    #auth #auth-left {
        padding: 0rem 0rem
    }
}

@media screen and (max-width: 576px) {
    #auth #auth-left {
        padding: 0rem 0rem
    }

    img.captcha{
        border: 4px solid #35354f;
        border-radius: 0.5rem;
        width: 5rem;
        height: 2.5rem;
        border: 4px solid rgba(194, 194, 217, 0.15);
    }
}

html[data-bs-theme=dark] #auth-right {
    background: url(../images/4853433.png), linear-gradient(90deg, #2d499d, #3f5491)
}






video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



/*.fade-in{*/
/*    animation: fadeIn 2s ease-in-out;*/
/*}*/

/*@keyframes fadeIn {*/
/*    from{*/
/*        opacity: 0;*/
/*    }*/
/*    to{*/
/*        opacity: 1;*/
/*    }*/
/*}*/


.card {
    /*background-color: rgba(36, 36, 47, 0.85) !important;*/
    background-color: var(--bs-card-bg-op) !important;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 100% !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.card-body{
}


html[data-bs-theme=dark] .btn-primary, .btn-primary {
    --bs-btn-bg: var(--main-red-color);
    --bs-btn-border-color: var(--main-red-color);
    --bs-btn-hover-bg: #bd4530;
    --bs-btn-hover-border-color: #bd4530;
    --bs-btn-active-bg: #a63c2a;
    --bs-btn-active-border-color: #a63c2a;
    --bs-btn-border-width: 3px;
}

html[data-bs-theme=dark] a, a{
    color: var(--main-blue-color);
}

html[data-bs-theme=dark] a:hover, a:hover{
    color: #428598;
}



/* ===== Language dropdown: dark theme only ===== */

html[data-bs-theme="dark"] .lang-dd__btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  height: 32px;
  padding: 0;

  background: none;
  border: none;
  box-shadow: none;

  color: rgba(255,255,255,.9);
  cursor: pointer;
}

html[data-bs-theme="dark"] .lang-dd__btn:hover{
  color: #fff;
}

/* флаг */
html[data-bs-theme="dark"] .lang-dd__flag{
  display: inline-flex;
  align-items: center;
}

html[data-bs-theme="dark"] .lang-dd__flag svg{
  display: block;
}

/* стрелка */
html[data-bs-theme="dark"] .lang-dd__arrow{
  width: 6px;
  height: 6px;

  border-right: 2px solid rgba(255,255,255,.6);
  border-bottom: 2px solid rgba(255,255,255,.6);
  transform: rotate(45deg) translateY(-1px);

  transition: transform .15s ease, border-color .15s ease;
}

html[data-bs-theme="dark"] .lang-dd__btn[aria-expanded="true"] .lang-dd__arrow{
  transform: rotate(-135deg) translateY(-1px);
  border-color: #fff;
}

/* dropdown menu */
html[data-bs-theme="dark"] .lang-dd__menu{
  background: rgba(18, 20, 30, .96);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 6px;
  min-width: 160px;
  backdrop-filter: blur(10px);
}

/* items */
html[data-bs-theme="dark"] .lang-dd__item{
  color: rgba(255,255,255,.9);
}

html[data-bs-theme="dark"] .lang-dd__item:hover{
  background: rgba(255,255,255,.08);
  color: #fff;
}

/* ===== Language dropdown: light theme only ===== */
.lang-dd__btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  height: 32px;
  padding: 0;

  background: none;
  border: none;
  box-shadow: none;

  color: rgba(0,0,0,.72);
  cursor: pointer;

  /* лёгкая “площадка” на hover без рамки */
  border-radius: 10px;
  transition: background .15s ease, color .15s ease;
}

.lang-dd__btn:hover{
  background: rgba(0,0,0,.05);
  color: rgba(0,0,0,.88);
}

/* флаг */
.lang-dd__flag{
  display: inline-flex;
  align-items: center;
}

.lang-dd__flag svg{
  display: block;
}

/* стрелка */
.lang-dd__arrow{
  width: 6px;
  height: 6px;

  border-right: 2px solid rgba(0,0,0,.45);
  border-bottom: 2px solid rgba(0,0,0,.45);
  transform: rotate(45deg) translateY(-1px);

  transition: transform .15s ease, border-color .15s ease;
}

.lang-dd__btn[aria-expanded="true"] .lang-dd__arrow{
  transform: rotate(-135deg) translateY(-1px);
  border-color: rgba(0,0,0,.70);
}

/* dropdown menu */
.lang-dd__menu{
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  padding: 6px;
  min-width: 160px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* items */
.lang-dd__item{
  color: rgba(0,0,0,.80);
  border-radius: 10px;
}

.lang-dd__item:hover{
  background: rgba(0,0,0,.05);
  color: rgba(0,0,0,.92);
}


