html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.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;
}
.videooub {
    width: 100%;
    height: 99vh;
    object-fit: cover;
}
.footerlogox{
  justify-content: space-around; align-content: center; align-items: center; width: 100%;    gap: 15px;
}
.fologo{
      position: absolute;
    bottom: 0;
}
.logiris{
  position: relative;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #000!important;
}
.btnkayit{
  font-size: 1.3rem;
    font-weight: 700;
    border-radius: 35px;
}
.br30{
  border-radius: 30px!important;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #474747;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #47474740;
}
.col3x{
  color: #808080;
}
.swiper-button-next, .swiper-button-prev {
    color: #808080!important;
}
.swiper-pagination-bullet-active {
    background:#808080!important;
}
.dflex{
  display: flex;
}
.deskop{ display:block; }
.mobile{display:none; }
@media only screen and (max-width: 768px) {
  .moblog{
        position: absolute;
    top: 2%;
    left: 5%;
    z-index:1;
  }


.xss {
    max-width: 80%;}
  .deskop{ display:none; }
.mobile{display:block; }
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
      z-index: -1;
}
 .d-flex {
    flex-wrap: wrap;
}

.dfelxunset{
      width: 100%;
    flex-wrap: unset;
        align-items: unset!important;
            position: fixed;
    bottom: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 83%) 50%, #000 100%);
    height: 100vh;
}
.fologo{
      width: 100%;
}
.logiris{
  position: unset;
    height: auto;
    display: unset;
    flex-wrap: unset;
    align-content: unset;
    justify-content: unset;
    align-items: unset;
}
.videooub {
    height: 100%;
}

}

@media only screen and (max-width: 500px) {

.btnkayit{
  font-size: 1rem;
    font-weight: 700;
    border-radius: 25px;
}
.moblog{ max-width: 70px;   max-height: 70px;  }


}


