body {
    background: #37a1e4;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 16px;
}

/*-------------------------------
            LOGIN STYLES
-------------------------------*/

.login-body {
    background: #65cea7 url("../images/login-bg.jpg") no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 90%;
}

.hd {
    font-size:12pt;
    font-family:verdana; 
    font-weight: bold;
    background-color: #D4D4D4;
}
body {
    font-family: sans-serif;
    font-size:12px;
}
.data{
    font-family: sans-serif;
    font-size: 11px;
}
.details-info {
    margin:15px;
    padding:15px;
    border:1px dotted #999;
    color:#555;
    background: #f9f9f9;
}
    background-color: Highlight ; 
    color: #fff;
}