body,
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	margin: 0px;
	max-width: 100%;
	background-image: URL("/assets/images/bg-01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.loginCard {
	margin: 0px auto;
	max-width: 350px;
	position: relative;
	top: 200px;
	background-color: transparent;

	box-shadow: 0 0 30px 1px rgb(0 0 0 / 30%), 0 1px 3px rgb(0 0 0 / 30%);
}

.card-header {
	background-color: #fff;
	color: #fff;
}

.card-body,
.card-footer {
	z-index: 2;
}

.card-footer {
	background-color: #efefef;
	border-radius: 0 0 7px 7px;
}

.card-footer a {
	color: #3a92dd;
	font-size: 0.9rem;
}

.loginCard:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 0;
	border-radius: 7px;
}

label {
	font-size: 0.8rem;
	color: #999;
}

input.form-control {
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
}

input.form-control:focus {
	border-bottom: 2px solid #224c90;
}
