a:hover {
	text-decoration: none;
}

.bg-login-image {
  background: url("../img/sapra2.jpg");
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
	.text-center-lg {
		text-align: center;
	}
}

.table-form td{
	vertical-align: middle;
}

.table-form td:first-child + td {
	width: 10px;
}


.table-form td:first-child + td + td {
	min-width: 300px;
}

.btn-50 {
	float: left;
	width: calc(50% - 1rem);
}