body {
    margin: 0;
    padding: 0;
    background: #99d424;
    position: relative;
    /*min-height: 97vh;*/
    font-family: "Courier New", sans-serif;
}

.panel-heading {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: white;
}

.login_container h2 {
    text-align: center;
    font-size: 36px;
}

.login_container .logo {
    width: 250px;
    height: 200px;
    display: flex;
    margin: auto;
}

.login_container form {
    margin: 50px auto;
    border: 3px solid lightgray;
    border-radius: 10px;
    width: 350px;
    height: 200px;
    background-color: rgba(256, 256, 256, 0.8);
}

.login_container form p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.login_container form button {
    font-size:18px;
    display: flex;
    margin: auto;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 35px;
    background-color: #e6e6e6;
    border: 1px solid lightgreen;
    border-radius: 5px;
    cursor: pointer;
}

.login_container form button:hover {
    background-color: #d7f0be;
}





/* 
.container-fluid {
    position: absolute;
    bottom: 0px;
    right: 15px;
} */