@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
  background: url("../images/bg.png") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

* {
  font-family: "Poppins", sans-serif;
}
#login_wrapper {
  margin-top: 160px;
}
/* ----------- media-query -------- */
@media (max-width: 768px) {
  .background-image {
    background-position: center;
  }
}
@media (max-width: 1000px) {
  #signup_wrapper {
    margin-top: 50px;
  }
}
/* ----------- media-query -------- */
.navbar {
  background-color: white;
  overflow: hidden;
}

.logo {
  padding-left: 10%;
  float: left;
}

.welcome-content {
  color: #ffffff;
  padding-left: 10%;
  padding-top: 12%;
  padding-right: 50%;
}
.login-heading {
  font-weight: 600;
  font-size: 35px;
  margin-top: 40px;
}
.text-justify {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.17;
  text-align: left;
  vertical-align: top;
  color: #ffffff;
  padding-left: 10%;
  margin-top: 10px;
}
.text-justify::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c"; /* Unicode character for Font Awesome check icon */
  margin-right: 15px;
  color: #ffffff;
}

/* .col-lg-4 {
  position: absolute;
  right: 12%;
  transform: translateY(-65%);
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
.form {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-control{
  height: 45px!important;
}
label {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.17px;
  margin-top: 10px;
}

button.log-in {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.17px;
  padding: 10px 0px;
}

.links {
  padding-left: 14%;
  font-family: Poppins, sans-serif;
  font-style: Medium;
  font-size: 16px;
  line-height: 18px;
  line-height: 100%;
  letter-spacing: -0.17px;
}
