@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Full height layout */
html, body {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.logo-container
{
    width: 100%;
    text-align: center;
}
.logo-container img{
    width: 35%;
    margin-bottom: 25px;
}
/* Left image side */
.login-image {
  background: url('../images/Mobile-Priority-banner.jpg') no-repeat center center;
  height: 100%;
}

/* Login form container */
.form-container {
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* Input focus styles */
.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.bx-shadow
{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #e7e7e7;
}

.input-icon {
  position: absolute;
  top: 75%;
  left: 15px;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 16px;
  pointer-events: none;
}

.form-control {
  padding-left: 2.5rem; /* make space for the icon */
}
