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>
// Hide navbar to match designs 

if (!AJS.params.remoteUserKey.length) {
	$("#rw_theme_header").addClass("anon-hidden");
}
</script>

<style>
#rw_theme_header.anon-hidden {
	display: none !important;
}
.program-link-container {
    margin: 30px 0px;
    font-size: 16px;
    color: #0A6F7A !important;
} 
.program-link-container p, .program-link-container p a {
    color: #0A6F7A !important;
}
.program-link-container p a {
    font-weight: bold !important;
	text-decoration: underline;
}

</style>


HTML
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+SBA/signup.css">
<style>
*{
	font-weight: normal!important;
}
div.signContainer > span {
	position: relative;
}
.login-link{
	text-align: left!important;
}
#login{
	padding: 30px 65px!important;
}
 div.bigImageContainer{
    background-size: cover!important;
    background-position: right!important;
} 



.learn-more-section{
	left: 0!important;
	right: 20%!important;
}

div.signContainer > span {
    width: 100%;
}
div.formContainer {
	width: 100%;
}
.conditions .conditions-message {
    font-size: 14px;
    font-weight: 600;
	line-height: 1.6;
}
input#checkbox {
	margin-top: 5px;
}
.conditions {
	margin-bottom: 15px !important;
}

 .conditions .conditions-message a{
	text-decoration: underline;
}
    .learn-more-section a{
	color: #101010!important;
	border-color: #101010!important;
}

body #main-content .form-buttons input#signupButton{
 	background-color: #187ABA33 !important;
	color: #187ABA !important;
	border: 1px solid #187ABA !important;
	font-weight: bold !important;
}

.signContainer{
	flex-direction: row-reverse!important;
}
body .custom-section-container .conf-macro div.bigImageContainer{
	/*background: url("https://dwmysgmxkr93k.cloudfront.net/images/MS+Strategy+Challenge/strategy_challenge_banner_long.png") !important;*/
	background: transparent !important;
	background-size: cover!important;
	box-shadow: none!important;
	width: 100%;
}
.learn-more-section{
	top: 500px!important;
	bottom: 0!important;
	background: none!important;
}

.learn-more-section *{
	color: #101010!important;
}

body,.rw_content{
	background-color: var(--secondary-color)!important;
}
 div.bigImageContainer{
	right: unset!important;
} 
.conditions .conditions-message a {
    color: #187ABA !important;
    font-weight: bold !important;
    text-transform: capitalize;
}
</style>

...