body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-register {
    width: 600px;
    max-width: 600px;
    padding: 40px 20px 40px 20px;
    min-height: 100%;
}

.list-group-item:hover {
    cursor: pointer;
}