body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../image/background.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #eee;
}

.form-signin {
    border: 1px solid #e1e1e1;
    box-shadow: -13px -13px 10px #e1e1e1;
    max-width: 550px;
    padding: 150px 50px;
    margin: 0 auto;
    float: left;
    background-color: white;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 0px;
}
.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="email"] {
  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;
}

.input-signin {
    width: 100%;
    line-height: 1.5;
    border: none;
    border-left: 5px solid #6b6d69;
    height: 45px;
    
}

.button-signin {
    background-color: #6b6d69;
    color: white;
    border-radius: 25px;
}

.img-signin {
    width: 70%;
}
