.nx-login-wrap{
    display: flex;
    gap: 5%;
}

.nx-login_form{
    width: 70%;
}

.nx-login_info{
    width: 30%;
}

.nx-login_form a{
    color: #b18f4e;
    text-decoration: underline;
}

.nx-login_info a {
    color: #b18f4e;
    text-decoration: underline;
}

.nx-register-button {
  border-radius: 0;
  font-size: 26px;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.9180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #eeeeee;
  width: 100%;
  text-align: center;
  color: #333333;
  margin-bottom: 1.41575em;
  margin-top: 1.41575em;
  border-radius: 9999px;
}

.nx-register-button:hover {
  color: #333333;
  background-color: #d5d5d5;
}

@media only screen and (max-width: 770px) {
    .nx-login-wrap{
        flex-direction: column;
    }

    .nx-login_form{
        width: 100%;
    }
    
    .nx-login_info{
        width: 100%;
    }
}