#layoutAuthentication {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
}

#layoutAuthentication_content {
    padding-bottom: 2.5rem;
    min-width: 0;
    flex-grow: 1;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.text-center {
    text-align: center !important;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem 1.25rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
.mr-auto, .mx-auto {
    margin: 0 auto !important;
}