

/* RESET */
* {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none !important;

}
html, body {
  margin: 0 !important; /* Removes default browser margins */
  padding: 0 !important; /* Removes default browser padding */
}

html {
  height: 100vh !important;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#login-body {
    min-height: 100vh;
    background-image: url("https://eazilift.com/admin/img/admin-panel.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Center content */
.page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;   /* ensures full screen */
    padding: 20px;
    background-color: transparent; /* remove any color */
}

.container {
    width: 100%;
    margin: 20px auto;
    justify-content: center;
    align-content: center;
    
}

.logo{
    margin: 10px auto;
    
}

.logo img{
    width:180px; 
    text-align:center
}
.card-body {
  background-color: transparent !important;
  z-index: 1000;
  /*Alternative using HSLA */
   /*background-color: hsla(0, 0%, 100%, 0.5); 8/
  /*Alternative using 8-digit Hex (50% is 80) */
   /*background-color: #FFFFFF80; */
}


.col-md-4{
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;

}

.col-md-4 a{
    list-style: none;
    text-decoration: none;
    color: #444;
    background-color: #ffffff;
    padding: 5px 10px;
    margin: 5px;
    width: 120px;
    border-radius: 5px;
    
}

h2, .mb-4{
    color: #ffffff !important;
    text-transform: uppercase;
}

/***** Registration page ***********/
h4, .text-center-reg{
    text-transform:uppercase;
        background-color: transparent;
            border-radius: 5px;
            color: #444;
            margin: 15px;
            padding: 10px;
            text-align: center;
    
    }

.text-center, a{
    width: auto;
     background-color: none !important;
      list-style: none;
    text-decoration: none;
    color: #444;
                 
}

