diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html
index 8a32f16..efe53f0 100644
--- a/configs/bank-landing/index.html
+++ b/configs/bank-landing/index.html
@@ -435,6 +435,15 @@
border-radius: 10px;
font-weight: 600;
font-size: 0.92rem;
+ background: transparent;
+ font: inherit;
+ cursor: pointer;
+ width: 100%;
+ max-width: 22rem;
+ box-sizing: border-box;
+ }
+ button.cta-sec:hover {
+ background: rgba(62, 207, 191, 0.1);
}
.cta-sec.merchant {
color: #f0d090;
@@ -779,8 +788,8 @@