.header-left-side{
     padding-left: 25px;
     padding-top: 23px;
     float: left;
     overflow: hidden;
     display: block;
 }
.header-right-side{
    float: left;
}
.right-side-back{
    position: absolute;
    z-index: 0;
}
.right-side-front{
    position: absolute;
    z-index: 1;
    padding-top: 25px;
    padding-left: 20px;
}
.powered-by-image{
    margin-top: 5px;
}
#logo {
    left: 0px !important;
    top: 0px !important;
    float: left;
    position: relative;
}

/* 2015-01-26 (begin) - CSS for login button */

.buttonLoginBlue {
border:1px solid #00182d; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:'century gothic'; padding: 7px 30px 7px 30px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #013565; background-image: -webkit-gradient(linear, left top, left bottom, from(#013565), to(#013565));
 background-image: -webkit-linear-gradient(top, #013565, #013565);
 background-image: -moz-linear-gradient(top, #013565, #013565);
 background-image: -ms-linear-gradient(top, #013565, #013565);
 background-image: -o-linear-gradient(top, #013565, #013565);
 background-image: linear-gradient(to bottom, #013565, #013565);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#013565, endColorstr=#013565);
}

.buttonLoginBlue:hover{
 border:1px solid #07284C;
 background-color: #07284C; background-image: -webkit-gradient(linear, left top, left bottom, from(#07284C), to(#07284C));
 background-image: -webkit-linear-gradient(top, #07284C, #07284C);
 background-image: -moz-linear-gradient(top, #07284C, #07284C);
 background-image: -ms-linear-gradient(top, #07284C, #07284C);
 background-image: -o-linear-gradient(top, #07284C, #07284C);
 background-image: linear-gradient(to bottom, #07284C, #07284C);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#07284C, endColorstr=#07284C);
}

/* 2015-01-26 (end) - CSS for login button */