Only portrait mode is currently supported - please rotate your device.
Page History
...
HTML |
---|
<!-- Activity name for this tag: Register --> <script> (function() { var a = String(Math.random()) * 10000000000000; new Image().src = 'https://pubads.g.doubleclick.net/activity;xsp=4820566;qty=1;cost=[revenue];ord=[order id]?'; })(); </script> <noscript> <img src='https://pubads.g.doubleclick.net/activity;xsp=4820566;qty=1;cost=[revenue];ord=[order id]?' width=1 height=1 border=0> </noscript> <!-- End Misk PFX signups pixel --> |
Show If | ||
---|---|---|
| ||
|
Show If | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
Signup form | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
HTML |
---|
<style>
.main-container {
min-height: calc(100vh - 50px);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
div#toggle {
display: none;
}
</style>
|
HTML |
---|
<style> div#login-message { margin-bottom: 10px; } #link-container a.translation-link, #login-message a.translation-link { display: none !important; } form[name='signupform'] { background: white; border-radius: 0px; color: var(--primary-font-color); } form[name='signupform'] label { color: var(--primary-font-color) !important; } form[name='signupform'] input, input#os_password, input#os_username { color: var(--primary-font-color); background: white; outline: none; border: 1px solid var(--accent-color); padding: 0px 10px; width: calc(100% - 20px); } input#loginButton, input#signupButton { background: var(--primary-color) !important; } </style> |