body {
  padding-top: 100px;
  padding-bottom: 40px; 
  	background: url('../img/back.jpg');  
	background-size: cover;
}

img.logo{
	padding: 5% 5% 5% 5%;
}

/*
// sign in form
*/

.form-signin {
  max-width: 450px;
  padding: 15px;
  margin: 0 auto;
  border: 1px solid #3c3c41;
  background: #ffffff;
  box-shadow: 0px 10px 10px 0px #999;
  border-radius: 20px;
}
.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="email"] {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-control:focus {
  border-color: #e2001a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226, 0, 26, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226, 0, 26, .6);
}
.input-group-signin{
	margin-bottom: 10px;
}


/*
// button colors 
*/

.btn-primary {
  color: #fff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #F27456;
  border-color: #F27456;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #F27456;
  border-color: #F27456;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #F27456;
  border-color: #F27456;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
