.login-form-container {
    display: flex;
    justify-content: center;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 8%;
    width: 400px;
    padding: 50px 30px;
    min-height: 270px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(136 153 166 / 25%),
        0 0 3px 1px rgb(136 153 166 / 15%)
}

.login-form form {
    display: flex;
    flex-direction: column;
}

.login-form button {
    margin-top: 15px;
}
