header,
footer { display: none!important }
.main { padding: 0; background: #000; }
.close-go-back {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
}
.bnn {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.bnn .bnn-img img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

label.control-label { margin: 0 0 7px }
input.form-control { height: 50px }
.nav-logo {
	display: inline-block;
	width: 160px;
}
#cnt-login-form,
#cnt-recover-pass-form {
	width: 500px;
	position: relative;
	z-index: 2;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0 0 32px rgb(0 0 0 / 78%);
	padding: 20px;
}