.registration .jform_name,
.registration .jform_email1,
.registration .jform_email2,
.registration .jform_spacer {
    display: none;
}
 
.registration .form-horizontal .controls {
    margin-left: 0;
}

.span-click, .passoffspan {
	color: #004D94;
	-webkit-box-shadow: 0px 0px 0px 0px rgb(0 77 148 / 25%) inset;
	-moz-box-shadow: 0px 0px 0px 0px rgb(0 77 148 / 25%) inset;
	box-shadow: 0px 0px 0px 0px rgb(0 77 148 / 25%) inset;
	transition: .3s;
	vertical-align: baseline;
	text-decoration: none;
	cursor: pointer;
}

.span-click:hover, .passoffspan:hover {
    color: black;
    -webkit-box-shadow: 0px -0.3em 0px 0px rgb(0 77 148 / 25%) inset;
    -moz-box-shadow: 0px -0.3em 0px 0px rgb(0 77 148 / 25%) inset;
    box-shadow: 0px -0.3em 0px 0px rgb(0 77 148 / 25%) inset;
}

.password-group {
	width: 100%;
}