div#header,div#page hr,div#footer  {display: none;}
.login-wrapper {
  display: flex;
  height: 100vh;
}

.login-left {
  width: 40%;
  background: #E9FFEC;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  width: 300px;
}

.login-box input {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #666;
  background: transparent;
  color: #000;
  border-radius: 6px;
}

.login-box input:focus {
  border-color: #5bc0de;
  outline: none;
}

.login-box button {
  width: 100%;
  padding: 12px;
  background: #5bc0de;
  border: none;
  color: #fff;
  border-radius: 6px;
}

.login-right {
  width: 60%;
  background: url('http://dashboard.spinbee.in/wp-content/uploads/2026/04/slide.png') no-repeat center/cover;
}
.login_logo img {
    width: 120px;
    margin: 0 auto;
}

.login_logo {
    text-align: center;
    margin-bottom: 30px;
}