.form-control {
    border-radius: 20px;
}

.btn-primary {
    border-radius: 20px;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}