html ,body {height: 100%;
    margin: 0px;
    padding: 0px;
   
}

body{
	background: url('../images/bg.jpg');
	/*background-repeat: no-repeat;*/
	background-size: cover; 
	color: white;
	font-family: 'Roboto'; 

}

.main-wrapper{
	height: 100%;
	/*height:auto;*/
    background: rgba(0,0,0,0.6);
}

.footer{
	bottom: 0;
    position: fixed;
    height: 50px;
    width: 100%;
    background-color: #003597;
}

.inherit-height{
	height: inherit;
}

.footer-text{
	 display: flex;
    align-items: center;

}
@media only screen and (max-width: 600px) {
  .font-footer{
		font-size: 14px;
		text-align: center !important;
	}

	.logo{
		width: 225 !important;
	}
	.logo-div{
		text-align: center;
	}
	.helpdesk-text{
		margin-top: 10% !important;
	}
}

.helpdesk-text{
	margin-top: 5%;
}
.font-footer{
	font-size: 14px;
	text-align: right;
}
.font-footer > a{
	text-decoration: none;
	color: white;
	cursor: pointer; 
}

.block{
	height: 110px;
	border: 1px solid rgba(255,255,255,0.25);
	text-align: center;
	padding: 2%;
	margin: 5px;
	cursor: pointer;
}
.erp-block{

    background: linear-gradient(90deg, rgba(0,67,167,1) 0%, rgba(0,138,123,1) 100%);
    
}
.block-text{
	line-height: 17px;
    font-size: 14px;
    margin-top: 5%;
}

.common-blue-gradient{
	background: linear-gradient(0deg, rgba(0,44,125,1) 0%, rgba(0,63,179,1) 100%)
}
.common-purple-gradient{
	background: linear-gradient(90deg, rgba(81,9,135,1) 0%, rgba(102,8,99,1) 100%);
}

.block-bi{
	background: linear-gradient(0deg, rgba(74,74,74,1) 0%, rgba(21,21,21,1) 100%);
}
.clinic-block{
	background: linear-gradient(0deg, rgba(67,160,71,1) 0%, rgba(0,72,65,1) 100%);
}

.sweet-alert > h2 {
    color: black;
    font-size: 20px;
}
