.custom-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.form-group {
    border-radius: 1rem !important;
    padding: .4rem;
    background-color: white;
}
