
.body
{
	background-image:url("../images/background-image.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.applicatio-title
{
padding-top:5px;
padding-bottom:5px;
box-shadow: 0 0 30px 0;	
}

.applicatio-title-div
{
	text-align: center;
}

/* .img-tata-motors */
/* { */
	/* height:30px; */
	/* padding-top:5px; */
/* padding-bottom:5px; */
/* } */

.img-applicatio-title
{
	height:50px;
	padding-top:5px;
	padding-bottom:5px;
}
.applicatio-menu
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.applicatio-menu-item
{
	margin: 5px 0 5px 0; 
	border-radius:25px;
	background-color:#2d509f;
	text-align: center;
	box-shadow: 0 0 10px 0;	
}

.applicatio-menu-item-text
{
	background-color:white;
	margin:10px;
	border-radius:25px;
	width:70%;
	font-size:20px;
	color: black;
	font-family:Calibri;
	text-decoration: none;
	font-weight:bold;
}

.applicatio-submenu-item
{
	background-color:#2d509f;
	text-align: center;
	box-shadow: 0 0 10px 0;	
	margin-top: 25px;
	margin-left: 20px;
    margin-right: 20px;
}

.applicatio-submenu-item-text
{
    color: white;
    padding: 5px;
}

.applicatio-submenu-options
{
    border-style: solid;
    border-color: #2d509f;
	border-width: 2px;
	border-radius: 25px;
	box-shadow: 0 0 10px 0;
}

.applicatio-footer
{
    background-color: #353535;
	margin-top:20px;
	box-shadow: 0 0 40px 0;
}

.applicatio-footer-text
{
	color:white;
	font-size:11px;
}

.MyBtn
{
background-color:#0070C0;
width:70%;
color: #fff;
margin-left: 15%;
margin-right: 15%;
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
font-family:Calibri;
font-size:20px;
text-align:center;
box-shadow: 0 0 10px 0;

}

.MyBtnTML
{
background-color:#ffffff;
width:70%;
color: #000;
margin-left: 15%;
margin-right: 15%;
margin-top:10px;
margin-bottom:10px;

font-weight:bold;
font-family:Calibri;
font-size:20px;
text-align:center;
box-shadow: 0 0 20px 0;
}

.applicatio-submenu-options-SupportPage
{
	height: 700px;
    border-style: solid;
    border-color: #2d509f;
	border-width: 2px;
	border-radius: 25px;
	box-shadow: 0 0 10px 0;
	width:100%;
}