<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://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>



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




<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>




<script>
$("input#loginButton").val("Log In");
</script>