ul {
	margin: 0px;
	padding: 0px;
}

ul>li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.helpLink {
	display: none;
}

.localAccount .entry .entry-item:first-child {
	display: none;
}

#forgotPassword {
	float: right;
	margin-top: -40px;
	font-size: smaller;
}

.intro {
	display: none;
}

.error.itemLevel {
	float: right;
	font-size: smaller;
	color: #cc4444;
	margin-top: -23px;
}

.logo-image {
	max-width: 150px;
}

.main-form {
	margin-top: 100px;
	padding: 50px;
}

#api>form {
	position: relative;
}

.error.pageLevel {
	position: absolute;
	top: -50px;
	color: #cc4444;
	font-size: smaller;
	height: 50px;
	width: 100%;
}

.error.pageLevel>p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.entry,
.attr {
	margin-top: 30px;
}

.verificationControlContent .buttons {
	margin-left: 1.25rem;
}

.button {
	margin-right: 1rem;
}

/* .working {
	position: absolute;
	background-color: #00000078;
	color: white;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-top: 40%;
} */

.verifying-modal {
	display: none;
}

.simplemodal-container {
	background-color: #ddddddff !important;
	top: 120px !important;
}

#simplemodal-data {
	height: 100%;
}

#verifying_blurb {
	background: white;
	height: 100% !important;
	padding: 30px;
}

div#verifying_blurb::after {
	background-image: url('../img/iphone-spinner-2.gif');
	display: block;
	width: 64px;
	height: 64px;
	content: "";
	margin-left: 76px;
	margin-top: 30px;
}