p.title Cloud Credentials
form.login(action='/deploy/vcap/authenticate', method="POST")
	fieldset
		p
			label(for="email") Email
			input(type="text", name="email", id="email")
		p
			label(for="password") Password
			input(type="password", name="password", id="password")
		p
			label(for="endpoint") Endpoint
			input.endpoint(type="text", readonly='readonly', name="endpoint", id="endpoint")
		div.buttons
			input(type="submit", value="Submit")
	- if (typeof(error) != 'undefined')
		p.error #{error}

			