.accounts-form {
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.accounts-form .ui.form > div {
  margin-bottom: 1rem;
}
.accounts-form .form-group,
.accounts-form .field {
  text-align: left;
}
.accounts-form .submit.buttons .button {
  margin: 0 5px;
}
.login-form .messages {
  margin-top: 15px;
}
.login-form .links {
  margin-top: 50px;
  text-align: center;
}
.login-form .links a {
  margin: 0 10px;
  color: #999;
  text-decoration: none;
}
.login-form .links a:hover {
  text-decoration: underline;
}
.login-form .logo {
  min-height: 100px;
  background: #ccc;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px 0 20px 0;
}
.login-form .buttons {
  margin-top: 20px;
}
.login-form .buttons .primary.button {
  margin: 0;
}
.login-form .buttons.extra {
  display: block;
  margin: 10px auto;
}
.login-form .buttons.extra .forgot.button {
  background: none;
  font-size: 0.8rem;
}
.sign-up-form {
  width: 400px;
}
.sign-up-form .user-form h1,
.sign-up-form .user-form .footer {
  display: none;
}
.user-form .form-group {
  margin-bottom: 1rem;
}
.user-nav {
  display: inline-block;
}
.user-nav > * {
  display: inline-block;
}
.user-nav .name {
  margin-right: 5px;
  text-transform: uppercase;
}
.user-nav .button:last-child {
  margin: 0;
}
