.login-container {
    position: relative;
    left: 35%;    
    top: 350px;
    width: 650px;
    height: 200px;
    border: 1px solid black;

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

    }