label {
	color: #b8b8b8;
	font-weight: bold;
	font-size: 14px;
}
.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('../../../Assets/img/Master-Icon-new.png');
}

.logo-main {
	width: 92px;
	height: 92px;
	background-position: -188px -123px;
}
.default-button {
	text-shadow: unset;
	box-shadow: unset;
	border-color: #2d678f;
	background: #fff;
	color: #2d678f;
	font-weight: bold;
}
.default-button:hover {
	text-shadow: unset;
	box-shadow: unset;
	border-color: unset;
	background: #2d678f;
	color: #fff;
	font-weight: bold;
}
.input-validation-error,
.input-validation-error > button {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
@media screen and (max-width: 479px) {
	.mobile-hide {
		display: none !important;
	}
}
html,
body {
	padding: 0;
	margin: 0;
	background-color: #ededee;
}
