.ms-sign-in__social-accounts{
	display: none;
}
.aaa-start-application.ms-content-block .msc-cta__primary, .aaa-start-application.ms-content-block .msc-cta__secondary {
	background: #E9E9E9 !important;
	font-size: 14px !important;
	margin-right: 10px !important;
	width: auto !important;
	border: none !important;
}
.aaa-start-application.ms-content-block .msc-cta__primary:hover, .aaa-start-application.ms-content-block .msc-cta__secondary:hover {
	background: #DADADA !important;
	border: none !important;
	color: #000000 !important;
}
.aaa-your-store .ms-content-block__cta .msc-cta__primary {
	background: #E6E6E6 !important;
	font-size: 14px !important;
	width: auto !important;
	border: none !important;
}
.aaa-your-store .ms-content-block__cta .msc-cta__primary:hover {
	background: #DADADA !important;
	border: none !important;
	color: #000000 !important;
}
.aaa-your-store .ms-content-block__title {
	font-size: 13px !important;
	width: 187px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 992px) {
	.aaa-your-store .ms-content-block__title {
		font-size: 13px !important;
		width: 187px;
		margin-left: auto;
		margin-right: auto;
	}
}
.ms-business-sign-up__create-button {
	margin-top: 50px;
}

.ms-header__container .ms-header__topbar .ms-header__logo img {
  min-width: 250px;   /* Adjust as needed */
  height: auto;
  width: auto;        /* Keeps aspect ratio */
  object-fit: contain;
  display: block;
}

@media (max-width: 992px) {
    .ms-header__container .ms-header__topbar .ms-header__mobile-logo a img {
		min-width: 250px;   /* Adjust as needed */
		height: auto;
		width: auto;        /* Keeps aspect ratio */
		object-fit: contain;
		display: block;
	}
}

.aaa-footer-logo img {
	min-width: 180px;
}

@media (min-width: 993px) and (max-width: 1235px) {
    .aaa-footer-logo img {
	min-width: 120px;	
	}
}