html, body { 
    margin:0; 
    padding:0; 
    height:100%; 
  }
.hide{
  display:none!important;
}
  .notification{
    width:100%;
  }
  
  .notification .notification-error{
    color:#000;

  }

  .text-underline{
  text-decoration: underline!important;
    
  }

  .pointer{
    cursor:pointer;
  }

  .error-label{
    width: 80%;
    cursor: pointer;
  }