body {
	background-image: url('/img/bg/blackmamba.png');
}

#body .login-box {
	background: transparent;
  border: 4px solid #fff;
  width: 600px;
  padding: 0.5em 0.5em 1em;
  position: relative;
}

#body .login-box.panel-primary > .panel-heading {
	background: transparent;
  border: none;
  position: absolute;
  text-align: left;
  top: -2.5em;
  left: -0.5em;
}

#body .login-box .btn[type="submit"] {
	background: url('/img/bg/blackmamba.png') repeat;
  border: 4px solid #fff;
  width: auto;
  text-transform: uppercase;
  position: absolute;
  right: 1em;
  bottom: -1.3em;
  transition: color 0.3s ease;
}
#body .login-box .btn[type="submit"]:hover {
	color: #800;
}

#body .login-box label {
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.5em;
}