* {
  font-family: popins;
}
body {
  margin: 0;
  padding: 0;
}
.signUp {
  height: 100vh;
  margin: 0;
  padding: 0;
  /* background: #f0f0f0; */
}
.left-half {
  background-image: url(https://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/singup.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  /* border-right: 10px solid #1440a1; */
}
.right-logib-half {
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/login.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.right-half {
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/bg.png);
  background-size: cover;
  background-position: center center;
}
.left-login {
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/bg.png);
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.signup-container {
  width: 70%;

  overflow-y: auto;
  padding: 2rem;
  background: #f0f0f046;

  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.274);
}

.form-switch {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.form-switch button {
  flex: 1;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  background: #cedbef;
  cursor: pointer;
}

.form-switch button.active {
  background: #1118a8;
  color: #fff;
}

.form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.form-control {
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 1rem 0;
}

.social-icons a {
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google {
  background-color: #db4437;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #1da1f2;
}

.linkedin {
  background-color: #0077b5;
}

.submit-btn {
  background-color: #f0bb2b !important;
  border: none !important;
  padding: 10px !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  width: 100% !important;
}

.password-toggle {
  position: relative;
}

.password-toggle i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fa-eye-slash {
  margin-right: 12px;
  color: #245bd2;
}
@media screen and (max-width: 990px) {
  .signup-container {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 380px) {
  .signup-container {
    margin-top: 0px;
    /* margin-bottom: 50px; */
  }
}
.login-btn {
  background: #1118a8;
  color: #fff;
}
.error-message {
  color: red;
  font-size: 10px;
  margin-top: 5px;
}
