.btn-custom {
    background-color: #45a049;
    color: white;
}
.btn-custom:hover {
    background-color: #3d8b41;
    color: white;
}
.custom-link {
    color: #45a049;
    text-decoration: none;
}
.custom-link:hover {
    color: #3d8b41;
}
.form-control:focus {
    outline: hidden;
    border-color: #45a049;
    border-width: 3px;
    box-shadow: 0 0 0 0 rgba(69, 160, 73, 0.25);
}
