body {
    /* overflow:hidden; */
}

.bg {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    left: 0px;
    top: 0px;
    background-image: url('https://picsum.photos/1280/720?grayscale');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: 60% 100%;
    z-index:-9999;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

#OtpLoginForm{
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.otp-digit-group input[type="text"] {
    width: 30px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin: 0 2px;
   
}

.otp-splitter {
    padding: 0 5px;
    color: #648292;
    font-size: 24px;
}

.otp-prompt {
    margin-bottom: 20px;
    font-size: 20px;
}
