* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
    color: #fff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background: #141414;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 500px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .container:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.6);
    }

h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #ff5e57;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeIn 1s ease;
}

input[type="text"],
input[type="url"],
input[type="password"], /* Added this */
.aspNetTextBox {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #1f1f1f;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

    /* Also add the focus state for the password box */
    input[type="password"]:focus {
        border-color: #ff5e57;
        box-shadow: 0 0 8px rgba(255,94,87,0.5);
        outline: none;
    }

    input[type="url"]:focus {
        border-color: #ff5e57;
        box-shadow: 0 0 8px rgba(255,94,87,0.5);
        outline: none;
    }

    input[type="text"]:focus {
        border-color: #ff5e57;
        box-shadow: 0 0 8px rgba(255,94,87,0.5);
        outline: none;
    }

#lblError {
    display: block;
    margin-top: 15px;
    font-size: 0.85rem;
    color: #ff5e57;
    font-weight: 500;
}

p {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #ccc;
}

    p a {
        color: #ff5e57;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s ease;
    }

        p a:hover {
            color: #ff7f72;
            text-decoration: underline;
        }

/* Buttons */
.modern-btn {
    background: #ff5e57;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,94,87,0.4);
    display: inline-block;
}

    .modern-btn:hover {
        background: #ff7f72;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(255,127,114,0.5);
    }

/* Tracks */
.track-item {
    background: #1f1f1f;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: left;
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s ease;
}

    .track-item:hover {
        background: #2a2a2a;
        transform: translateX(5px);
    }

/* Spinner */
.spinner {
    border: 4px solid rgba(255,255,255,0.2);
    border-top: 4px solid #ff5e57;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 15px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Toast */
#toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ff5e57;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(255,94,87,0.5);
    transition: visibility 0s, opacity 0.5s ease-in-out;
    opacity: 0;
}

    #toast.show {
        visibility: visible;
        opacity: 1;
    }

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .container {
        padding: 30px 20px;
    }

    h2 {
        font-size: 1.5rem;
    }
}


.error-label {
    color: #ff5e57;
    font-size: 0.85rem;
    display: block;
    margin-top: 15px;
    font-weight: bold;
}


/* Navigation Bar Styling */
.navbar {
    background: #141414;
    padding: 15px 0;
    border-bottom: 2px solid #ff5e57;
    width: 100%;
    position: fixed; /* Stays at the top while scrolling */
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.nav-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff5e57;
    text-decoration: none;
    letter-spacing: 2px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 0.9rem;
    transition: color 0.3s;
}

    .nav-links a:hover {
        color: #ff5e57;
    }

/* Push the rest of your page content down so it's not hidden */
body {
    padding-top: 80px !important;
}



/* This targets the common containers Somee uses for their 
   free ads/watermarks to keep your UI clean.
*/

div[style*="position: fixed; z-index: 2147483647"],
div[style*="fixed;bottom:0"],
div[id*="somee"],
center > a[href*="somee.com"],
#somee-ad-container {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Sometimes they wrap it in a script-generated div 
   at the very end of the body.
*/
body > div:last-child {
    display: none !important;
}

/* Ensure your footer stays visible if the rule above 
   accidentally hides it.
*/
footer {
    display: block !important;
}