@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* /Core/Components/AddressField.razor.rz.scp.css */
body[b-zdckfjffxi] {
}
/* /Pages/Clients/Clients.razor.rz.scp.css */
[b-aruad40dgn] fluent-tabs::part(activeindicator) {
    width: 85%;
    color: red;
}

/*::deep fluent-tab[aria-selected="true"] {
    background-color: var(--neutral-stroke-layer-hover);
}

    ::deep fluent-tab[aria-selected="true"]::before {
        content: "";
        position: relative;
        transform: translateX(-100%);
        width: 3px;
        height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2) * 1.2px);
        background: var(--accent-fill-rest);
    }

    ::deep fluent-tab[aria-selected="true"]::before {
        left: calc(var(--focus-stroke-width) * 0.1px);
    }*/
/* /Pages/Login.razor.rz.scp.css */
*[b-fl39z20dk3] {
	margin: 0;
	padding: 0;
}

.divmain[b-fl39z20dk3] {
	font-family: "Roboto", sans-serif;
	background-image: url('img/login_background.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-size: 100% 100% !important;
	height: 100vh;
	width: 100vw;
}

.logo[b-fl39z20dk3] {
	width: 213px;
	height: 36px;
	background: url('img/logo.png') no-repeat;
	display:block;
	/*margin: 30px auto;*/
}

.login-block[b-fl39z20dk3] {
	width: 320px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border-top: 5px solid #12196D;
	margin: 0 auto;
}

	.login-block h1[b-fl39z20dk3] {
		font-family: "Roboto", sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 1.4rem;
		text-align: center;
		color: #000;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 0.2rem;
	}


.login_input[b-fl39z20dk3] {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Montserrat;
	padding: 0 20px 0 50px;
	outline: none;
}

.login_submit[b-fl39z20dk3] {
	width: 100%;
	height: 40px;
	background: #12196D;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #e15960;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Montserrat;
	outline: none;
	cursor: pointer;
}
	.login_submit:hover[b-fl39z20dk3] {
		background: #12196D;
	}
