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_logo_container a').waitUntilExists(i=>{
 $('#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://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/images/MSIA/field.png') !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;
}


@media only screen and (max-width: 580px){
  #loginform > fieldset > div {
    padding: 0;
  }
}


   #loginform > fieldset > div {
    padding: 0;
  } 

</style>


Custom section
ClasssignContainer


Custom section
ClassformContainer

Login form v2
SignUpLink/display/MSIA/Sign+Up
Destination/display/MSIH
EndpointUrl/rest/scriptrunner/latest/custom/logInMorganStanleyInnovation
ForgotPassword/display/MSIA/Forgot+Password
WelcomeMessageWelcome to the Alliance for Children’s Mental Health Innovation Awards

HTML
<div id="login-issue-btns"> </div>



Custom section
ClassbigImageContainer


HTML
<div class="learn-more-section">
    <p>The Morgan Stanley Alliance for Children's Mental Health Innovation Awards initiative aims to identify and fund mental healthcare solutions for children and young adults across the United States. This program specifically addresses the lack of both private and public investment in children’s mental health and of effective ways to connect innovative ideas with capital.</p>
    <a href="https://www.morganstanley.com/about-us/giving-back/childrens-mental-health-awards" style="font-weight:bold;">Learn More</a>
</div>



...