/*!* Copyright(c) Axino Solutions */
.axino-PasswordDiv{
   background-color: #dcdcdc;
   padding: 10px;
   text-align: center;
   font-family: arial;
   color: #ff0000;
}
.axino-link:hover { color: #FF4444; }

.axino-login-body {
    background:       #d3dee4;
    margin-top:       0px;
    padding:          0px;
}

.axino-loggedout-body {
    background:       #d3dee4;
    margin-top:       0px;
    padding:          0px;
}

.axino-bar {
    width:            100%;
    height:           124px;
    background:       #ffffff;
    position: absolute;
    top: 0px;
    left:0px;
}

.axino-app-logo {
    position: absolute;
	background:       #ffffff;
    top: 0px;
    left:0px;
	width:            100%;
    height:           124px;
	margin-left: auto;
	margin-right:auto;
	text-align : center;
}

.axino-vf-logo {
    width:            130px;
    height:           130px;
    position: absolute;
    top: 0px;
    left:0px;
	background-image: url("../images/VodafoneLogo.png");
	background-attachment: fixed;
	background-position: top left; 
	background-repeat: no-repeat;
 }
 
.axino-welcome-message{
	position: absolute;
	top: 128px;
	width:         100%;
}

.axino-welcome-text{
	font-family: arial;
	font-size: 40px;
}

 table#axino-welcome-table {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:100px;
  }
  
table#axino-loggedout-table {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:800px;
	height: 250px;
  }