#loginContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #00b268;
}
#loginForm h2 {
    text-align: center;
    width: 100%;
    
}

#loginForm input {
    margin-bottom: 15px;
    align-items: center;
}

#loginForm button {
    margin-top: 10px;
    align-self: center;
}