.login_part_inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.keyboard-navigation :focus {
  outline: 2px solid black !important;
  border-radius: 3px;
}

a:focus {
  outline: initial;
}

.button {
  margin-bottom: 18px;
  padding: 12px 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 58, 100, 0.16);
  box-shadow: 0px 2px 8px rgba(0, 58, 100, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.button:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 58, 100, 0.23);
  box-shadow: 0px 2px 8px rgba(0, 58, 100, 0.23);
}

.button_text {
  font-family: MuseoSansCyrl1, sans-serif;
  font-size: 16px;
  margin-right: 20px;
}
.email-row {
  font-family: MuseoSansCyrl0, sans-serif;
  text-align: center;
  color: #717783;
  font-size: 14px;
  margin-bottom: 7px;
}

@media screen and (max-width: 992px) {
  .login_container {
    padding-bottom: 150px;
  }
}
