/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
@media only screen and (max-width: 600px) {
    
         .pmx{
        padding-left: 5% !important;
        padding-right: 5% !important; 
      }



    }

    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {

         .pmx{
        padding-left: 10% !important;
        padding-right: 10% !important; 
      }

  
    }

    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {

         .pmx{
        padding-left: 20% !important;
        padding-right: 20% !important; 
      }

      
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
     
       .pmx{
        padding-left: 25% !important;
        padding-right: 25% !important; 
      }

    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
      .pmx{
        padding-left: 30% !important;
        padding-right: 30% !important; 
      }

    }
.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('./Img/logbk.jpg');
  background-size: cover;
  background-position: center center;
}
.bg-image:hover {
    background-image: url('./Img/logbg.jpeg');
    background-size: cover;
    background-position: center center;
  }


#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  border-collapse: collapse;
  width: 100%;
}

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

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

#customers tr:hover {background-color: #ddd;}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #3679DE;
	color: white;
}