.login-ui .login-dialog .logo {
  width: 6.6em;
  height: 3.6em;
  background-size: 6.6em 3.6em;
  -moz-background-size: 6.6em 3.6em;
  -webkit-background-size: 6.6em 3.6em;
  -khtml-background-size: 6.6em 3.6em;
  background-image: url("app/ext/guac-auth-effect/images/effect_logo.png");
}

.login-ui .login-dialog .app-name {
  display: none;
}

.login-ui .login-dialog .buttons input[type="submit"] {
  border-radius: 50rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.25);
  background-color: #29557c;
  border-color: #29557c;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.login-ui .login-dialog .buttons input[type="submit"]:hover:not(:active) {
  transform: translateY(-3px);
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
  background-color: #4b779e;
  border-color: #4b779e;
}
