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
<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-form-container').append(`<p>Forgot your password? Reset it <a href="mailto:morganstanley@theonevalley.com?subject=Reset Password Request&body=Please reset my password.">here</a>.</p>`);
	$('#login-issue-btns').append(`<p class="login-issue-btn"><a href="/display/SBAAN/Sign+Up">Don't have an account?</a></p>`);
    $('#login-issue-btns').append(`<p class="login-issue-btn"><a href="/display/SBAAN/SBA+Forgot+Password">Forgot Password?</a></p>`);
});

</script>  

<style>

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

</style>


Custom section
ClasssignContainer


Custom section
ClassformContainer

Login form v2
SignUpLink/display/SBAAN/Sign+Up
Destination/display/SBAH
EndpointUrl/rest/scriptrunner/latest/custom/loginMSSBA
ForgotPassword/display/SBAAN/Forgot+Password
WelcomeMessageWelcome to the Morgan Stanley Small Business Academy

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



Custom section
ClassbigImageContainer


HTML
<div class="learn-more-section">
    <p>Our focus is helping small businesses leverage their competitive advantage, differentiate themselves in the procurement process, strengthen their business knowledge, and build their professional network.</p>
    <a href="https://www.morganstanley.com/about-us/supplier-diversity/small-business-academy" style="font-weight:bold;">LEARN MORE</a>
</div>



...