.loginBox .prompt {
  color: rgb(158, 168, 188);
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
}

.inputBox {
}

.login_input {
  background-color: rgb(247, 249, 251);
  border-radius: 8px;
  margin-left: 6px;
  flex: 1;
}

.login_input:-ms-input-placeholder {
  color: rgb(229, 233, 236) !important;
}

.login_input::-webkit-input-placeholder {
  color: rgb(229, 233, 236) !important;
}

.login_btn {
  border-radius: 10px;
}
.login_btn:hover {
  background-color: black;
}
.login_btn:active {
  opacity: 0.818;
}
