header.compact div.login-box .button:not(.dropdown):not(.call-to-action) {
	border: 0.063rem solid #fff;
}

@media only screen and (max-width: 40em) {
	header.compact div.login-box .button:not(.dropdown) {
		width: 100%;
	}

	header.compact div.login-box > div.show-for-medium-down > div .h3.top-headline {
		font-size: 1.563rem !important;
		font-weight: 800;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	header.compact div.login-box .button:not(.dropdown) {
		width: auto;
	}

	header.compact div.login-box > div.show-for-medium-down > div .h3.top-headline {
		font-size: 1.5rem !important;
		font-weight: 800;
	}
}

@media only screen and (max-width: 64em) {

	header.compact div.login-box .button:not(.dropdown) {
		padding: 0.438rem 0.938rem;
	}

	header.compact div.login-box .show-for-medium-down table tr {
		display: flex;
		flex-direction: column;
	}

	header.compact div.login-box .show-for-medium-down table tr td {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	header.compact div.login-box .show-for-medium-down table tr td:first-child {
		display: none !important;
	}

	header.compact div.login-box .show-for-medium-down table tr td:nth-child(2) {
		display: block !important;
		order: 2;
		border-right: none;
		padding-top: 20px;
	}

	header.compact div.login-box .show-for-medium-down table tr td:nth-child(3) {
		order: 1;
	}

	header.compact div.login-box .show-for-medium-down table tr td p:empty {
		margin-bottom: 0;
	}
}