body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif; 
box-sizing: border-box;
background-image: url('../images/mbg.png');
background-size: cover;
background-position: center;
}

.overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 3, 43, 0.5); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.rp-container {
width: 100%;
height: 110vh;
position: relative;
z-index: 2;
}

.rp-form-box {
border-radius: 5px;
width: 80%;
max-width: 500px;
position: absolute;
top: 50%; 
left: 50%;
transform: translate(-50%,-50%);
background-color: rgba(255, 255, 255, 0.75);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 30px 20px;
text-align: center;
}

.rp-form-box h1 {
font-size: 40px;
color: #002366;
position: relative;
}
 
 
    .agreement {
        text-align: center;
        margin-top: 20px;
    }
    
    .checkbox-label {
        display: block;
        margin-bottom: 10px;
    }
    
    .checkbox-label input[type="checkbox"] {
        margin-right: 5px;
    }
    
    .checkbox-label a {
        color: #007bff;
        text-decoration: none;
    }
 
 
.rp-input-field {
background: #EAEAEA;
margin: 15px 0;
border-radius: 3px;
display: flex;
align-items: center;
max-height: 200px;
transition: max-height 0.5s;
overflow: hidden;
}

.rp-input-field input{
width: 100%;
background: transparent;
border: 0;
padding: 18px 15px ;
outline: 0; 
}

.rp-input-field i{
margin: 15px;
color: #999;
}

.rp-form-box form p {
font-size: 20px; 
}

.rp-btn-field {
width: 100%;
}

.rp-btn-field button{
width: 100%;
background:  #002366; 
color: white;
height: 40px;
border-radius: 20px;
border: 0; 
outline: 0;
cursor: pointer;
transition: background 1s;
font-size: 20px;
font-weight: bold; 
margin-bottom: 20px;
}

.rp-input-group {
margin-bottom: 30px;
}

.rp-btn-field button.disable{
background: #eaeaea;
color: #555;
}

.dxc {
    font-size: 13px;
    color: #333;
   } 
   
@media (max-width: 768px) {
.inputbee p {
    font-size: 12px;
}
.rp-input-field input[type="checkbox"] {
  transform: scale(0.4);
}
  }
  
  
     .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid white; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px; 
    animation: spin 1s linear infinite; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.otp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.otp-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}


h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  margin-bottom: 20px;
}

.otp-input {
  width: 90%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.otp-btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
}

button#resendBtn {
  background-color: #ccc;
}

button#resendBtn.resend-active {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
}

button#verifyBtn {
  background-color: #4caf50;
  color: #fff;
}
