
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 10px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.login-container {
    width: 350px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(119, 92, 92);
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
    padding: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
   
}

.login-container img {
    width: 80px;
    
}

.login-container h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.login-container p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #aaa;
}

.login-container form input {
    width: 90%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid rgb(143, 112, 112);
    outline: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 5%);
    color: #fff;
}

.login-container form input::placeholder {
    color: #bbb;
}

.login-container form .remember-me {
    display: flex;
   
    justify-content: start;
    margin-bottom: 20px;
   
}

.login-container form .remember-me input {
    width: auto;
    margin-right: 10px;
}

.login-container form button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to right, #300617 1%, #bf0f14 30%);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.login-container form button:hover {
    background-color: darkred;
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.social-login a {
    display: inline-block;
    width: 40px;
    height: 40px;
   
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    transition: transform 0.3s;
}

.social-login a:hover {
    transform: scale(1.1);
}
.signup-link {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #aaa;
}

.signup-link a {
    text-decoration: none;
    color: #EA2127;
    font-weight: bold;
}

.signup-link a:hover {
    color: #fff;
}


.footer-links {
    font-size: 14px;
    color: #aaa;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footer-links a {
    text-decoration: none;
    color: #ffffff;
}

/* Position SVG balls */
.ball {
    position: absolute;
    z-index: 5;
}

.ball-top-left {
    top: 0;
    left: 27%;
    width: 200px;
}

.ball-bottom-right {
    bottom: 0;
    right: 27%;
    width: 150px;
}

/* Responsive Design */
@media (max-width: 480px) {
    .login-container {
        width: 90%;
        padding: 20px;
    }

    .login-container form input,
    .login-container form button {
        font-size: 14px;
    }

    .social-login a {
        width: 35px;
        height: 35px;
    }

    .footer-links {
        font-size: 12px;
    }
}
@media (max-width:787px) {
    .ball-top-left{
        top: 100px;
        left:8%;
        width:100px
    }
    .ball-bottom-right{
        bottom: 100px;
        right:8%;
        width:70px;
    }
    
}

/* Styling for the overlay background */
#licensePopup {
display: none; /* Hidden by default, will be shown via JavaScript */
position: absolute;
top: 0;
left: 18px;
width: 100%;
height: 85%;
margin-top:50px;
z-index: 1001; /* Higher than other elements to ensure it appears on top */
align-items: center;
justify-content: center;
}

/* Styling for the popup content */
.license-popup-modal .license-popup-content {
    width: 350px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    border: 1px solid rgb(119, 92, 92);
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
    padding: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    left:33.5%;
    z-index: 100;
}

/* Close button styling */
.license-close-button {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
font-weight: bold;
color: #999;
cursor: pointer;
}

/* Styling for input fields within the popup */
.license-popup-content .license-form-control {
width: 90%;
padding: 10px;
margin: 15px 0;
border: 1px solid #e7e7e7;
border-radius: 5px;
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Styling for the submit button */
.license-popup-content .license-submit-button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to right, #300617 1%, #bf0f14 30%);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.license-popup-content .license-submit-button:hover {
background: darkred;
}


.otp-container {
    display: flex;
    gap: 10px 8px;
    margin-bottom: 15px;
    justify-content: center;
  }
  
  .otp-input {
    width: 42px;
    height: 34px;
    text-align: center;
    font-size: 1.223423rem;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .otp-input:focus {
    border-color: #008081;
    box-shadow: 0 0 8px rgba(0, 128, 129, 0.5);
  }
  
  .otp-input::-webkit-inner-spin-button,
  .otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .otp-input[type="text"] {
    -moz-appearance: textfield;
  }
  
  .otp-container input:invalid {
    box-shadow: none;
  }