*,
ul,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

.login-bg {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.login-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../icons/svg-favicon.svg) no-repeat #f6f6f6;
  background-position: center center;
  background-size: auto 90%;
  z-index: -1;
  opacity: 0.03;
}

.login {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 35px;
  width: 450px;
  -webkit-box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
}

.login-titling {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.login-subtitling {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 25px;
}

.login-input {
  margin-bottom: 25px;
  position: relative;
}

.login-inputinner {
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6eaed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.login-inputinner img {
  margin: 15px;
}

.login-input span {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  margin-bottom: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.login-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  border-left: 1px solid #e6eaed;
  padding: 0 20px;
}

.login-input input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #5d6677;
}

.login-input input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #5d6677;
}

.login-input input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #5d6677;
}

.login-input input::placeholder {
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d6677;
}

.login-input .eye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.login-input .eye:hover {
  opacity: 0.7;
}

.login-button {
  height: 50px;
  background: #1e5bfa;
  border: 1px solid #1e5bfa;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.login-button:hover {
  background: #fff;
  color: #1e5bfa;
}

.login-button.grey {
  background: #5d6677;
  border: 1px solid #5d6677;
}

.login-button.grey:hover {
  color: #5d6677;
  background: #ffffff;
}

.login-button.grey:hover img {
  -webkit-filter: revert;
          filter: revert;
}

.login-button.grey img {
  margin-right: 5px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 768px) {
  .login {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .login {
    width: 90%;
    padding: 20px 25px;
  }
  .login-titling {
    font-size: 12px;
  }
  .login-subtitling {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .login-button {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.login-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.login-lang .header__lang-item {
  color: rgba(38, 50, 56, 0.5);
}

.login-lang .header__lang-item:hover,
.login-lang .header__lang-item.active {
  color: #1e5bfa;
}

.login-lang .header__lang-item.active {
  border-bottom-color: #1e5bfa;
}
