body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #101010;
  color: #fff;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.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;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #101010 !important;
}
.logo{
	width:150px;
}
.loginBut{
	border-radius: 0px !important;
    background-color: #cc0033 !important;
    border-color: #cc0033 !important;
}
.input-box{
	background-color: #101010;
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #c03 !important;
}
.input-box:focus {
    border-color: #cc0033 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(16, 16, 16), 0 0 8px rgb(16, 16, 16) !important;
    box-shadow: inset 0 1px 1px rgb(16, 16, 16), 0 0 8px rgb(16, 16, 16) !important;
}
.input-box:valid {
  background-color: #101010 !important;
}
input:-webkit-autofill {
    -webkit-box-shadow:inset 0 1px 1px rgb(16, 16, 16), 0 0 8px rgb(16, 16, 16) !important;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 1px 1px rgb(16, 16, 16), 0 0 8px rgb(16, 16, 16) !important;
    -webkit-text-fill-color: #101010;
} 