@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

		body {
			font-family: 'Roboto', sans-serif;
		}

		.btn {
			padding: 14px 26px;
			font-weight: 700;
			font-size: 13px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}

		.btn-danger {
			background-color: #e34c43;
			border-color: #e34c43;
		}

		.banner-image {
			background: linear-gradient(rgba(181, 133, 125, 0.8), rgba(184, 131, 34, 0.529)), url(/assets/banner-image-two.jpg);
			background-size: cover;
			background-position: center;
			height: 100%;
		}

		::placeholder {
			font-size: 14px;
			font-weight: 500;
		}

		.form-control {
			border-color: #ebebeb;
		}

		.form-control-lg {
			height: calc(1.6em + 1rem + 2px);
		}

		.aa {
			line-height: 28px;
		}