@font-face
{
	font-family: 'DINNextLTPro-Regular';
	src:url('/_customers/css/ConcreteMasonry/fonts/DINNextLTPro-Regular.otf');
}
@font-face
{
	font-family: 'DINNextLTPro-Medium';
	src:url('/_customers/css/ConcreteMasonry/fonts/DINNextLTPro-Medium.otf');
}

:root {
	--font-family-regular: "DINNextLTPro-Regular";
	--font-family-medium: "DINNextLTPro-Medium";

	--theme-color: #65B546;
	--theme-color-orange: #ff6600;
}

body { 	color: #333;   }

body::before
{
	background: url(/_customers/images/ui/Servpro/bg.png);
	background-color: #000;
	background-position: center;
	background-size: cover !important;
	background-repeat: no-repeat;
	opacity: .3;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: unset;
	width: 100vw;
	z-index: -1;
}
input {
	background: #fff;
	border: 1px solid #153448;
	border-radius: 4px;
}

