.ibm-landing-page #ibm-content-body {
    padding-top: 0;
    overflow: hidden;
}
#ibm-content-main, .ibm-columns.main {
	padding-bottom: 0;
}
.stu_lbl{ display:inline !important;}
#stu_container{ display:none;}
#stu_container_existing{ display:none;}
.ibm-columns.main {
	width: 66%;
	float: left;
	margin: 0 auto;
	padding: 0;
}
.forgot .ibm-columns.main .ibm-col-6-4 {
	max-width: 580px !important;
}
.ibm-columns.main .ibm-col-6-4 {
	float: none;
	margin: 0 auto;
}
ul > li::before, ol > li::before{
 content: "";
}
#demandbase-autocomplete .ui-menu .ui-menu-item a{
    font-size: 13px;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 0;
	word-wrap: break-word;
}
div.ibm-rule {
	margin: 10px 0 20px;
}
.id-form, .img-right-feature {
	height: 100%;
	min-height: 705px !important;
	padding-top: 40px;
}
.forgot .id-form, .forgot .img-right-feature {
	min-height: 500px !important;
}
#input-form, .img-right-feature {
	padding-bottom: 40px;
}
.ibm-row-form .ibm-columns {
	margin-bottom: 20px;
}
.ibm-row-form .ibm-columns.dependent-row {
	margin-bottom: 0;
}
.ibm-row-form .ibm-columns.dependent-row .form-entry {
	margin-bottom: 20px;
}
.ibm-row-form .ibm-columns.dependent-row .ibm-alert-link {
	margin: -15px 0 20px 0;
}
.ibm-column-form input[type="text"], .ibm-column-form input[type="password"], .ibm-column-form input[type="search"], .ibm-row-form input[type="text"], .ibm-row-form input[type="password"], .ibm-row-form input[type="search"],.ibm-row-form select, .ibm-row-form .select2 {
	width: 100% !important;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
}
input#email {
	padding-right: 70px;
}
/*a.resend-code, */a.resend-otp-code{
	float: right;
}
#resend_code {
	display: none;
}
#register-user {
	margin-top: 20px;
}
.ibm-id-fields > span.error {
  color: #e61f33;
  display: none;
  overflow: hidden;
  line-height: 24px;
}

span.error.visible {
  display: inline-block !important; }

#ibm-social-tools {
	display: none;
}
.email-text, .sent-text, .sent-show {
	margin-top: 10px;
}
.sent-text {
	display: none;
}
.ibm-notice-choice-container{
border:none;
top:0px;
}
.ibm-notice-choice-container p{padding-top:0px;}
.ibm-notice-choice-container .ibm-input-group{ padding-top:0px;}
a.email-code {
  display: none;
/*  margin-bottom: 25px;
  top: 24px;
  right: 180px;
  height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background: #2F5F76; */ }


/*
.submit-button {
  position: absolute;
  top: 22px;
  right: 10px;
  background: #008abf;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 4px 10px; }
*/

.arrow-container {
  width: 60px;
  height: 38px;
  background: #4178be;
 /* background-image: url(../img/arrow_default.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
*/
  position: absolute;
  right: 1px;
  top: 1px;
/*
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
*/
  cursor: pointer;
  z-index: 500;
  text-align: center; }
.arrow-container:hover {
	background: #325c80;
}
.arrow-container .buttontext {
	display: inline-block;
	color: white;
	line-height: 40px;
	font-size: 14px;
	margin: 0 auto;
}


.dimmed {
  opacity: 0.5;
  pointer-events: none; }

.un-dimmed {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 200ms;
          transition: opacity 200ms; }


/* Password show/hide */
#showpass, #showpass2 {
    text-indent: -9999em;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1px;
    right: 0;
    height: 40px;
    width: 40px !important;
    background-image: url(../img/btn_showpass.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 12px;
}
#showpass.hide, #showpass2.hide,
#showpass.error.hide, #showpass2.error.hide {
    background-image: url(../img/btn_hidepass.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 12px;
}
#showpass.error, #showpass2.error {
    background-image: url(../img/btn_showpass_error.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 12px;
}
#showpass:focus, #showpass2:focus, #showpass::-moz-focus-inner, #showpass2::-moz-focus-inner {
	outline: 0;
}
#passwordfield, #new_password {
	padding-right: 80px;
}

/* Password meter */
.passwordcontainer {
    height: 40px;
    position: relative;
}
.passwordcontainer.strengthtest input {
    margin-top: 0;
}
.instructions {
	position: relative;
}
.instructions, .instructions .moreinstructions {
/*     color: #999999; */
    display: none;
    margin-top: 5px;
    padding: 0;
    position: relative;
}
.instructions .icon-instruction {
    float: left;
    margin: -2px 8px 15px 0;
    position: relative;
    top: 3px;
}
.instructions .moreinstructions {
    display: none;
    margin-top: 15px;
}
.instructions .expand {
    background: rgba(0, 0, 0, 0) url("../img/expand.png") no-repeat scroll center center;
    display: block;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
}
.instructions .expand.open {
    background: rgba(0, 0, 0, 0) url("../img/expand_close.png") no-repeat scroll center center;
}
.tooltipcontainer {
	display: none;
	margin-top: 5px;
}
.tooltip {
	position: relative;
	top: 5px;
	left: 0;
	background: #dfe9e9;
	overflow: visible;
	width: auto;
	z-index: 20;
	margin-bottom: 10px;
	display: inline-block;
}
.tooltiparrow {
	background: url(../img/arrow_tooltip.png) 40px top no-repeat;
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 6px;
}
.tooltip.error {
	background: #af121f;
}
.tooltip.error .tooltiparrow {
	background: url(../img/arrow_tooltip_error.png) 40px top no-repeat;
}
.tooltip p {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 18px;
}
.tooltip.error p {
	color: white;
}
.strength, .strength .currentstrength {
    top: 1px;
    display: none;
    height: 4px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.strength.clear {
    background: #666666 none repeat scroll 0 0;
}
.strength .currentstrength {
    background: #e61d32 none repeat scroll 0 0;
    display: inline-block;
    overflow: visible;
	top: 0;
	left: 0;
    width: 0;
    z-index: 5;
}
.strength .currentstrength.error {
    background: #e61d32 none repeat scroll 0 0;
}
.coaching {
    line-height: 1.2rem;
/*     margin-right: 40px; */
	overflow: hidden;
}
.encouragement.permahide {
    display: none !important;
}
.encouragement.error, .instructions.error, p.errortext, .coaching.error, .pwderror {
    color: #e61d32;
}
p.errortext {
    font-size: 20px;
    line-height: 26px;
}
.encouragement {
	float: right;
}
.encouragement, .helpmouseover {
    color: #999999;
    display: none;
/*     float: right; */
/*     font-weight: bold; */
}
.currentstrength .coaching {
    float: left;
}
.strength .currentstrength.strong {
    background: #78b400 none repeat scroll 0 0;
}
.encouragement.vstrong {
/*     background: rgba(0, 0, 0, 0) url("../img/check.svg") no-repeat scroll left center; */
    color: #78b400;
/*     padding-left: 25px; */
}
/*
.encouragement.error {
    background: rgba(0, 0, 0, 0) url("../img/error.svg") no-repeat scroll left center;
    padding-left: 25px;
}
.encouragement.weak {
    background: rgba(0, 0, 0, 0) url("../img/check.svg") no-repeat scroll left center;
    padding-left: 25px;
}
*/
.encouragement.strong {
/*     background: rgba(0, 0, 0, 0) url("../img/check.svg") no-repeat scroll left center; */
    color: #78b400;
/*     padding-left: 25px; */
}
.strength .currentstrength {
    background: #37b39e none repeat scroll 0 0;
    max-width: 100% !important;
}
.encouragement.success {
/*     background: rgba(0, 0, 0, 0) url("../img/check.svg") no-repeat scroll left center; */
    color: #37b39e;
/*     padding-left: 25px; */
}
.strength .currentstrength {
    background: #cccccc none repeat scroll 0 0;
}
.coaching p.message {
	font-weight: bold;
	font-size: 0.9rem;
}
.coaching p.message .highlight {
	color: #008571;
}

.coaching p.pwneeds {
	padding-left: 1rem;
	background: url(../img/pw_arrow.png) left center no-repeat;
	padding-bottom: 0;
/* 	float: left; */
	font-size: 0.9rem;
}
.coaching .float {
	float: left;
	width: 50%;
}
.coaching p.pwneeds.check {
	background: url(../img/pw_check.png) left center no-repeat;
	color: #008571;
}
.coaching p.message.success {
	background: url(../img/pw_check.png) left 8px no-repeat;
	padding-left: 1.2rem;
	color: #008571;
}



/* Image sidebar */
.img-right-feature {
	background-color: #edecf2;
	background-image: url(../img/id-imagery-photography-02.jpg);
	/*background-size: 100% auto;*/
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100%;
	float: right;
	width: 34%;
	max-width: 500px;
}
.forgot .img-right-feature {
	background-color: white;
	background-image: url(../img/id-imagery-illustration-02.jpg);
}
.img-right-feature .ibm-columns {
	margin-left: 20px;
}
.img-right-feature h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #4178be;
	padding-bottom: 10px;
}
.img-right-feature h3 {
	font-size: 25px;
	line-height: 35px;
	color: #4178be;
	padding-bottom: 10px;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","HelvLightIBM",Arial,sans-serif;
}
.img-right-feature h4 {
	font-size: 20px;
	line-height: 30px;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","HelvLightIBM",Arial,sans-serif;
    padding-bottom: 40px;
}
.img-right-feature .ibm-columns section {
	max-width: 300px;
}
span.usererrorReposition {
	top:-23px !important;
}
#ibm-footer-locale-selector {
}
/* Responsive sizes for columns */
@media screen and (max-width: 1024px) {
	.img-right-feature {
		min-height:795px !important;
	}
	.img-right-feature.shortSize {
		min-height:715px !important;
	}
}
@media screen and (max-width: 999px) {
	.ibm-columns.main .id-form .ibm-col-6-4,
	.ibm-columns.main .id-form .ibm-col-6-2 {
		width: 100%;
		margin: 0;
	}
	.ibm-columns.main .ibm-columns {
		margin-left: 0;
		margin-right: 0;
	}
	.ibm-columns.main .id-form .ibm-col-6-4 .ibm-col-6-2.ibm-id-fields:first-child,
	/*.ibm-columns.main .id-form .ibm-col-6-4 #password.ibm-col-6-2.ibm-id-fields,jli*/
	.ibm-columns.main .id-form .ibm-col-6-4 #emailAddress.ibm-col-6-2.ibm-id-fields {
		margin-bottom: 20px;
	}
	/*When the screen size is reduced no gap between Company and phone number fields in the long form. So, modified below code. Ravi*/
	/*.ibm-columns.main .id-form .ibm-col-6-4 #longform #company.ibm-col-6-2.ibm-id-fields {*/
	.ibm-columns.main .id-form .ibm-col-6-4 {
		margin-bottom:0;
	}
	.id-form {
		min-height: 0 !important;
	}
	.img-right-feature, .id-form #longform {
		min-height: 800px !important;
	}
	.main + .img-right-feature {
		min-height:1140px !important;
	}
	.main + .img-right-feature.shortSize {
		min-height:1000px !important;
	}
	.forgot .id-form, .forgot .img-right-feature {
		min-height: 350px !important;
	}
	span.usererrorReposition {
		top:10px !important;
		left:0 !important;
		margin-right:0 !important;
	}
	.buttons #signupbutton {
		display:inline-block;
		margin-bottom:30px;
	}
	.ibm-columns.main {
		width:54%;
	}
	.img-right-feature {
		width:46%;
	}
	.ibm-row-form .ibm-columns.dependent-row #company,
	.ibm-row-form .ibm-columns.dependent-row #phoneNumber {
		margin-bottom:0;
	}
}
@media screen and (max-width: 900px) {
	.ibm-columns.main {
		width:58%;
	}
	.img-right-feature {
		width:42%;
	}
}
@media screen and (max-width: 850px) {
	.ibm-columns.main {
		width:60%;
	}
	.img-right-feature {
		width:40%;
	}
}
@media screen and (max-width: 800px) {
	.img-right-feature {
		display: none;
	}
	.ibm-columns.main {
		width: 100%;
		height: auto !important;
	}
	.id-form #longform {
		min-height: 0 !important;
	}
	.id-form #shortform {
		min-height: 620px !important;
	}
	#longform #input-form, #shortform #input-form {
		padding-bottom:30px;
	}
}
@media screen and (max-width: 760px) {
	.id-form #shortform {
		min-height: 0px !important;
	}
}
@media screen and (max-width: 579px) {
	.ibm-columns.main {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	form.ibm-column-form .tooltip p, form.ibm-row-form .tooltip p {
		padding:6px 12px;
	}
}
/* Loading overlay */
#processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter:alpha(opacity=90);
    opacity:0.95;
    padding-top: 150px;
    z-index: 10000;
    display: none;
}

#processing h1.loading-message {
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 2rem;
    line-height: 29px;
}

.ibm-spinner-container-page {
     height: 70px;
    margin: 0 auto;
    width: 70px;
}

#ieversion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;

    padding-top: 150px;
    z-index: 10000;
    display: block;
}


@-webkit-keyframes enter-appear {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes enter-appear {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* Email spinner */
.arrow-container .ibm-spinner-container {
/*
  width: 40px;
  height: 40px;
*/
  padding: 9px 20px;
  visibility: hidden; }

.ibmdefault-spinner {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 8;
  stroke-linecap: "butt";
  stroke-dasharray: 240;
  stroke-dashoffset: 40; }

/* initial rotation and stroke animation and infinite rotation*/
.ibm-spinner-container-page.init-spin {
  -webkit-animation: init-rotate 1000ms cubic-bezier(0.6, 0, 1, 1) forwards, rotate-loop 500ms linear infinite;
          animation: init-rotate 1000ms cubic-bezier(0.6, 0, 1, 1) forwards, rotate-loop 500ms linear infinite; }

.ibm-spinner-container-page.init-spin svg circle {
  -webkit-animation: init-stroke 1000ms cubic-bezier(0.6, 0, 0.5, 1);
          animation: init-stroke 1000ms cubic-bezier(0.6, 0, 0.5, 1); }

/* First, slow down rotation, then reverse rotation and shrink the stroke/angle. */
.ibm-spinner-container-page.end-spin {
  -webkit-animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.7, 1.1) forwards, rotate-end-p2 700ms cubic-bezier(0, 0, 1, 1) 700ms forwards;
          animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.7, 1.1) forwards, rotate-end-p2 700ms cubic-bezier(0, 0, 1, 1) 700ms forwards; }

.ibm-spinner-container-page.end-spin svg circle {
  -webkit-animation: stroke-end 700ms cubic-bezier(0, 0, 0.7, 1.1) 700ms forwards;
          animation: stroke-end 700ms cubic-bezier(0, 0, 0.7, 1.1) 700ms forwards; }

/* initial rotation */
@-webkit-keyframes init-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            fill: #fff; }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes init-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            fill: #fff; }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* looping rotation */
@-webkit-keyframes rotate-loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            fill: #fff; }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            fill: #fff; }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* end rotations */
@-webkit-keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

/* initial stroke animation */
@-webkit-keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }

  100% {
    stroke-dashoffset: 40; } }
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }

  100% {
    stroke-dashoffset: 40; } }

/* end stroke animation */
@-webkit-keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }

  100% {
    stroke-dashoffset: 240; } }
@keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }

  100% {
    stroke-dashoffset: 240; } }

/*ie only: stroke effects do not apply so opacity is used to fade in and out*/
.ie-init-spin {
  -webkit-animation: ie-init-rotate 1000ms cubic-bezier(0.6, 0, 1, 1) forwards, rotate-loop 500ms linear infinite;
          animation: ie-init-rotate 1000ms cubic-bezier(0.6, 0, 1, 1) forwards, rotate-loop 500ms linear infinite; }

.ie-end-spin {
  -webkit-animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.7, 1.1) forwards, ie-rotate-end-p2 700ms cubic-bezier(0, 0, 1, 1) 700ms forwards;
          animation: rotate-end-p1 700ms cubic-bezier(0, 0, 0.7, 1.1) forwards, ie-rotate-end-p2 700ms cubic-bezier(0, 0, 1, 1) 700ms forwards; }

@-webkit-keyframes ie-init-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1; } }

@keyframes ie-init-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1; } }

@-webkit-keyframes ie-rotate-end-p2 {
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes ie-rotate-end-p2 {
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }


/*site loading overlay*/

#ibmidcloader {
    background-color: #FFF;
    height: 100%;
    left: 0;
    opacity: 0.95;
    padding-top: 150px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#ibmidcloader .init-spin {
    animation: 1000ms cubic-bezier(0.6, 0, 1, 1) 0s normal forwards 1 running init-rotate, 500ms linear 0s normal none infinite running rotate-loop;
}
#ibmidcloader .ibm-spinner-container-page {
    height: 150px;
    margin: 0 auto;
    width: 150px;
}
#ibmidcloader h1.loading-message {
    margin: 0 auto;
    text-align: center;
    width: 34%;
    color:#FFF;
}
#ibmidcloader .idc-spinner {
    fill: transparent;
    stroke: #5596e6;
    stroke-dasharray: 240;
    stroke-dashoffset: 40;
    stroke-width: 4;
}
.ibm-row-form label span {
    float: right;
}
.ibm-row-form label span.encouragement span {
    float: none;
}
.usererror::before{
top:-8px;
}
.process_msg{
    width: 427px;
    margin:auto;
}
.ibm-signin-card.reset {
    border-bottom: 5px solid #008abf;
    border-top: 5px solid #008abf;
    padding: 20px 0;
}
.ibm-signin-card.lock {
    border-top: 5px solid #008abf;
    padding: 20px 0;
}
.errorMsg{ display:none !important; line-height:24px;}
.errorMsgShow{ display:inline !important; line-height:24px;}
input::-ms-clear, input::-ms-reveal{
    display:none;
}
.loginaddfields{ display:none;}
.loginaddfieldshow{ display:block;}
#ibm-pagetitle-h1 > a {
    cursor: pointer;
}

#emailErrorSpan{
	vertical-align: sub;
}
.reg-view .ibm-row-form label {
	overflow:hidden;
}
#country{ width:auto !important;}

#tokenHelp{
	margin-top: 10px;
}

#token .ibm-show-hide h2 a{
	border-top: 0;
}
#token .ibm-container-body{
	margin-left: 30px;
}
input#token{
	width: 65% !important;
}
#back2reg1{
	margin-top: -10px;
}
#back2reg1.ibm-back-link{
	padding-left: 0px;
}
#back2reg1:before{
	position: relative;
	top: 5px;
}
#regFormStep1b{
	padding-bottom: 10px;
}
.regFormView2 .reg-step2{
	display: inline-block;
}
.email-field-info{
	width: 32px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: pointer;
    z-index: 500;
    text-align: center;
}
.block{
    display: block
}
.ibm-row-form select.select2-hidden-accessible{
	width: 1px !important
}


.id-form .signin-title{
	font-size: 1rem;
}
.signin-title a.ibm-inlinelink:before, .signin-title a.ibm-inlinelink:before{
	font-size: 1.25rem;
}
.signin-title a.ibm-inlinelink {
	padding-left: 1.5em;
}

#socialSignin{ float: left;
    margin-top: -10px;
	font-size: 0.875rem;}
#socialSignin p{ color: #6D7777}
#socialSignin a{
    line-height: 30px;
}


.in-label {
	 line-height:40px;
}

#linkedProfile{
	border: 1px solid #4178be;
	margin: 10px;
	padding: 10px;
}
#socialSignin #regFormStep1b{
    float: right;
}
.social-row{
    padding-bottom: 15px;
}
#socialSignin > div{
    float: left;
}
#social-list{
    padding-left: 10px;
    margin-bottom: -8px;
}
#social-list a::after{
    background: #6D7777 none repeat scroll 0 0;
}
#social-list a:hover::after{
    background: #4A4A4A none repeat scroll 0 0;
}
.ibm-icononly a[class*="-encircled-link"]::after{
    top: 5.6px;
}
.ibm-github-encircled-link::before {
    content: "git";
    font-size: 15px;
    margin-left: 5px;
    margin-top: -1px;
    font-weight: bold;
}
.icheckbox_square-blue, .iradio_square-blue{
	vertical-align:middle;
}
.student{
	margin-top: 3px;
}
