body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url('/National_Library/oe_/https://www.htreaders.com/images/bgImg.jpg');

  color:#fff;}
  
  .dark-bule-bg:before {
    content: "";
    width: 644px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: #0F1D28;
}
	
.incorrectOtp1 {
  float: right;
  color: hsl(0, 100%, 50%);
  text-decoration: none !important;
  font-weight: 400;
  font-size: 16px;
}

