* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	background-image: url('../../../themes/cornerstone/img/login-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-box {
	max-width: 400px;
	animation-delay: .3s;
	margin: 30px;
}

#container
{
	min-height: 300px;
	width: 400px;
}

.container-2 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	gap: 10px;

	padding-bottom: 160px;
}

#login-footer {
	position: fixed;
	bottom: 0;
	margin: 20px;
}

#login-footer,
.btn-link {
	color: white;
}

