﻿.form-signin {
	width: 100%;
	max-width: 400px;
	padding: 15px;
	margin: auto;
}

	.form-signin .checkbox {
		font-weight: 400;
	}

	.form-signin .form-floating:focus-within {
		z-index: 2;
	}

	.form-signin input[type="email"] {
		margin-bottom: -1px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.form-signin input[type="password"] {
		margin-bottom: 10px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

.signin-form-container {
	display: flex;
	justify-content: center;
	flex-direction: row !important;
}

.icon {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(101%) contrast(102%);
	height: 24px;
	width: 24px;
}

h1 {
	color: var(--text);
	font-weight: 700;
}

h2 {
	color: var(--text-muted);
	font-weight: 500;
}

.login-container{
	min-height:calc(100vh - 4rem);
}
