/* Basic styling for the login form */
body {
    font-family: Tahoma, sans-serif;
    background-color: rgb(0, 0, 0); /* Dark background */
    color: rgb(255, 255, 255); /* Dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}


/* Logo styling */
.logo {
    text-align: left;
    margin-top: 20px;
}

.logo img {
    text-align: left;
    width: 400px;
    height: auto;
}



.container {
    background-color: rgb(13, 16, 23); /* Updated background color for container */
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 320px; /* Set a max-width for form container */
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.container img {
    width: 300px; /* Adjust logo size */
    display: block; /* Make the image a block element */
    margin: 0 auto 20px auto; /* Center the logo horizontally and add margin below it */
}

input[type="text"], input[type="password"], button {
    width: 100%; /* Ensure full width */
    padding: 10px;
    margin: 10px 0; /* Add consistent margin for spacing */
    border: none;
    border-radius: 4px;
    box-sizing: border-box; /* Ensure padding doesn't affect element width */
}

input[type="text"], input[type="password"] {
    background-color: rgb(156, 163, 175) !important; /* Updated background color for fields with !important */
    background-clip: padding-box; /* Ensures background applies inside padding */
    color: #FBE3D6;
}
          /* Logo */
        #login-logo {
            display: block;
            margin: 0 auto 20px;
        }

        /* Title */
        #login-title {
            text-align: left;
            margin-bottom: 20px;
            font-size: 1.5em;
        }

        /* Labels */
        #label-clientid,
        #label-username,
        #label-password {
            display: block;
            font-size: 0.9em;
            margin-bottom: 5px;
            color: #FBE3D6;
        }

        /* Additional Info Section */
        .additional-info {
            text-align: left;
            margin-top: 30px;
            font-size: 0.9em;
            color:#FBE3D6;
            /* Default text color */
        }

        /* Disclaimer Info Section */
        .disclaimer {
            text-align: left;
            margin-top: 30px;
            font-size: 0.8em;
            color: #FBE3D6;
            /* Default text color */
        }

        /* Hyperlink Styling */
        .disclaimer a {
            color: #007bff;
            /* Blue color for links */
            text-decoration: none;
            font-weight: bold;
        }

        .disclaimer a:hover {
            text-decoration: underline;
            /* Underline on hover */
        }

        /* Hyperlink Styling */
        .additional-info a {
            color: #007bff;
            /* Blue color for links */
            text-decoration: none;
            font-weight: bold;
        }

        .additional-info a:hover {
            text-decoration: underline;
            /* Underline on hover */
        }

        /* Hyperlink Styling */
        #forgot-password a {
            color: #007bff;
            /* Blue color to match button */
            text-decoration: none;
            font-weight: bold;
        }

        #forgot-password a:hover {
            text-decoration: underline;
            /* Underline on hover */
        }

        /* Hyperlink Styling */
        #forgot-id a {
            color: #007bff;
            /* Blue color to match button */
            text-decoration: none;
            font-weight: bold;
        }

        #forgot-id a:hover {
            text-decoration: underline;
            /* Underline on hover */
        }

        /* Simple Text Styling */
        #contact-support {
            margin-top: 10px;
            color: #FBE3D6;
            /* Slightly lighter text color */
        }

        /* Default Form Fields Style */
        #clientid,
        #username,
        #password {
            display: block;
            width: 100%;
            margin-bottom: 15px;
            padding: 10px;
            box-sizing: border-box;
            font-size: 1em;
            border: 2px solid #ccc;
            /* Default border color */
            border-radius: 4px;
            transition: border-color 0.3s ease;
            /* Smooth transition for border color */
        }

        /* Blue Border on Focus */
        #clientid:focus,
        #username:focus,
        #password:focus {
            border-color: #007bff;
            /* Blue border on focus */
            outline: none;
            /* Remove the default outline */
        }

        /* Login Button */
        #login-button {
            display: block;
            width: 100%;
            padding: 10px;
            margin-top: 50px;
            cursor: pointer;
            font-size: 1em;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
        }

        /* Error Message */
        #message {
            margin-top: 20px;
            font-size: 0.9em;
            color: red;
        }

.container_1 {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgb(86, 88, 86); /* Dark gray background */
    color: rgb(251, 227, 214); /* Inkish white text */
    font-family: Tahoma, sans-serif;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Shadow for depth */
    line-height: 1.6; /* Improve readability */
}

.container_1 h1, .container h2 {
    color: rgb(251, 227, 214); /* Keep headings consistent with text color */
    margin-bottom: 10px;
}

.container_1 p {
    margin-bottom: 15px;
}

 #message-container1 {
            position: absolute;
            top: 75px;
            left: 75px;
            width: 400px;
            height: 400px;
            background-color: black;
            color: rgb(103, 105, 103);
            padding: 10px;
            box-sizing: border-box;
            font-family: Tahoma, sans-serif;
            font-size: 16px;
            line-height: 1.5;
        }

        #platform-architecture {
            position: absolute;
            top: 450px;
            left: 75px;
            width: 400px;
            height: 400px;
            background-color: black;
            color: rgb(103, 105, 103);
            padding: 10px;
            box-sizing: border-box;
            font-family: Tahoma, sans-serif;
            font-size: 16px;
            line-height: 1.5;
    
        }

        #why-phiboapp {
            position: absolute;
            top: 600px;
            left: 1200px;
            width: 400px;
            height: 400px;
            background-color: black;
           color: rgb(103, 105, 103);
            padding: 10px;
            box-sizing: border-box;
            font-family: Tahoma, sans-serif;
            font-size: 16px;
            line-height: 1.5;
    
        }

        #platform-architecture h2 {         
            font-size: 20px;
            margin-bottom: 10px;
        }

        #message-container1 h2 {         
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        #why-phiboiapp h2 {         
            font-size: 20px;
            margin-bottom: 10px;
        }
        
         #image-1container {
            position: absolute;
            top: 300px; /* Adjust vertical position */
            left: 1150px; /* Adjust horizontal position */
            width: 709px; /* Set container width */
            height: 288px; /* Set container height */
            overflow: hidden; /* Ensures content stays within the container */
            
        }

        #image-1container img {
            width: 100%; /* Scale the image to match container width */
            height: 100%; /* Scale the image to match container height */
            object-fit: fill; /* Stretch the image to fill container dimensions */
        }