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.
Comment: Update styling

...

HTML
<style>
@media only screen and (max-width: 580px){

.field-group input{
		padding: 0 10px!important;
	}

#main-content .field-group.compact-form-buttons{
	margin: 30px 0!important;
}

.description-container{
    padding: 20px 0!important;
}

#checkbox{
    margin-right: 20px!important;
}

div.formContainer{
    width: 100%!important;
}
.description-container{
    padding: 0 20px!important;
}

form[name='signupform']{
    padding: 0!important;
    width: 100%!important;
}

.field-group{
    width: 100%!important;
	margin: 10px 0!important;
}

div.bigImageContainer{
    display: none!important;
}

}

.learn-more-section {
    position: absolute;
    left: 20%;
    top: 50%;
    padding: 25px;
    background-color: #0d5d8b;
    color: white;
}

.learn-more-section a {
    display: block;
    border: 1px solid white;
    border-radius: 7px;
    margin-top: 20px;
    width: max-content;
    padding: 10px 20px;
    text-decoration: none;
    color: white !important;
    cursor: pointer;
}

.learn-more-section a:hover {
    color: white;
}

.checkbox,.conditions{
	height: fit-content!important;
}

.conditions{
	margin: 10px 0!important;
}
</style>

...

HTML
<style>
div.bigImageContainer {
    position: relative;
    width: 50%;
    height: 100%;
    background-image: url('https://passportgsvlabs-confluence-mediafiles.s3-.us-west-12.amazonaws.com/Morgan+Stanley/msSignUp.jpg/images/MStanley/MS-SBA/login.png');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

div.signContainer {
    width: 90vw;
    height: 90%;
    margin: 60px auto;
}

.rw_content {
    background: var(--main-background);
}


div.formContainer {
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
	width: 50%;
    flex-direction: column;
    background-color: white;
}
</style>


Custom section
ClasssignContainer


Custom section
ClassformContainer

Sign up form generic
Destination/display/SBAH
TCLinkhttp://support.theonevalley.com/en/articles/2546656-terms-and-conditions
BackgroundImagehttp://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/SMITH/background.jpg
PPLinkhttp://support.theonevalley.com/en/articles/2546657-privacy-policy
LoginLink/display/SBAAN/Login
SiteKeySmith Competition
EndpointUrl/rest/scriptrunner/latest/custom/signUpMorganStanley
WelcomeMessageSIGN UPWelcome to Small Business Academy


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="" style="display:block;">Learn More</a>
</div>




HTML
<style>

div#custom-footer {
    display: none;
}
.main-container {
    min-height: calc(100vh - 50px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div#toggle {
    display: none;
}
input#signupButton {
	background-color: var(--primary-color) !important;
}


div.signContainer {
	position: relative;
}
div.bigImageContainer {
	position: absolute;
	right: 0px;
	height: 100%;
}



</style>

...