/*
 * Your global styles here
 */
 html,
 body {
     height: 100%;
 }
 
 html {
     background: white;
 }
 
 body {
     margin: 0;
 }
 
 .WiSER_Header{
     background-color: #ffffff !important;
 }
 
 .req {
     color: red;
 }
