.login-logo{
  width: 150px;
}
.lock-head{
  color: white;
}
.lock-form{
  padding-left: 0;
}
.lock-cont{
  margin: 0 auto;
}
.lock-head, .lock-bottom{
  border-radius: 0;
}
.lock-form .form-group .form-control, .lock-form .form-actions .btn, .lock-form .btn{
  border-radius: 0;
}
.lock-form .form-actions .btn, .lock-form .btn{
    color: #fff;
    background-color: #e74f5b;
}
.page-footer-custom {
    color: #fff;
    font-size: 13px;
}
.form-group.has-error{
  color: #fff;
}
.form-group.has-error > .form-control {
  box-shadow: 0 0 5px 1px #e74f5b !important;
}
.form-group.has-error  > .form-control:focus {
  outline: none !important;
}
#error{
  width: 225px;
  font-size: 14px;
}