.error{

	color: red;

	font-size: 12px;

}  

.chosen-container{

	width: 100% !important;

}

.status_Inactive {

  color: #f06548 !important;

}

.status_Active {

  color: green !important;

}



.leave_Approved{

	color: green !important;

}

.leave_Pending{

	color: #f06548 !important;

}



.leave_Rejected{

	color: red !important;

}

.btn-dark {

  background-color: #405189 !important;

  border-color: #405189 !important;

}

@media (max-width: 767px){
	.auth-page-content .position-relative img {
	    width: 100%;
	}
}