.form-content {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.code-content {
  position: relative;
}

tr{
  width: 100%;
}

.code-btn {
  position: absolute;
  right: 5px;
  font-size: 0.6em;
  color: blue;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.login-btn {
  margin-top: 68px;
}

.login-btn button {
  padding: 7px 0;
  border-radius: 20px;
  width: 60%;
  max-width: 200px;
}

.btn-bottom-text {
  margin-top: 15px;
  font-size: 0.8em;
}

.menu span {
  margin: 0 5px;
  padding: 2px 0;
  font-size: 0.8em;
  cursor: pointer;
}

input{
  line-height: 2.5em;
  border-radius: 12px;
}