.bg-login-image-2 {
	background: url("../assets/stisla/img/login.jpg");
	background-position: center;
	background-size: cover;
}
.bg-login-image-3 {
	background: url("../assets/stisla/img/login-1.jpg");
	background-position: center;
	background-size: cover;
}

/* body{
	zoom: 85%;
} */

th {
	text-align: center;
}

.btn2 {
	background-color: #d2d3d5;
	border: none;
	border-radius: 5px;
	color: black;
	text-align: center;
	font-size: 13px;
	margin: 4px 2px;
	opacity: 0.8;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;

	width: 9%;
	height: 30px;
	/* color: blueviolet; */
	padding-top: 12px;
	margin-left: 10px;
	margin-top: 20px;
	position: relative;
}

.btn2:hover {
	opacity: 1;
}
