/*Custom updates*/
.login_logo{
	width:300px !important;
	margin-bottom:20px;
}

.invoice_logo{
	font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.hidder{
	display:none !important;
}

.interlogo{
	width:150px !important;
}

.clickable{
	cursor:pointer;
}

.delete_not_btn{
	z-index: 1000;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 15px;
}

@media (max-width: 600px) {
	.custom_h{
		font-size:10px;
	}
}
@media (max-width: 400px) {
	.custom_h{
		font-size:8px;
	}
}



/*--------------*/