
	.herobg {
		background-image: url('img/bg.jpg');
		background-size: cover;
		background-position: center;
	}

	.TopBar {

		background: rgb(83,87,0);
		background: linear-gradient(90deg, rgba(83,87,0,1) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, rgba(6,0,87,1) 100%);
	}

	body {

		background: #ffffff;
		background: linear-gradient(90deg, rgba(83,87,0,0.22592787114845936) 0%, rgba(245,245,245,0.9598214285714286) 12%, rgba(238,238,238,1) 88%, rgba(6,0,87,0.2231267507002801) 100%); 100%);
}

	.form-floating > label::after {
		background-color: transparent !important;
	}