.LoginBox {
    display: flex; flex-direction: column; align-items: center;
}

.LoginBox form {
    background: white;
    box-shadow: 3px 0 12px rgba(0,0,0,0.15);
    border: 1px solid #999999;
    padding: 10px;
    margin-top: 50px;
}