/* Add a background image */

body.login {
    background-image: url('http://localhost/eemc.co.in/wp-content/uploads/2023/09/eecom_bg_login-1.jpg');
    background-size: cover;
  /*  mix-blend-mode: multiply;  */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  
  /* Customize input text color */
  body.login input[type="text"],
  body.login input[type="password"] {
    color: #2bb51c;
  }
  
  /* Customize input text area */
  body.login input[type="text"]:focus,
  body.login input[type="password"]:focus {
    border-color: #0073aa;
  }
  
  /* Add custom styles to login form */
  body.login #loginform {
    background: #ffffff3d;
    padding: 20px;
    border-radius: 5px;
    font-weight: 600;
  }
/* login area style*/
#login{
    padding: 5% 2% 0!important;
    border: solid rgb(11 199 255) 1px;
    border-radius: 10px;
    margin-top: 5%;
    background: #f3f3f236;
    text-align: center;
    margin-right: 7%;
  }
/* login top section image and h1 style
#login h1 a, .login h1 a{
    mix-blend-mode: multiply;
  }
  */

/*scroll bar style*/
/* width */
::-webkit-scrollbar {
    width: 5px;
  }

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: blue; 
    border-radius: 10px;
  }
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }
/* login error message style */  
.login #login_error{
    color: red;
    border-left-color: #7b36d6!important;
  }
/* login message sucess and logout style */
.login .message{
    border-left: 4px solid #1de13e!important;
    background-color: #c1f3ca!important;
  }

.login #backtoblog a,.login #nav a{
    color: #ffffff!important;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #ef070a!important;
}
body{
    color:white;
}