.showPass {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 73px;
	margin-top: 283px;
	padding: 5px 8px !important;
}

.bg-login-image {
	background-color: white;
}

.bg-reset-image {
	background: url("https://42f2671d685f51e10fc6-b9fcecea3e50b3b59bdc28dead054ebc.ssl.cf5.rackcdn.com/illustrations/unlock_24mb.svg");
	background-color: white;
	background-position: center;
	background-size: cover;
}

.loginBox {
	border-radius: 1rem;
}

.h-100vh {
	height: 100vh !important;
}

.widgetBb > a:hover {
	text-decoration: none !important;
}

.widgetBb .card:hover {
	transition: 0.3s;
	border-left: 1rem solid #e56e6f !important;
}

.profilebox {
	text-align: left !important;
}

.round {
	border-radius: 50px !important;
}

.previewAdd {
	max-height: 100px;
	content: 'Preview Image'
}

.addPreviewContainer {
	height: 100px;
	border-radius: .35rem;
}

.requiredFieldMark {
	color: red;
}

.card-body-nopd {
	flex: 1 1 auto;
}

.tooltip.in {
	opacity: 1;
}

.mars-hide{
	opacity: 0.7;
	background-color: black;
}

.list-group-item.mars{
	margin-bottom: 0;
	padding: 0.40rem 1.25rem;
}

.list-group-item.mars:first-child{
	margin-bottom: 0;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.list-group-item.mars:last-child{
	margin-bottom: 0;
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
}

.date-statistics{
	width: 215px !important;
}

.btn-info {
    color: #fff;
    background-color: #e56e6f;
    border-color: #e56e6f;
}

.btn-info:hover {
	color: #fff;
    background-color: #f0955b;
    border-color: #ea8065;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #f0955b;
    border-color: #ea8065;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #e95b5c;
    border-color: #ff9d9e;
}