main[class^="LoginWrapper-"] a[class*="ButtonWithIcon-"] {
    background: #008c7e !important;
    border: 1px solid #008c7e !important;
  }
  main[class^="LoginWrapper-"] a[class*="ButtonWithIcon-"] span {
    color: #ffffff !important;
  }


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    
}

[class^="Headline-sc-"]::after {
    content: "Already a quantilope user? Log in using 'Login with quantilope' below.";
    display: block;
    margin-top: 10px;
}

main[class^="LoginWrapper-"] a[class*="ButtonWithIcon-"] {
    background: #008c7e !important;
    border: 1px solid #008c7e !important;
}
main[class^="LoginWrapper-"] a[class*="ButtonWithIcon-"] span {
    color: #ffffff !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}
[class^="Headline-sc-"]::after {
    content: "Already a quantilope user? Log in using 'Login with quantilope' below.";
    display: block;
    margin-top: 10px;
}
/* Hide "Don't have an account? Create one now." link on login page */
a[href="/register"] {
    display: none !important;
}