﻿
.bg-header {
	background: url('/assets/images/card-2.svg') no-repeat center center;
	background-size: cover;
	height: 6rem;
}

.auth-card {
	border-radius: 1rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

footer small {
	opacity: 0.7;
}
