*{
    margin: 0;
    padding: 0;
}
p{
    margin: 0 !important;
}
html{
    min-width: 1440px;
    min-height: 700px;
}

body{
    width: 100%;
    height: 100%;
    font-size: 100%;
    overflow: auto;
}
.Land {
    margin: -12px 0 0 -280px;
    position: absolute;
    padding: 35px 0 0 8px;
    width: 195px;
    height: 60px;
   /* background: #040f3c !important;*/
    color: #fff;
}
.data_bodey{
    width: 100%;
    height: 100%;
   /* background-image: url("../img/bg01.png");*/
    background-size: 100% 100%;
    position: absolute;


}

.dataAllBorder01{
    width: 100%;
    height: 100%;
    border-radius: 10px;
   /* border: 1px #0174f5 solid;*/
    padding: 1px;
    box-sizing: border-box;
}
.dataAllBorder02{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
   /* border:2px solid #016ae0;*/
    border-radius: 10px;
}
.header_rightcontant {
    width: 18% !important;
    height: 10%;
    float: right !important;
}
.logo-img {
    width: 70px;
    margin: 0% 0% 10% 20%;
}