/* Custom CSS to hide the "Create account" link */
a[href="/account/login/create"] {
display: none !important;
}
/* Alternatively, you can target by class */
.twc-malidc-create {
display: none !important;
}
/* Change the button color using the class */
.Yg9oJdNbIb8mQvbjwy9I {
background-color: #226699;
color: #F5F5F5;
}