body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: 135%;
  background-position: center;
  background-image: url(https://loom.fortytwo.com/img/branding/businessman-2682712.jpg);
z-index: 1;

background-repeat: no-repeat;
    background-color: black;
margin-left: auto;
    margin-right: auto;
}

element.style {

}
.form-signin {
    max-width: 400px;
    padding: 32px;
    margin: 0 auto;
    background: #ffffffbc;
    border-radius: 4px;
    box-shadow: 0 8px 32px #00000050;
  
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  color: rgb(1,60,145);
  text-shadow: .4px .4px rgb(0,0,0);
  font-family: century gothic;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px; 
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

h1.form-signin-heading {
  content:url(/img/branding/loom_logo_large.png);
  width:300px;
}
