input[type=text], input[type=date], input[type=checkbox],select  {
 /* width: 100px;*/
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 1px;
  font-size: 12px; 
  background-color: azure;
  background-position: 0px 0px; 
  background-repeat: no-repeat;
  padding: 2px 2px 2px 2px;
  transition: width 0.4s ease-in-out;
}
input[type=text]:focus, input[type=date]:focus, input[type=checkbox]:focus,select:focus {
  background-color: white;
}

input[type=password] {
 /* width: 100px;*/
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 1px;
  font-size: 12px; 
  background-color: aliceblue;
  background-position: 0px 0px; 
  background-repeat: no-repeat;
  padding: 2px 2px 2px 2px;
  transition: width 0.4s ease-in-out;
}

input[type=password]:focus {
  background-color: white;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: white;
  border: 1;
  border-radius: 2;
  color: black;
  padding: 2px 32px;
  text-decoration: indigo;
  margin: 1px 1px;
  cursor: pointer;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  background: green;
  top: 2px;
 /* box-shadow: 0 5px #666;*/
  transform: translateY(4px);
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {background-color: lightblue}


td, th {
  text-align: center;
  vertical-align: central;
/*  mix-blend-mode: difference;*/
}

body {
  background-image: url("Naplo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: #d6d6d6;
  height: 100vh;
}

table {
    background-color:#d6d6d6; 
}
.tiz{

/*    font-size: 20px;*/
    color: red;
    
    border: 1px solid rgb(32, 32, 32);
    border-radius: 5px;
    text-align: left;
    
}
 /*
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

/*td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #d6d6d6;}
*/
