#create-company
{
    margin-top: 15px;
}

/*My Companies box on My Account page*/
.accordion-actions {
    display: inline;
    float: right;
}
.pusher {
	float: right;
}

/*Login Page Styles*/

.loginContainer {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}

.signUpContainer {
	text-align: center;
	padding-top:25px
}

.zollLogo {
	margin: 10px;
	text-align: center
}

#login {
	margin:40px
}

	#login .label-required-ind {
		display: none
	}

#loginBackground 
{
	flex-basis: 400px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    background: white;
    width: 100%;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	padding-top: 25px;
}

	.forgotPwd {
		margin: 5px 0;
	}


	.noAccountMSG {
		font-weight: 700;
		text-align: center;
		font-size: 18px;
	}

	.agreementsContainer {
		overflow: hidden;
	}

	.signUpFieldHeader {
		width: 100%;
		border-bottom: 1px solid #BBB;
		font-size: 1.70em;
		margin-bottom: 14px;
		color: #999;
		padding-bottom: 6px;
	}

	.sign-inBtn {
		font-weight: normal;
	}

	.linkdisabled {
		cursor: default;
	}

	/* the region dropdown*/
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: white;
		padding: 4px 12px;
	}

	.dropdown-menu > li > a {
		padding: 4px 12px;
	}

	.dropdown-toggle {
		box-shadow: none !important;
		min-width: 150px;
	}

	.dropdown-menu {
		min-width: 150px;
	}

	.region-text {
		display: inline-block;
		padding-left: 8px;
		text-align: left;
	}

	.region-text-ddl {
		display: inline-block;
		padding-left: 3px;
		text-align: left;
	}




/*This particular media query is a hack for IE - IE will add a bounding box to a SVG element without an explicit height set*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	svg { height: 36px }
}