body {
	margin: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h2 {
	/* h3 style */
	font-size: 1.25em;
	line-height: 1.3em;
}

#main {
	display: flex;
	flex-flow: row nowrap;
}

#j-left {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
}

#j-left img {
	height: 100vh;
	max-width: 100%;
}

#j-right {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	flex: 0 0 500px;
	min-width: 500px;
	max-width: 500px;
}

#j-header {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: 380px;
	margin: 48px 0 24px 0;
}

#j-header-message p {
	margin: 24px 0 0 0;
	max-width: 360px;
}

#api {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 380px;
}

.localAccount {
	width: 100%;
}

.entry-item {
	display: flex;
	flex-direction: column;
	margin: 16px 0;
}

input {
	border-radius: 2px;
	border: 1px solid #CBC9C9;
	padding: 4px 4px 4px 16px;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6em;
}

button {
	padding: 4px 12px;
	color: white;
	border-width: 1px;
	border-style: solid;
	outline: none;
	background: #387CC0;
	border-color: #387CC0;
	min-width: 72px;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.6em;
}

button:hover {
  cursor: pointer;
  background:#5c9bd2
}

button#cancel:hover {
  background: #fff;
}

button:disabled, button:disabled:hover {
	border: 1px solid #999999;
  background-color: #cccccc;
	color: #666666;
	cursor:not-allowed !important;
}

a#forgotPassword {
	font-size: 12px;
}

a#createAccount::before, a#forgotPassword::before {
	content: " "
}

.entry-item label, .password-label {
	margin-bottom: 4px;
}

a {
	text-decoration: none;
}

#api .divider {
  display: none;
}

#api .entry .buttons {
  margin-top: 16px;
}

#api .entry {
  margin-bottom: 16px;
}

#api .create p {
  font-weight: 600;
}

#attributeVerification {
	width: 100%;
}

ul li > div {
	display: flex;
	flex-direction: column;
	margin: 4px 0;
}

ul li > div > * {
	margin: 4px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 4px 0;
}

ul li .attrEntry label {
	order: 1;
}

ul li .attrEntry input {
	order: 2;
}

ul li .attrEntry .buttons {
	order: 3;
}

ul li .attrEntry a {
	display: none;
}


ul li .attrEntry .error.itemLevel {
  order: 3;
  color: red;
}

p {
	margin: 0;
	padding: 0;
}

ul li .attrEntry .error.itemLevel:not(.show) {
	display: none;
}

input.error{
	border-color: #DB4647;
}

#api .intro {
	width: 100%
}

#api .intro p {
	/* h3 style */
	font-size: 1.25em;
	line-height: 1.3em;
}

#api #attributeVerification .buttons {
  margin-top: 8px;
}

#api #attributeVerification .buttons button#cancel {
  color: #515967;
  background: #f9f9f9;
  border-color: #ddd;
}