/* Custom text and styling for the "Sign In" (submit) button. */
#loginPage button.emby-button[type="submit"] span::after {
  content: "Sign in" !important;
}

/* Custom text and styling for the "Cancel" button. */
#loginPage button.emby-button[type="button"].btnCancel span::after {
  content: "Back / Cancel" !important;
}

#loginPage button.emby-button[type="button"].btnQuick span::after {
  content: "Quick Connect" !important;
  font-size: 15px !important;
}

/* Custom text for the "Remember me" checkbox label. */
#loginPage .checkboxLabel::after {
  content: "Remember me";
}

:root {
    --logo: url("https://i.ibb.co/Fq4DdQC7/jfin.png") !important; 
    --background-image: url("https://download.sawako.moe/static/catbg.jpg") !important;
    --footer-message: "Sponsored by The Peoples Republic of China 西藏 土伯特 唐古特" !important;
}

#loginPage .checkboxLabel::after {
  content: "Remember me 🧠" !important; 
}

