/* .canvas *******************************/

.canvas {
	align-items: center;
	background-color: #efefef;
	background: url('../../assets/images/bgs/login.webp');
  background-attachment: fixed;
  background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 100svh;
	padding: 40px;
	position: relative;
}

/* .canvas-login *******************************/

.canvas-login .card {
	background-color: rgba(255,255,255,0.95);
	padding: 10px;
	width: 400px;

	header {
		margin-bottom: 20px;

		img {
			height: 60px;
			width: auto;
		}
	}

	main {
		margin-bottom: 20px;
	}

	footer {
		align-items: center;
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
}

/* *******************************/

label {
	font-size: 0.8rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
