body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td { 
    margin: 0;
    padding: 0;
}

legend { color: #000; } 
fieldset, img { border: none; } 

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
}

html, body {
    width: 100%;
    height: 100%; 
    font-size: 16px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none; 
    -ms-user-select:none; 
    overflow: hidden;
}

body, div, span, form, input, button {
    font-family: Verdana, Geneva, sans-serif;
}

.splash-container {
    height: 100%;
    width:100%;
    overflow: auto;
    position: relative;
    background: transparent;
}

.splash-banner {
    padding: 16px;
    padding: 1rem;
}

.splash-banner-text {
    font-weight: bold;
    font-size: 1.25rem;
}

.splash-body-container {
    margin: 5% auto;
    width: 90%; /* Adjusted for responsiveness */
}

.splash-body-left, .splash-body-right {
    float: left;
    width: 50%;
}

.splash-policy-action {
    clear: both;
}

.internal-ackn .splash-policy{
    border: none;
}

.splash-block {
    border: none;
    padding: 0.8rem 1rem;
    background: transparent;
}

.splash-terms {
    color: #aaa;
    word-wrap:break-word;
}

.splash-term-agree-label {
    color: #E57D18;
}

.splash-policy-container {
    word-wrap:break-word;
}

.splash-policy input[type='submit'] {
    border: none;
    height: 2rem;
    width: 100%;
    border-radius: 4px;
}

.splash-form {
    margin-left: 0;
    border:none;
}

.splash-form * {
    margin-bottom: 0.8rem;
    width:100%;
}

.splash-form input {
    box-sizing: border-box;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.splash-form input[type='submit'] {
    background-color: #02a7ec;
    color: #fff;
    border: none;
    background-image: linear-gradient(#02abf1, #02a3e7);
}

.splash-form input[type='checkbox'] {
    width:auto;
    border: none;
    margin-right: 0.625rem;
    padding: 0;
}

/* Responsive Design Adjustments */
@media only screen and (max-width: 768px) {
    .splash-body-container {
        width: 100%;
    }

    .splash-body-left, .splash-body-right {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .splash-banner-text {
        font-size: 1.2rem;
    }
}

#wifi4eubanner {
    width: 100%; /* Ensures logo is responsive */
    height: auto;
    display: block; /* Ensures logo takes its own line */
    margin: 0 auto; /* Centers the logo */
}

/* Add additional media queries if needed for other elements */
