body {
  margin: 0;
  padding: 0;
}

* {
  font-family: regular-400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.left-login {
  background-image: url(../projectImages/login.png);
  min-height: 100vh;
  width: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login-left-content {
  color: #fff;
}

.login-left-content h2 {
  font-family: bold-700;
  font-size: 45px;
  padding-bottom: 20px;
}

.login-page {
  display: flex;
}

.login-content-right input {
  display: block;
}

.right-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-content-right h2 {
  font-family: bold-700;
  font-size: 35px;
  padding-bottom: 10px;
}

.login-content-right p {
  font-size: 24px;
  color: #333;
  padding-bottom: 25px;
}

#gender,
#accountType,
.login-content-right input {
  width: 80%;
  margin-bottom: 10px;
  padding: 23.989px 34.651px;
  border-radius: 39.982px;
  color: #333;
  border: 1px solid #e5e5e5;
}

#gender,
#accountType,
#type::placeholder,
#country::placeholder,
#confirm_password::placeholder,
#username::placeholder,
#email::placeholder,
#pwd::placeholder,
#sbm-btn::placeholder {
  font-size: 18px;
}

#sbm-btn {
  text-align: center;
  background: #0575e6;
  color: #fff !important;
  cursor: pointer;
  width: 101%;
  transition: all 0.4s ease-in-out;
}

#sbm-btn:hover {
  background-color: #094684;
}

.login-content-right a {
  text-align: center;
  width: 101%;
  display: block;
  text-decoration: none;
  color: #333;
}

#email {
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .right-login {
    padding-right: 20px;
    padding-left: 20px;
  }

  .login-content-right h2 {
    font-size: 29px;
    text-align: center;
  }

  .login-content-right p {
    font-size: 19px;
    padding-bottom: 17px;
    text-align: center;
  }

  #gender,
  #accountType,
  .login-content-right input {
    padding: 17.989px 29.651px;
  }

  #gender,
  #accountType,
  #type::placeholder,
  #country::placeholder,
  #confirm_password::placeholder,
  #username::placeholder,
  #email::placeholder,
  #pwd::placeholder,
  #sbm-btn::placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .left-login {
    background-image: url(../images/login.png);
    height: 25vh;
    width: 100%;
    margin-bottom: 20px;
  }

  .login-page {
    flex-direction: column;
  }

  .right-login {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .login-content-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #gender,
  #accountType,
  #sbm-btn,
  .login-content-right a,
  .login-content-right input {
    width: 177px;
  }
}

#privacyPolicy {
  display: flex;
}

/* {
  width: 80%;
  margin-bottom: 10px;
  padding: 23.989px 34.651px;
  border-radius: 39.982px;
  color: #333;
  border: 1px solid #e5e5e5;
} */
