 body {
    font-family: 'Roboto', serif;
    height: 100vh;
    background-image: url('/static/uiassets/img/Bg.png'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}


  .container1 {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .centered-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .forgot-password {
    margin-top: 10px;
  }

  .forgot-password a {
    color: #007bff;
    text-decoration: none;
  }

  .forgot-password a:hover {
    text-decoration: underline;
  }
  .btn{
    border-radius: 10px;
  }
    .otp-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.submit-btn:hover {
    background-color: #0056b3;
}
.resend {
    margin-top: 10px;
}
.resend a {
    color: #007bff;
    text-decoration: none;
}
.resend a:hover {
    text-decoration: underline;
}
.label{
    text-align: left;
    font-size: 14px;
}

.backgroud {
    height: 100vh;
    background-image: url('/static/uiassets/img/bgcolor.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.info-btn, .login-btn   {
    padding: 10px 20px;
    margin: 10px auto;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}
.info-btn {
    background-color: #01185f;
    color: white;
}
.login-btn {
    background-color: #06feff;
    color: black;
}
.icon{
    align-items:start;
}
