.ghulam-ali-form-container {
  min-height: 100vh;
}

.ghulam-ali-form-container .left-login {
  background-image: url("../imgs/form-left-img1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 101vh;
}

@media screen and (max-width: 1024px) {
  .left-login {
    display: none;
  }
}
.ghulam-ali-form-container .right-login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
}
.ghulam-ali-form-container .right-login h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.ghulam-ali-form-container .right-login h3 {
  font-size: 2rem;
  font-weight: 300;
}
.ghulam-ali-form-container .right-login form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ghulam-ali-form-container .right-login form input {
  min-width: 340px;
  padding: 7px 10px;
  margin: 7px 0px;
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.7882352941);
}
.ghulam-ali-form-container .right-login form button {
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  margin: 1rem 0rem;
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  color: white;
  transition: all ease-in 0.3s;
}
.ghulam-ali-form-container .right-login form button:hover {
  background-color: white;
  color: #1e90ff;
  transform: translateY(-7px);
}

@media screen and (max-width: 1024px) {
  .right-login {
    padding: 3rem 1rem;
  }
  .right-login h2 {
    font-size: 35px;
  }
}/*# sourceMappingURL=auth.css.map */