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/signup.css">
<style>
*{
	font-weight: normal!important;
}
.login-link{
	text-align: left!important;
}
#login{
	padding: 30px 65px!important;
}
 div.bigImageContainer{
 	background: url('https://mcil-stage.theonevalleygsvlabs-confluence-files.s3.us-west-2.amazonaws.com/downloadimages/attachmentsMSIA/86213388/field.png?api=v2')!important;
    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;
}

</style>

...