body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('../images/mbg.png');
    background-size: cover;
    background-position: center;
    color: #333;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
}

.registration-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.registration-form {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 80%;
}

.logo {
    margin-bottom: 20px;
}

.logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 1px;
}

.logo h2 {
    color: #007bff;
    margin-top: 10px;
}

.registration-form h1 {
    color: #333;
    margin-bottom: 20px;
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #007bff;
    background-color: transparent;
    color: #333;
    transition: border-bottom-color 0.3s ease;
}

.registration-form input[type="text"]:focus,
.registration-form input[type="email"]:focus,
.registration-form input[type="password"]:focus {
    border-bottom-color: #0056b3;
}

.registration-form button[type="submit"] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.registration-form button[type="submit"]:hover {
    background-color: #0056b3;
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="password"],
.registration-form input[type="number"],
.registration-form textarea {
    font-size: 14px; 
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="password"],
.registration-form input[type="number"],
.registration-form textarea,
.registration-form button,
.registration-form select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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); }
}

.otpOverlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .otpPopup {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            position: relative;
            max-width: 80%;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            color: red;
            font-size: 20px; 
            font-weight: bold;
        }

        .otp-input {
            justify-content: center;
            margin-top: 20px;
        }

        .otp-input input {
            width: 40px;
            height: 40px;
            margin: 0 5px;
            text-align: center;
            border-radius: 5px;
            font-size: 16px;
        }

        .message {
            margin-top: 20px;
            font-size: 14px;
            color: #555;
        }

        
        .confirm-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}


        .resend-btn {
    background-color: grey;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
        }
        @media (max-width: 768px) {
             .otp-input input {
            width: 25px;
            height: 25px;
            margin: 0 1px;
            text-align: center;
            font-size: 16px;
        }
        .otpPopup {
            background: #fff;
            border-radius: 10px;
            width: 100%;
        }
        }
   .blun-box {
    display: none;
    border: 2px solid red;
    background-color: red;
    padding: 10px;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
}

/* Error message text */
.blun-message {
    color: white;
    font-size: 12px;
}



 .suc-box {
    display: none;
    background-color: green;
    border: 2px solid green;
    padding: 10px;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
}

/* Error message text */
.suc-message {
    color: white;
    font-size: 12px;
}


    .revelon-overlay {
      display: none;  
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); 
      display: none;
      align-items: center;
      justify-content: center;
    }

    .rloaderc {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .stlg {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      animation: bounce 1s infinite alternate;
    }
    
    .stlg img {
      width: 80px;
      height: 80px;
    }

  

    @keyframes bounce {
      0%,
      20%,
      50%,
      80%,
      100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-10px);
      }
      60% {
        transform: translateY(-5px);
      }
    }
.crsw {
      width: 50px;
      margin-top: 5px;
      height: 10px;
      border-radius: 75%;
      background-color: rgba(0, 0, 0, 0.5); 
    }
  