.login-form {
    /* Additional styling for the form container */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(189, 245, 5); 
    margin: 0%;
    padding: 20px;

    background-color: black;
    color: rgb(189, 245, 5); 
    font-size: 20px;
    font-weight: bold;

}
