/* --------------------------------------------------------- BUTTON MAIN */
.button-main {display: inline-block; background: linear-gradient(180deg, #3C9EDC 0%, #2F8DC8 100%); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); border-radius: 4px; color: #FFF; text-decoration: none; font-weight: 700; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); padding: 0 24px; line-height: 42px;}
a.button-main:hover {background: linear-gradient(180deg, rgba(60, 158, 220, 0.5) 0%, rgba(47, 141, 200, 0.5) 100%); text-decoration: none;}

/* --------------------------------------------------------- BUTTON ICONS */
.button-main img {filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); width: 16px !important; height: 16px !important; float: right; margin: 13px 0 0 12px; border-radius: 0 !important;}

/* --------------------------------------------------------- BUTTON SARASIN */
.button-sarasin {display: inline-block; background: #0E2A3C; color: #FFF; text-decoration: none; font-weight: 700; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); padding: 0 24px; line-height: 42px;}
a.button-sarasin:hover {background: #2F8DC8; text-decoration: none;}