*{
    margin: 0%;
   padding: 0%;
   box-sizing: border-box;
}
/* layout bg -img */

body{
   background-image: url(./Assets/Images/RBI-Retail-Direct_Customer-Reg-Background-Image_ver02_Compressed.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: transparent !important;
   background-attachment: fixed;
     width: 100%;
     height: auto;
    overflow: hidden;
    border: none;
    outline: none;
    line-height: normal !important;
}




 