body.login_admin:before {
  content: " ";
  background: url("../images/bg.jpg") no-repeat center center fixed;
  background-size: cover;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.customers_login input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
  /* border: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #bfcbd9;
    box-shadow: none;
    color: #494949;
    font-size: 14px;d
    line-height: 1;
    height: 36px;
    border-radius: 0; */
  border: none;
  background-color: #dddddd;
}
