body {
    background-color: #001828;
    background-image: url(../img/eco.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 170vh;
    min-height: 375px;
    position: relative;
}

.custom-container {
    background-color: #000000; /* Ensure white background */
    border-radius: 10px;
    padding: 30px;
    position: relative;
    left: 280px;
    max-width: 500px;
    margin: auto;
    top: -150px;
    position: relative;
    outline: 2px solid rgb(255, 230, 0); /* Add blue outline */
}

.custom-header {
    color: #001828; /* Dark text color for contrast */
    font-weight: bold;
}
/* Customizing input fields */
.custom-container input[type="email"],
.custom-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}

/* Styling for the submit button */
.custom-container button {
    background-color: #007bff; /* Bootstrap primary color */
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-container button:hover {
    background-color: #0056b3; /* Darker shade for hover */
}

/* Link styles */
.custom-container a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.custom-container a:hover {
    text-decoration: underline;
}
.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px; /* Adjust height as needed */
    
    background-color: #ffffff;
    

    padding: 0px;
}
.logo{
    width: 220px;
    height: 80px;
    position: absolute;
    top: 120px
    
}
.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    left: 30px;
    height: 100px; /* Adjust height as needed */
    position: absolute;
    background-color: #ffffff;
   

    padding: 0px;
}
.container-img {
    position: absolute;
    top: 120px;
    width: 600px;
    height: 500px;
    border-radius: 10px; /* Add border radius */
}
.kjv{
    position: absolute;
    top: 50px;
    width: 350px;
    height: 300px;
    border-radius: 10px; /* Add border radius */
}
h1{
    position: relative;
    top: 50px;
    align-items: center;
    text-align: center;
    left: -350px;
    color: white;
    -webkit-text-stroke: 3px #0056b3;
    text-shadow:  0 0 500px #0056b3;
}
/* Responsive design for smaller screens */
@media (max-width: 576px) {
    .custom-container {
        padding: 15px;
    }

    .custom-header {
        font-size: 20px;
    }

    .custom-container button {
        font-size: 14px;
        padding: 8px 12px;
    }
}
