.rtl {
  direction: rtl;
}
.lang_dropdown {
  position: fixed;
  right: 30px;
  /* top: 35px; */
  bottom: 30px;
  z-index: 1;
}
body {
  overflow: hidden;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  flex-direction: column;
  /* justify-content: initial; */
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.logos {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 54vw;
  height: 42vh;
  margin: 0;
}
.title {
  text-align: center;
  margin-top: 5vh;
}
.login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 7rem;
}
.login_button {
  text-decoration: none;
  box-shadow: 0px 0px 3px 0px #00000059;
  margin: 11px;
  border-radius: 10vw;
  font-size: 2vw;
  background: linear-gradient(45deg, #0069370d, #d633360a);
  color: #3d415c;
  padding: 10px 0;
  width: 15vw;
  text-align: center;
}

.big_logo {
  height: 17vw;
}

footer {
  position: fixed;
  bottom: 34px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.footer_img {
  height: 3em;
  margin: 0 10px;
}

.title h1 {
  font-size: 3vw;
}
.title h2 {
  font-size: 2vw;
  color: #000000;
  margin-bottom: 0;
}
.lang_select {
  border: none;
  background: none;
  font-size: 2vw;
  color: #3d415c;
}

@media only screen and (max-width: 1360px) {
  .big_logo {
    height: 28vw;
    /* margin: 22px; */
    width: auto;
  }
  .logos {
    width: 82vw;
    margin: 0 24px;
  }
  .login_button {
    font-size: 11px;
    width: 25vw;
    margin: 7px;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px 10px; */
  }
  .login {
    margin-top: auto;
    margin-bottom: 20vh;
  }
  body {
    /* height: auto; */
    /* margin-top: 25%; */
  }
  .title h1 {
    font-size: 4vw;
  }
  .title h2 {
    font-size: 3vw;
    color: #000000;
    margin-bottom: 0;
  }
  footer {
    font-size: 11px;
  }
  .lang_dropdown {
    bottom: auto;
    top: 20px;
    right: 20px;
    display: none;
  }
  .lang_select {
    font-size: 11px;
  }
}
