.w-100 {
    width: 100%;
}

nav.navbar {
    box-shadow: 5px 5px 10px gray;
}

.row-response .alert {
    min-height: 57.333334px; /* 56 + 1.333334 */
}

.row-response .alert p {
    margin-bottom: 0;
}

.row-response ul {
    padding-left: 1.5rem;
}

.row-response ul:last-child {
    margin-bottom: 0;
}