x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<script>

$('.rw#rw_logo_container a').waitUntilExists(i=>{
 $('.rw#rw_logo_container a')[i].href = '/display/InnovationAwards/Login/'
});
</script>
<style>
input#loginButton{
	font-size: 16px!important;
}
</style>
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+SBA/login.css">
<script>


window.addEventListener("load", function(){
  $('#login-issue-btns').append(`<p class="login-issue-btn"><a href="/display/InnovationAwards/Sign+Up">Don't have an account?</a></p>`);
  $('#login-issue-btns').append(`<p class="login-issue-btn"><a href="/display/InnovationAwards/Forgot+Password">Forgot Password?</a></p>`);
  $('#os_username-label').replaceWith(`<label id="os_username-label" for="os_username" class="fullSite">What is your Email?</label>`);
  $('#os_username').replaceWith(`<input type="text" name="os_username" id="os_username" class="text fullSite" placeholder="yourname@company.com" data-focus="0">`);
  $('#os_password-label').replaceWith(`<label id="os_password-label" for="os_password" class="fullSite">What is your Password?</label>`);
  $('#os_password').replaceWith(`<input type="password" name="os_password" id="os_password" class="password fullSite" placeholder=".........."></input>`);

}); 
</script> 

<style>
#loginform .welcome-message,
#loginform label, 
.custom-section-container .learn-more-section {
  font-family: var(--main-font-family);
}

#loginform .welcome-message {
  font-size: 25px;
}

#loginform label,
#loginButton,
.custom-section-container .learn-more-section,
p.login-issue-btn {
  font-size: 13px !important;
}

.learn-more-section a.external-link {
  font-weight: normal !important;
}

#os_username,
#os_password {
  font-size: 12px;
}

#loginform p.welcome-message {
  color: #333;
  font-weight: normal;
  line-height: 1.39;
}

#loginform label#os_username-label,
#loginform label#os_password-label {
  width: auto;
  font-weight: normal;
}

.form-buttons #loginButton {
  background-color: #187aba;
  font-weight: normal;
}

.login-issue-btn {
  font-size: 16px;
}

.bigImageContainer .learn=more-section {
  left: 0;
  right: 20%;
}

.custom-section-container .conf-macro div.bigImageContainer {
  background-image: url('https://mcil-stage.theonevalley.com/download/attachments/86213388/field.png?api=v2') !important; 
}

.learn-more-section {
  top: 45%;
  right: 27%;
  left: 0;
  font-size: 16px;
}

.custom-section-container .learn-more-section a.external-link {
  text-transform: capitalize !important;
}

</style>

...