.focuscity-login-step {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.enter .enter_block #button_enter,
.enter .enter_block #button_enter_second,
.enter .enter_block #button_enter_back {
  width: 100%;
  display: flex;
  height: 46px !important;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.enter .enter_block #button_enter_second {
  background: #d19b33;
  color: #fff;
}

.enter .enter_block #button_enter_back {
  margin-top: -16px;
  background: #e8e8e8;
  color: #3c3c3b;
}

.focuscity-login-hint {
  width: 100%;
  margin: 0;
  color: #3c3c3b;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 520px) {
  .focuscity-login-step {
    width: 100%;
  }
}
