.form-control {
    border-radius: 24px !important;
    border: 1px solid #155d7e !important;
}

.btn {
    border-radius: 24px !important;
    background-color: #155d7e !important;
    border-color: #155d7e !important;
}

.card {
    border-radius: 24px !important;
}

.card-header {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.card-footer {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}