
/* ------------------ Wrappers ------------------ */
 
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wrapper-inner {
	/* Removed 12/17
	overflow: auto;
	height: 100%; */
	flex: inherit;
	position: relative;
	/* Added 12/17 */
	flex: 1;
}

.container {
	/* Removed 12/17
	height: 100vh;
	*/
	Padding-top: 3rem;
	/*Added 01/07*/
	width: 100% !important;
}

.link {
	font-size: 1.4rem;
}


/* ------------------ Login Form ------------------ */

.logo {
	display: block;
	height: 5rem;
	width: 7.8rem;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 151 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg id='Logo'%3E%3Cg%3E%3Cpath d='M45.982,0.014l-45.982,89.872l16.508,0l45.98,-89.872l-16.506,0l0,0Z' style='fill:%23c90107;fill-rule:nonzero;'/%3E%3Cpath d='M94.067,0l-0.001,0.014l-16.244,0l0.002,89.879l16.425,0l0,-18.474l21.461,0l9.412,18.467l16.349,0l-45.198,-89.886l-2.206,0l0,0ZM94.249,29.273l14.769,28.998l-14.769,0l0,-28.998Z' style='fill:%23c90107;fill-rule:nonzero;'/%3E%3Cpath d='M48.895,58.345l14.742,0l0,-29.033l-14.742,29.033Z' style='fill:%23c90107;fill-rule:nonzero;'/%3E%3Cpath d='M42.095,71.76l-9.194,18.158l30.814,0l0,-18.158l-21.62,0l0,0Z' style='fill:%23c90107;fill-rule:nonzero;'/%3E%3CclipPath id='_clip1'%3E%3Cpath d='M-63.246,-63.275l0,217.526l269.168,0l-0.298,-217.526l-268.87,0Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M145.396,81.717l0.628,0c0.694,0 1.287,-0.256 1.287,-0.912c0,-0.468 -0.336,-0.937 -1.287,-0.937c-0.28,0 -0.472,0.025 -0.628,0.045l0,1.804ZM145.396,84.669l-0.845,0l0,-5.329c0.447,-0.062 0.87,-0.128 1.507,-0.128c0.807,0 1.342,0.175 1.661,0.406c0.314,0.229 0.489,0.593 0.489,1.101c0,0.701 -0.471,1.128 -1.044,1.299l0,0.037c0.468,0.088 0.783,0.514 0.892,1.297c0.125,0.823 0.257,1.148 0.338,1.317l-0.887,0c-0.132,-0.169 -0.255,-0.658 -0.364,-1.358c-0.13,-0.679 -0.459,-0.938 -1.147,-0.938l-0.6,0l0,2.296ZM146.301,77.854c-2.107,0 -3.823,1.804 -3.823,4.036c0,2.264 1.716,4.051 3.837,4.051c2.121,0.025 3.829,-1.787 3.829,-4.028c0,-2.255 -1.708,-4.059 -3.829,-4.059l-0.014,0ZM146.315,77.11c2.616,0 4.685,2.121 4.685,4.78c0,2.692 -2.069,4.793 -4.699,4.793c-2.614,0 -4.733,-2.101 -4.733,-4.793c0,-2.659 2.119,-4.78 4.733,-4.78l0.014,0Z' style='fill:%23c90107;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 7.8rem 5rem;
	/* Removed 12/17
		margin: 0 0 3rem 2rem; */
	/* Added 12/17 */
	text-indent: -9999px;
}

.impact_logo {
	display: block;
	height: 8rem;
	width: 17rem;
	background-image: url('../images/svg-icons/Impact_IAA_Symbol.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 17rem 8rem;
	/* Removed 12/17
		margin: 0 0 3rem 2rem; */
	/* Added 12/17 */
	text-indent: -9999px;
}


.login-form__input {
    margin-bottom: 2rem;
}

.login-form__submit {
	padding-top: .5rem;
    padding-bottom: 1rem;
}

.login-form__forgot {
	padding-bottom: .5rem;
	text-align: center;
	padding-top: 1.5rem;
}

.login-form__seller {
	padding-top: 2rem;
	border-top: 1px solid #ccc;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.login-form__sellerQ {
	font-size: 1.8rem;
}
.tile-header--login{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

/* Reset Password */
.radio-group--inline {
	display: flex;
}

.radio-group--inline .radio {
	margin-right: 4rem;
}

/* ------------------ Added CSS: 12/17/2020 ------------------ */

/* ------------------ Footer ------------------ */


.tile-header--logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer {
	background-color: #f2f2f2;
	padding: 1rem 3rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 2rem;
	/*Added 01/13 */
	flex: 0 0 auto;
}

.footer__logo {
	display: block;
	height: 3rem;
	flex: 0 0 4.4rem;
	text-indent: -9999px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 151 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg id='Logo'%3E%3Cg%3E%3Cpath d='M45.982,0.014l-45.982,89.872l16.508,0l45.98,-89.872l-16.506,0l0,0Z' style='fill:%23C90107;fill-rule:nonzero;'/%3E%3Cpath d='M94.067,0l-0.001,0.014l-16.244,0l0.002,89.879l16.425,0l0,-18.474l21.461,0l9.412,18.467l16.349,0l-45.198,-89.886l-2.206,0l0,0ZM94.249,29.273l14.769,28.998l-14.769,0l0,-28.998Z' style='fill:%23C90107;fill-rule:nonzero;'/%3E%3Cpath d='M48.895,58.345l14.742,0l0,-29.033l-14.742,29.033Z' style='fill:%23C90107;fill-rule:nonzero;'/%3E%3Cpath d='M42.095,71.76l-9.194,18.158l30.814,0l0,-18.158l-21.62,0l0,0Z' style='fill:%23C90107;fill-rule:nonzero;'/%3E%3CclipPath id='_clip1'%3E%3Cpath d='M-63.246,-63.275l0,217.526l269.168,0l-0.298,-217.526l-268.87,0Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M145.396,81.717l0.628,0c0.694,0 1.287,-0.256 1.287,-0.912c0,-0.468 -0.336,-0.937 -1.287,-0.937c-0.28,0 -0.472,0.025 -0.628,0.045l0,1.804ZM145.396,84.669l-0.845,0l0,-5.329c0.447,-0.062 0.87,-0.128 1.507,-0.128c0.807,0 1.342,0.175 1.661,0.406c0.314,0.229 0.489,0.593 0.489,1.101c0,0.701 -0.471,1.128 -1.044,1.299l0,0.037c0.468,0.088 0.783,0.514 0.892,1.297c0.125,0.823 0.257,1.148 0.338,1.317l-0.887,0c-0.132,-0.169 -0.255,-0.658 -0.364,-1.358c-0.13,-0.679 -0.459,-0.938 -1.147,-0.938l-0.6,0l0,2.296ZM146.301,77.854c-2.107,0 -3.823,1.804 -3.823,4.036c0,2.264 1.716,4.051 3.837,4.051c2.121,0.025 3.829,-1.787 3.829,-4.028c0,-2.255 -1.708,-4.059 -3.829,-4.059l-0.014,0ZM146.315,77.11c2.616,0 4.685,2.121 4.685,4.78c0,2.692 -2.069,4.793 -4.699,4.793c-2.614,0 -4.733,-2.101 -4.733,-4.793c0,-2.659 2.119,-4.78 4.733,-4.78l0.014,0Z' style='fill:%23C90107;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 4.6rem 2.4rem;
	margin-right: 1rem;
}

@media (min-width: 768px) {

	.footer {
		padding: 1rem;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		/*Added 01/13 */
		flex: 0 0 5rem;
	}
}

.container--impact .hr-highlight:after {
	border-top: .5rem solid #00899b;
}

.container--impact .btn-primary {
	background-color: #00899b;
}

.container--impact .btn-secondary:hover {
	background-color: #00899b;
	text-decoration: none;
	color: #fff
}

/* ------------------ Added CSS: 12/17/2020 ------------------ */

/* */

/*.hideMe {
	-moz-animation: cssAnimation 0s ease-in 5s forwards;*/
	/* Firefox */
	/*-webkit-animation: cssAnimation 0s ease-in 5s forwards;*/
	/* Safari and Chrome */
	/*-o-animation: cssAnimation 0s ease-in 5s forwards;*/
	/* Opera */
	/*animation: cssAnimation 0s ease-in 5s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes cssAnimation {
	to {
		width: 0;
		height: 0;
		overflow: hidden;
	}
}

@-webkit-keyframes cssAnimation {
	to {
		width: 0;
		height: 0;
		visibility: hidden;
	}
}*/


.welcome-message {
	margin-bottom: 1.5rem;
	margin-top: -2rem;
}

.logo--marhaba {
	width: 15.8rem;
	height: 4rem;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M13.84 17.693l-1.803 5.88h3.065l.798 2.61h-3.203l-.728-2.388-1.254 4.085H7.531l3.126-10.187h3.184zm-3.82 0L6.894 27.88H3.711l3.125-10.187h3.184zm-3.82 0L3.073 27.88H-.11l3.125-10.187H6.2z' fill='%23D51C29'/%3E%3Cpath d='M25.847 25.338c.304 0 .605.04.904.12v.388a2.897 2.897 0 0 0-.904-.145c-.423 0-.635.12-.635.363 0 .226.134.34.4.34h.362c.582 0 .873.25.873.75 0 .485-.352.726-1.056.726-.306 0-.607-.04-.906-.12v-.388c.299.097.6.145.906.145.405 0 .608-.12.608-.363 0-.226-.141-.339-.423-.339h-.364c-.549 0-.823-.25-.823-.75 0-.486.353-.727 1.058-.727zm-6.217-.97c.347 0 .67.049.968.145v.388a2.584 2.584 0 0 0-.92-.17c-.944 0-1.416.448-1.416 1.345 0 .961.472 1.44 1.416 1.44.315 0 .621-.056.92-.169v.388a3.103 3.103 0 0 1-.968.145c-1.212 0-1.817-.602-1.817-1.804 0-1.138.605-1.708 1.817-1.708zm22.213.945l.08.324c.259-.217.545-.324.857-.324.59 0 .905.272.947.817l.005.13v1.597h-.448v-1.604c0-.378-.189-.567-.565-.567-.214 0-.418.075-.614.224l-.117.098v1.848h-.448v-2.543h.303zm-6.094 0c.161 0 .315.012.463.033l.215.041v.363a3.103 3.103 0 0 0-.702-.073c-.588 0-.884.286-.884.86 0 .637.296.957.884.957.194 0 .374-.014.54-.041l.162-.032v.363a3 3 0 0 1-.678.073c-.905 0-1.357-.44-1.357-1.32 0-.816.453-1.224 1.357-1.223zm-5.42-.92l1.477 3.464h-.497l-.448-1.09h-1.588l-.446 1.09h-.465l1.47-3.464h.497zm8.164.92v2.543h-.448v-2.543h.448zM36.96 24.9l.095.413h.687v.363h-.617v1.46c0 .207.079.324.236.35l.072.005h.31v.364h-.425c-.388 0-.599-.19-.634-.567l-.005-.119V24.9h.28zm-4.599.412v1.603c0 .379.188.567.562.567.214 0 .42-.074.617-.223l.117-.099v-1.848h.448v2.543h-.308l-.077-.325c-.308.217-.618.325-.93.325-.542 0-.833-.273-.872-.817l-.004-.13v-1.596h.447zm-8.655 0l.08.324c.223-.217.49-.324.804-.324v.373a.94.94 0 0 0-.74.322v1.848h-.447v-2.543h.303zm-1.845 0c.756 0 1.133.263 1.133.789v1.754h-.252l-.155-.252a1.47 1.47 0 0 1-.829.252c-.604 0-.907-.256-.907-.768 0-.52.344-.782 1.032-.782.22 0 .442.016.663.048v-.24c0-.292-.228-.438-.685-.438-.262 0-.53.04-.805.12v-.363c.275-.08.543-.12.805-.12zm18.18 0c.808 0 1.21.424 1.21 1.271 0 .846-.404 1.269-1.21 1.269-.805 0-1.208-.422-1.212-1.269 0-.848.404-1.271 1.211-1.271zm0 .364c-.51 0-.764.299-.764.898 0 .61.255.917.763.917.51 0 .764-.305.764-.917 0-.6-.256-.898-.764-.898zm-18.158.992c-.39 0-.584.137-.584.412 0 .274.154.411.46.411.311 0 .573-.082.788-.247v-.529a4.838 4.838 0 0 0-.664-.047zm8.182-1.835l-.643 1.57h1.29l-.647-1.57zm8.428-.441v.423h-.448v-.423h.448zm7.485-5.2c1.202 0 1.843.431 1.907 1.284l.005.146v2.842c-1.032 0-1.052-.353-1.052-.35a2.13 2.13 0 0 1-1.183.351c-1.052 0-1.585-.456-1.585-1.356 0-.863.628-1.3 1.865-1.3.172 0 .346.01.519.03l.26.036v-.234c0-.33-.242-.49-.736-.49a6.1 6.1 0 0 0-1.169.125l-.322.07-.08.02v-.964l.05-.012a6.64 6.64 0 0 1 1.521-.199zm-8.573 0c1.202 0 1.842.431 1.906 1.284l.006.146v2.842c-1.033 0-1.054-.353-1.052-.35a2.13 2.13 0 0 1-1.183.351c-1.052 0-1.585-.456-1.585-1.356 0-.863.627-1.3 1.864-1.3.173 0 .346.01.52.03l.26.036v-.234c0-.33-.242-.49-.736-.49a6.1 6.1 0 0 0-1.17.125l-.32.07-.082.02v-.964l.05-.012a6.64 6.64 0 0 1 1.522-.199zm-11.187 0c1.202 0 1.842.431 1.906 1.284l.006.146v2.842c-1.033 0-1.054-.353-1.052-.35a2.13 2.13 0 0 1-1.183.351c-1.052 0-1.585-.456-1.585-1.356 0-.863.628-1.3 1.864-1.3.173 0 .347.01.52.03l.26.036v-.234c0-.33-.242-.49-.736-.49a6.1 6.1 0 0 0-1.169.125l-.322.07-.08.02v-.964l.05-.012a6.64 6.64 0 0 1 1.521-.199zm-7.212-1.5l1.87 2.943 1.832-2.943h1.153v5.772h-1.098v-3.644l-1.42 2.157h-.98l-1.452-2.163v3.65h-1.098v-5.772h1.193zm20.776 0c.213.003 1.023.066 1.118.762l.009.138v.86c.296-.173.625-.262.979-.262 1.216 0 1.832.692 1.832 2.053 0 1.473-.703 2.22-2.089 2.22-.454 0-.943-.037-1.456-.11l-.389-.06-.055-.01v-5.591h.051zm-8.47-.002c.206.004 1.135.063 1.135.902v1.034c.32-.29.717-.436 1.185-.436 1.02 0 1.537.538 1.537 1.596v2.677h-1.177v-2.677c0-.423-.196-.62-.616-.62-.313 0-.626.124-.927.37v2.925h-1.177V17.69h.04zm-1.798 1.5l.116.47c.306-.273.631-.428.968-.462l.145-.008h.066v.977h-.066c-.315 0-.607.114-.868.34l-.11.105v2.85h-1.177v-4.272h.926zm16.422 2.46c-.688 0-.688.336-.688.446 0 .333.179.487.565.487.267 0 .522-.068.76-.203l.14-.089v-.575a4.301 4.301 0 0 0-.777-.066zm-8.576 0c-.688 0-.688.336-.688.446 0 .333.18.487.566.487.267 0 .522-.068.76-.203l.14-.089v-.575a4.295 4.295 0 0 0-.778-.066zm-11.186 0c-.687 0-.687.336-.687.446 0 .333.178.487.564.487.268 0 .522-.068.76-.203l.141-.089v-.575a4.291 4.291 0 0 0-.778-.066zm15.632-1.46c-.26 0-.506.04-.732.12l-.165.068v2.012c.22.066.479.098.766.098.593 0 .88-.416.881-1.272 0-.69-.245-1.026-.75-1.026z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 14.5rem 15rem;
	align-self: center;
	margin-left: 1rem;
	background-position: 1rem 50%;
	border-left: 0.2rem solid #ccc;
}

.logo-container {
	display: flex;
}

.text-link-disabled {
	cursor: none;
	color: #999;
	pointer-events: none;
}