html,
body {
    height: 100%;
}

.centered-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .form-group.custom{
    margin-bottom: 2em;
    margin-top: 2em;
} */
