/* NEW Design */
.my_button_1 {
    color: white;
    background-color: #A6A6A6 !important;
    padding: 5px 20px;
    border: 0px solid;
    border-radius: 0;
    width: 150px; /* Set the desired width */
    text-align: center; /* Center-align the text */
    height: 36px !important;
    font-weight: bold;
    /* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7); Add text shadow */
}

.login-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    /* text-align: left; */
}

.my_border_1{
    border: 2px solid #a9a9a9;
}

.my_border_2{
    border-bottom: 2px solid #a9a9a9;
}

/* End of Old one */

/* .login-box {
    width: 550px;
    margin: 0 auto;
    padding: 40px;
    border: 2px solid #a9a9a9;
    box-sizing: border-box; */
    /* display: flex; */
    /* text-align: center;
    justify-content: center;
    background-color: white;
    
} */

/* .login-header {
    margin: -40px; */
    /* Negative margin to pull the header out to the edges */
    /* margin-bottom: 18px; */
    /* Adjust the bottom margin to compensate for the border */
    /* border-bottom: 2px solid #262626;
    text-align: left;
    padding-bottom: 2px;
    overflow: hidden; */
    /* Ensures the image does not exceed the header area */
/* }

.login-header img {
    width: 100%; */
    /* Makes the image fill the header width */
    /* height: auto; */
    /* Keeps the image aspect ratio */
    /* display: block; */
    /* Removes bottom space under the image */
/* }

.input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-container label {
    margin-right: 10px;
}

.input-container input[type="text"],
.input-container input[type="password"] {
    width: 50%;
    padding: 10px;
    border: 2px solid #a0a0a0;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: -20px;
} */

/* .login-box button {
    padding: 10px 50px 10px 50px; */
    /* Reduced padding for smaller buttons */
    /* border: none;
    background-color: #a6a6a6;
    color: #e1e1e1;
    cursor: pointer;
    text-align: center;
    width: 30;
} */

/* .login-box button:hover {
    background-color: #555;
} */
/* Add the LOGIN label at the top of the form */
/* .login-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
} */


