:root {
	/* black-transparent */
	--black-transparent:linear-gradient(89.16deg, rgba(0, 0, 0, 0.75) 0.32%, rgba(0, 0, 0, 0.5) 100%);
	/* white-transparent */
	--white-transparent:linear-gradient(55.48deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.3) 100%);
	/* card/light shadow */
	--light-effect:0px 0px 16px rgba(5, 84, 242, 0.25);
}

.page-home, .page-login {
	background-image: url(/images/vendor_container.png);
	backdrop-filter:blur(30px);
	background-size: cover ;
	background-repeat: no-repeat;
}

.page-login {
	padding-top: 0 ; /* due to lack of navbar */
}

.heading-left {
	margin: 0px 140px 8px 56px;
	text-align: left;
	flex: content;
}

.heading_h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tony-card .tony-card-heading-1 {
	text-align: center;
}

.tony-card-heading-1 {
	/* Vendor Login */
	height: 50px;
	left: 36.88%;
	right: 36.88%;
	top: 270px;
	background: var(--black-transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tony-card-heading-2 {
	/* card/heading 3/card-heading-1 */
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 45px;
	display: flex;
	align-items: center;

	background: var(--black-transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tony-card-heading-2-logo {
	display: flex;
	align-items: center;
}

.tony-card-heading-2-logo svg {
	margin-right: 6px ;
}

.tony-card-heading-2-logo svg path {
	fill: #88C9F2 ;
}

.tony-card_container {
	font-family: 'Red Hat Display';
	display: flex;
	justify-content: center;
}

.tony-card {
	/* Frame */
	max-width: 533px;
	min-height: 390px;
	margin: 0 auto;
	background: var(--white-transparent);
	border-radius: 30px;
}

.tony-card-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
}

.body-align_left {
	text-align: left;
	margin-left: 14px;
	margin-right: 14px;
}

.tony-card hr {
	margin-left: 14px;
	margin-right: 14px;
	/* divider */
	width: 505px;
	height: 4px;

	/* Primary v2.0 - Light */
	background: #88C9F2;
	border: 0px;
}

.tony-h1 {
	font-family: 'Red Hat Display', sans-serif !important;
	font-style: normal;
	font-weight: 700;
	line-height: 85px;
	color: #000000;
}

.tony-h2 {
	font-family: 'Red Hat Display', sans-serif !important;
	font-size: 35px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: 0em;
	margin: 0 0 0 0;
}

.tony-footer {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 40px;
	background: #F8F8F8;
	background: var(--black-transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer_nav {
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

.tony-card:hover {
	box-shadow: var(--light-effect);
	transition-delay: 1s;
}

.heading-left hr {
	min-width: 368px;
	max-width: 1639px;
	height: 4px;

	/* Primary v2.0 - Light */
	background: #88C9F2;
	border: 0px;

}

.enter_button a {
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center
}

.enter_button {
	width: 118px !important;
	height: 50px !important;
}

.footer_legal {
	margin-top: 60px;
	margin-bottom: 44px;
	text-align: center;
}

.terms {
	flex: 1;
	order: 0;
}

.vendor_support {
	flex: 1;
	order: 1;
}

.about_providr {
	flex: 1;
	order: 2;
}

.footer_content {
	margin-top:10px;
}

.about_providr_social-media {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tony-form {
	/* Auto layout */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 20px;
	margin-left: 15px;
	margin-right: 15px;

	/* body */
	font-family: 'Roboto' ;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}

.tony-form div {
	display: flex;
	flex-direction: column;
	align-items: left;
	width: 100%;
}

#password-reset {
	flex-direction: row;
}

.tony-form label {
	text-align: left;
}

.tony-form input {
	box-sizing: border-box;
	height: 30px;
	left: 0px;
	top: 30px;
	border: 1px;
	border-radius: 5px;
}

.tony-card button {
	/* vendor_management/card/button */
	height: 50px;
	padding: 0 0 0 0;
	border: 0px;
	/* Primary v2.0 - Light */
	background: #88C9F2;
	border-radius: 15px;
}

.tony-card button p {
	/* Button */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: var(--black-transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer_nav a {
	/* link/wider */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;

	/* identical to box height */
	letter-spacing: 0.15em;
}

.body-large {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}

footer * {
	font-family: Roboto !important ;
}

footer p {
	margin-top: revert ;
	margin-bottom: revert ;
}

footer p a {
	text-decoration: revert ;
}

/* ----------------- RESPONSIVE RULES  ----------------- */

@media screen and (max-width: 1023px) {
	.heading-left{
		margin-left: 32px;
	}
}

@media screen and (max-width: 768px) {
	.heading_h1 {
		margin-top:	-50px ;
	}
	.heading-left {
		margin-left: 8px ;
	}
}

@media screen and (max-width: 576px) {
	.footer_nav{
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.tony-card .tony-form{
		margin-left:15px;
		margin-right:15px;
	}
	.tony-card button {
		width: 100%;
	}
	.tony-card{
		display: block;
		margin-bottom: 20px;
		width: 360px;
	}
	.tony-form input{
		width: 100%;
	}
	.tony-card_container{
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.tony-card-heading-2-logo{
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.tony-card-heading-2-logo svg{
		display:none;
	}
	.tony-card-nav{
		align-items: flex-end;
	}
	.tony-card hr {
		width:349px;
	}	
	.tony-h1 {
		font-size: 32px;
	}
	
	.tony-footer svg {
		max-width: 100% ;
	}
}

@media screen and (min-width: 576px) {
	.footer_nav{
		flex-direction: column;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.tony-card button {
		width: 505px;
	}
	.tony-form input{
		width: 504px;
	}
	.tony-card_container{
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.tony-card{
		margin: 0px 10px 20px 10px;
	}
	.tony-h1 {
		font-size: 44px;
	}
}

@media screen and (max-width: 1200px) {
	.heading_h1-mobile {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width: 992px) {
	.footer_nav{
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}
	.tony-card_container{
		margin-left: 140px;
		margin-right: 140px;
	}
	
	.tony-h1 {
		font-size: 54px;
	}
}

@media screen and (min-width: 1600px) {
	.tony-card_container{
		flex-wrap: nowrap;
	}
}