.container {
  display: flex;
  height: 100vh;
  position: relative;
}

.left-panel {
  width: 20%;
  background: url('pics/VH/loginleftimage.b9038931b3ec271f4726.png') no-repeat center;
  background-size: cover;
}

.right-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}
.right-panel h2,p {
    color: #0072f0;
    font-size: 40px;
    margin-bottom: 8px;
    margin-right: 25%;
}

.right-panel p {
    margin-right: 25%;
}
.right-panel button {
    margin-right: 25%;
}
.logo {
  position: absolute;
  top: 20px;
  right: 40px;
}

.logo img {
  height: 100px;
}

h2 {
  color: #0072f0;
  font-size: 40px;
  margin-bottom: 8px;
}

.subtitle {
  color: #f57300;
  margin-bottom: 24px;
  font-size: 25px;
}

.login-form {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
}

.input-group {
  position: relative;
  margin-bottom: 16px;
}

.input-group input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border-radius: 24px;
  border: 2px solid #a0a0a0;
  font-size: 14px;
}

.input-group .icon {
  width: 20px;
  position: absolute;
  top: 12px;
  left: 14px;
  opacity: 0.6;
}

button[type="submit"] {
  background: #ff642f;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}

.divider {
  text-align: center;
  margin: 16px 0;
  color: #888;
  font-size: 14px;
}

button.sso {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 6px 0;
  border-radius: 24px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  background: #eaf1fb;
  color: #333;
}

button.sso img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
/*
.bottom-right-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background: url('pics/VH/loginleftimage.b9038931b3ec271f4726.png') no-repeat bottom right;
  background-size: contain;
}
*/
body::after {
  content: "";
  position: fixed;
  bottom: 0;
  right: 0;
      width: 240px;
    height: 220px;
  background-image: url('pics/VH/right_corner.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1; /* Make sure it's on top */
  pointer-events: none; /* So it doesn’t block clicks */
}

.arvind-debug
{
	display:none;
}
