.ld-body {
  background-image:url(/system/icon-lock.png);
  background-position: right 24px;
  background-repeat: no-repeat;
}

.ld-body > p, .ld-body #custom_message {
	margin-right: 108px;
}

.ld-body label {
	width: 120px;	
}

#custom_message {
	color:#900;
	border:1px #900 solid;
	padding:16px;
	background-color:#fdd;
	width:600px;
}

/* mobile adjustments */
.ld-mobile .ld-body {
  background-image:none;	
}

.ld-mobile .ld-body > p, 
.ld-mobile .ld-body #custom_message {
	margin-right: 0px;
  width:auto;
}
