@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");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Poppins", sans-serif;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}
:root {
  --primary-clr: #000000;
  --secondary-clr: #8d8d8d;
  --third-clr: #ffae00;
  --forth-clr: #ffffff;
}

/* Common Class */
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.row > * {
  padding: 0 15px;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul > li {
  list-style-type: none;
}

/* Banner Section */
.signup-banner-section {
  background: url(../assets/Login.jpg) center/cover no-repeat;
  min-height: 100vh;
  position: relative;
  padding-top: 50px;
}
.col-6 {
  width: 50%;
}
.signup-logo {
  max-width: 400px;
}
.signup-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.signup-car {
  position: absolute;
  bottom: -130px;
  left: 35px;
}
.signup-car {
  max-width: 750px;
}
.signup-car > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.signup-banner-section > div > div > div > p {
  text-align: center;
  font-size: 15px;
  color: var(--secondary-clr);
  margin-bottom: 20px;
}
.black-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  background-color: var(--primary-clr);
  color: var(--forth-clr);
  border-radius: 5px;
  margin-bottom: 50px;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #999;
  margin: 20px 0;
  font-size: 15px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
  margin-right: 0.75em;
}

.divider:not(:empty)::after {
  margin-left: 0.75em;
}
.login-form > input {
  outline: none;
  border: none;
}
.login-form {
  max-width: 500px;
  margin: 0 auto;
}
.signup-upload {
  outline: none;
  border: none;
  background-color: transparent;
}
.signup-upload-box {
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
}
.login-part {
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
  background-color: #f2f2f2;
}
.sinup-eye-img {
  max-width: 20px;
  min-height: 20px;
}
.sinup-eye-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.signup-last-btn > a {
  padding: 15px 22px;
  background-color: var(--third-clr);
  color: var(--forth-clr);
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
.signup-last-btn {
  display: flex;
  justify-content: center;
}
.login-para {
  display: flex;
  justify-content: center;
  font-size: 15px;
  color: var(--secondary-clr);
}
.login-para1 {
  color: var(--secondary-clr);
  font-size: 15px;
}
span {
  color: var(--third-clr);
  font-size: 15px;
}
.login-last {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.signup-last {
  display: flex;
  align-items: center;
  gap: 5px;
}
.signup-small-box {
  width: 20px;
  height: 20px;
  border: 1px solid var(--secondary-clr);
}

@media screen and (max-width: 1200px) {

}
