.custom-button {
background-color: white !important;
color: #004a99 !important;
border: 2px solid #004a99 !important;
padding: 12px 20px !important;
font-weight: bold !important;
text-transform: uppercase !important;
border-radius: 5px !important;
display: inline-block !important;
}
.custom-button:hover {
background-color: #004a99 !important;
color: white !important;
}
.custom-button {
margin-top: 40px !important;
position: relative !important;
}