header {
	display: none;
}

footer {
	display: none;
}

.login_vibang {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: #eee;
	padding: 0 10px;
}

.login_vibang_in {
	width: 400px;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	text-align: center;
}

.login_vibang_in h2 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}

.login_vibang_in p {
	font-size: 15px;
	font-weight: 300px;
	padding-bottom: 15px;
}

.login_vibang_in input {
	background: #eee;
	height: 35px;
	font-size: 15px;
}

.login_vibang_in button {
	background: #D42022;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 16px;
}

.checkvibang,
.back_to_top,
#button-contact-vr {
	display: none;
}
