body{
    background: #eaeaea;
}
.img-holder{
    margin: 50px auto;
    text-align: center;
    background: #fff;
}
.login{
    background-color: #505050;
      padding: 35px 15px;
        margin-bottom: 35px;
}

input[type="text"],
input[type="password"] {
    background-color: #404040;
    padding-left: 20px;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    color: #ccc;
    height: 43px;
}

.form-control:focus {
  border-color: #ff7000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 112, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 122, 0, 0.6);
  transition: border-color 0.7s, box-shadow 0.7s;
  -webkit-transition: border-color 0.7s, box-shadow 0.7s;
}

.btn.btn-block{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #74B6DC;
  color: #fff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}


.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 1rem;
}

