.form-control:focus {
	box-shadow: none !important;
	border: 1px solid #ced4da !important;
}

.pwd {
	padding-right: 0 !important;
	border-right-style: none !important;
}

.pwd:focus {
	border-right-style: none !important;
}

.eyemask {
	border-left-style: none !important;
	background-color: #FFF !important;
}

.eyemask-enable {
	background-color: #FFF !important;
}

.eyemask-disable {
	background-color: #e9ecef !important;
}