/* Auction Factory public bidder login polish */
.af-login-body {
	background: #f5f2eb;
	color: #17202e;
}

.af-login-body #top-bar {
	background: #111827 !important;
	border-bottom: 1px solid rgba(185, 154, 82, .38);
	height: auto;
	min-height: 54px;
	padding: 8px 0;
}

.af-login-body .top-bar-section .container,
.af-login-body header .container,
.af-login-body #main-content > .container {
	max-width: 1360px;
}

.af-login-body .searchBar .searchIcon {
	color: #7d6327;
}

.af-login-body .searchBar input {
	border: 1px solid rgba(255, 255, 255, .24);
	box-shadow: none;
}

.af-login-body .searchBar input[type=submit] {
	background: #b99a52;
	color: #111827;
	font-weight: 800;
}

.af-login-body .toptab {
	border-right-color: rgba(255, 255, 255, .18);
	color: #f8fafc !important;
	letter-spacing: 0;
}

.af-login-body .toptab:hover,
.af-login-body .toptab:focus {
	color: #f0d68b !important;
}

.af-login-body header {
	background: #fff;
	border-bottom: 1px solid #e7e0d2 !important;
	box-shadow: 0 12px 30px rgba(22, 27, 34, .07);
	margin-bottom: 0 !important;
}

.af-login-body .navbar.navbar-bg-light .navbar-nav > li > a {
	color: #141d2b;
	font-weight: 700;
}

.af-login-body .navbar.navbar-bg-light .navbar-nav > li > a:hover,
.af-login-body .navbar.navbar-bg-light .navbar-nav > li > a:focus {
	color: #7d6327 !important;
}

.af-login-body section#main-content {
	background: #f5f2eb !important;
	padding-bottom: 0;
	padding-top: 0;
}

.af-login-body section#main-content hr.androidHide {
	display: none;
}

.af-login-body #main-content > .container {
	padding-bottom: 42px;
	padding-top: 28px;
}

.af-login-body #main-content .row:has(.af-login-page) > [class*="col-"] {
	float: none;
	width: 100%;
}

.af-login-body #main-content .row:has(.af-login-page) > [class*="col-"] + [class*="col-"] {
	display: none;
}

.af-login-page {
	background: #f5f2eb;
	min-height: 560px;
	padding: 18px 0 34px;
}

.af-login-page__inner {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr);
	margin: 0 auto;
	max-width: 1160px;
}

.af-login-page__intro {
	background: #17202e;
	border-radius: 8px;
	color: #f8fafc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	padding: 48px;
	position: relative;
}

.af-login-page__intro:before {
	border: 1px solid rgba(240, 214, 139, .22);
	border-radius: 8px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.af-login-page__eyebrow {
	color: #f0d68b;
	font-family: Oswald, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.af-login-page h1 {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.08;
	margin: 0 0 18px;
	max-width: 720px;
}

.af-login-page__lead {
	color: #d9e0ea;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.af-login-page__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.af-login-page__stats span {
	background: #f8fafc;
	border-left: 4px solid #b99a52;
	border-radius: 4px;
	color: #17202e;
	font-family: Oswald, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	padding: 10px 14px;
	text-transform: uppercase;
}

.af-login-card {
	background: #fff;
	border: 1px solid #ddd6c8;
	border-radius: 8px;
	box-shadow: 0 22px 48px rgba(22, 27, 34, .12);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
}

.af-login-card__header {
	border-bottom: 1px solid #e7e0d2;
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.af-login-card__header strong {
	color: #17202e;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}

.af-login-card__header span,
.af-login-card__return {
	color: #667085;
	font-size: 15px;
	line-height: 1.5;
}

.af-login-form .form-group {
	margin-bottom: 18px;
}

.af-login-form label {
	color: #334155;
	display: block;
	font-family: Oswald, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.af-login-form .form-control {
	border: 1px solid #d8d0bf;
	border-radius: 4px;
	box-shadow: none;
	font-size: 16px;
	height: 48px;
	padding: 10px 13px;
}

.af-login-form .form-control:focus {
	border-color: #b99a52;
	box-shadow: 0 0 0 3px rgba(185, 154, 82, .22);
	outline: none;
}

.af-login-form__actions {
	margin-top: 24px;
}

.af-login-form .btn {
	background: #b99a52 !important;
	border: 1px solid #b99a52 !important;
	border-radius: 4px;
	color: #111827 !important;
	font-size: 16px;
	font-weight: 900;
	height: 48px;
	padding: 0 28px;
	width: 100%;
}

.af-login-form .btn:hover,
.af-login-form .btn:focus {
	background: #17202e !important;
	border-color: #17202e !important;
	color: #fff !important;
}

.af-login-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin-top: 12px;
}

.af-login-card__links a {
	color: #7d6327;
	font-family: Oswald, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.af-login-card__links a:hover,
.af-login-card__links a:focus {
	color: #17202e !important;
}

.af-login-card__return {
	background: #f8f6f1;
	border-left: 4px solid #8fae3e;
	border-radius: 4px;
	margin: 20px 0 0;
	padding: 12px 14px;
}

.af-login-body .prefooter {
	background: #141d2b;
	border-top: 1px solid rgba(185, 154, 82, .35);
}

.af-login-body .prefooter h3 {
	border-bottom-color: #b99a52;
	font-family: Georgia, "Times New Roman", serif;
}

.af-login-body #footer,
.af-login-body .footer-widget {
	background: #f7f5ef;
}

@media (max-width: 991px) {
	.af-login-body .mobileMenuButton {
		background: #141d2b;
	}

	.af-login-body .searchBar {
		background: #f0d68b;
	}

	.af-login-body .top-contact,
	.af-login-body #mobileNav,
	.af-login-body .mobileMenuApp {
		background: #141d2b;
	}

	.af-login-body .navbar-brand img {
		height: auto;
		max-width: min(280px, 80vw);
	}

	.af-login-page__inner {
		grid-template-columns: 1fr;
	}

	.af-login-page__intro {
		order: 2;
		min-height: auto;
		padding: 34px;
	}

	.af-login-page h1 {
		font-size: 36px;
	}

	.af-login-card {
		order: 1;
		padding: 28px;
	}
}

@media (max-width: 520px) {
	.af-login-body #main-content > .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.af-login-page {
		padding-top: 10px;
	}

	.af-login-page__intro {
		padding: 26px 22px;
	}

	.af-login-page h1 {
		font-size: 30px;
	}

	.af-login-page__lead {
		font-size: 16px;
	}

	.af-login-page__stats {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.af-login-card {
		padding: 24px 20px;
	}

	.af-login-card__header strong {
		font-size: 24px;
	}

	.af-login-card__links {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.af-login-form .btn {
		width: 100%;
	}
}
