/* For Wireframes */
.dropdown_single {
	max-width: 220px;
}
#attributeList > ul {
	list-style: none;
	padding: 0;
}
.attrEntry .helpText {
	display: none !important;
}
#attributeList .helpLink {
	display: none;
}
.content{
    margin-top: 60px;
}
.hero{
	margin-bottom: 40px;
	padding-right: 0px;
    padding-left: 0px;
}
lead {
	text-align: left;
}
.hero-login{
	margin-bottom: 0px;
	border-bottom: none;
	padding-right: 0px;
	padding-left: 0px;
	height: 100vh;
}
.left50, .right50{
	justify-content: center;
	flex-direction: column;
	height: 100vh;
}
.left50{
	padding-right: 30px;
    padding-left: 30px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.usr, .pwd, .field-label{
	margin: 15px 0 5px 0;
}

.login {
	text-align: left;
}
.login input {
    width: 100%;
}
.logout{
	margin: 10px 15px 0 25px;
}
